Click or drag to resize

ThrottlingListener Constructor (IListener, Int64)

Initializes a new ThrottlingListener.

Namespace:  FastProxy.Listeners
Assembly:  FastProxy (in FastProxy.dll) Version: 0.2.0.0
Syntax
C#
public ThrottlingListener(
	IListener inner,
	long bandwidth
)

Parameters

inner
Type: FastProxyIListener
The inner listener to delegate calls to.
bandwidth
Type: SystemInt64
The number of bytes per second allowed.
See Also