|
ITFtpTransferBlockSize Property
|
Transfer block size. Set this member to control the TFTP block size option (RFC 2349).
Namespace: GSF.Net.TFtpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.207-beta
Syntax int BlockSize { get; set; }
Property BlockSize As Integer
Get
Set
property int BlockSize {
int get ();
void set (int value);
}
abstract BlockSize : int with get, set
function get_BlockSize();
function set_BlockSize(value);
View SourceProperty Value
Int32See Also