WebSocketOnReceiveFromClient Method |
Called when we have received data from the local client.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax protected void OnReceiveFromClient(
IAsyncResult ar
)
Protected Sub OnReceiveFromClient (
ar As IAsyncResult
)
protected:
void OnReceiveFromClient(
IAsyncResult^ ar
)
Parameters
- ar
- Type: SystemIAsyncResult
The result of the asynchronous operation.
See Also