Click or drag to resize

SinkListenerDataReceived Method

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

Namespace:  FastProxy.Listeners
Assembly:  FastProxy (in FastProxy.dll) Version: 0.2.0.0
Syntax
C#
public 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.

Implements

IListenerDataReceived(Int32, Direction)
See Also