Click or drag to resize

IListenerDataReceived Method

Called when bytes have been received from either the server or the client.

Namespace:  FastProxy
Assembly:  FastProxy (in FastProxy.dll) Version: 0.2.0.0
Syntax
C#
OperationResult DataReceived(
	int transferred,
	Direction direction
)

Parameters

transferred
Type: SystemInt32
The number of bytes received.
direction
Type: FastProxyDirection
The direction in which the data is going.

Return Value

Type: OperationResult
The action to take based on receiving this data.
See Also