TransferDriver Constructor

Constructor. Initializes properties that are fixed across individual executions.

Definition

Namespace: Quine.FileTransfer
Assembly: Quine.FileTransfer (in Quine.FileTransfer.dll) Version: 1.0.0+6efd94d5454131cfac18f827c2a4172cb83f1e24
C#
public TransferDriver(
	int bufferSize,
	int capacity
)

Parameters

bufferSize  Int32
Size of individual buffer.
capacity  Int32
Number of buffers to allocate.

See Also