public interface HttpCallBack
| Modifier and Type | Method and Description |
|---|---|
void |
OnAfterResponse(HttpContext context)
Callback called just after the HTTP response is received
|
void |
OnBeforeRequest(HttpRequest request)
Callback called just before the HTTP request is sent
|
void OnBeforeRequest(HttpRequest request)
request - The HTTP request to be executedvoid OnAfterResponse(HttpContext context)
context - Context for the HTTP callCopyright © 2017. All rights reserved.