Click or drag to resize
WebSocketOnReceiveFromClient Method
Called when we have received data from the local client.

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
protected void OnReceiveFromClient(
	IAsyncResult ar
)

Parameters

ar
Type: SystemIAsyncResult
The result of the asynchronous operation.
See Also