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