Initializes a new instance of the BandwidthThrottler class

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

C#
public BandwidthThrottler(
	int thresholdBytesPerSec
)
Visual Basic
Public Sub New ( _
	thresholdBytesPerSec As Integer _
)
Visual C++
public:
BandwidthThrottler(
	int thresholdBytesPerSec
)

Parameters

thresholdBytesPerSec
Type: System..::..Int32

See Also