Click or drag to resize
WebSocketOnReceiveFromServer Method
Called when we have received data from the remote host. Incoming data will immediately be forwarded to the local client.

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

Parameters

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