Click or drag to resize

BandwidthListenerDispose Method (Boolean)

Called when the object is being disposed.

Namespace:  FastProxy.Listeners
Assembly:  FastProxy (in FastProxy.dll) Version: 0.2.0.0
Syntax
C#
protected override void Dispose(
	bool disposing
)

Parameters

disposing
Type: SystemBoolean
Whether this method is called from Dispose.
See Also