Gets or sets a size of data block the sender uses when sending data (effective for sender only).

Namespace:  Rebex.TerminalEmulation
Assembly:  Rebex.Terminal (in Rebex.Terminal.dll)

Syntax

Visual Basic
Public Property BlockSize As FileTransferBlockSize
	Get
	Set
C#
public FileTransferBlockSize BlockSize { get; set; }

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also