ThrottlingListener Constructor (IListener, Int64) |
Namespace:
FastProxy.Listeners
Assembly:
FastProxy (in FastProxy.dll) Version: 0.2.0.0
Syntax 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