WebSocketOnReceiveFromServer Method |
Called when we have received data from the remote host. Incoming data will immediately be forwarded to the local client.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax protected void OnReceiveFromServer(
IAsyncResult ar
)
Protected Sub OnReceiveFromServer (
ar As IAsyncResult
)
protected:
void OnReceiveFromServer(
IAsyncResult^ ar
)
Parameters
- ar
- Type: SystemIAsyncResult
The result of the asynchronous operation.
See Also