HttpRequestOnResponseReceived Method |
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxprotected void OnResponseReceived(
HttpResponse response
)
Protected Sub OnResponseReceived (
response As HttpResponse
)
protected:
void OnResponseReceived(
HttpResponse^ response
)
member OnResponseReceived :
response : HttpResponse -> unit
Parameters
- response HttpResponse
-
See Also