|
ITFtpTransferRetryTimeout Property
|
Timeout after which commands are sent again.
This member is also transmitted as the TFTP timeout interval option (RFC 2349).
Namespace: GSF.Net.TFtpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.246-beta
SyntaxTimeSpan RetryTimeout { get; set; }
Property RetryTimeout As TimeSpan
Get
Set
property TimeSpan RetryTimeout {
TimeSpan get ();
void set (TimeSpan value);
}
abstract RetryTimeout : TimeSpan with get, set
function get_RetryTimeout();
function set_RetryTimeout(value);
View SourceProperty Value
TimeSpan
See Also