FastProxy API Documentation
FastProxy API Documentation
FastProxy
FastProxy.Listeners
SinkListener Class
SinkListener Methods
Closed Method
DataReceived Method
Dispose Method
SinkListener
DataReceived 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#
Copy
public
OperationResult
DataReceived
(
int
transferred
,
Direction
direction
)
Parameters
transferred
Type:
System
Int32
The number of bytes received.
direction
Type:
FastProxy
Direction
The direction in which the data is going.
Return Value
Type:
OperationResult
The action to take based on receiving this data.
Implements
IListener
DataReceived(Int32, Direction)
See Also
Reference
SinkListener Class
FastProxy.Listeners Namespace