FastProxy API Documentation
FastProxy API Documentation
FastProxy
FastProxy.Listeners
ThrottlingListener Class
ThrottlingListener Methods
DataReceived Method
Dispose Method
ThrottlingListener
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
override
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
ThrottlingListener Class
FastProxy.Listeners Namespace