Dart.Ftp 名前空間 > TcpSocketOption クラス : ReceiveTimeout プロパティ |
<DefaultValueAttribute()> <DescriptionAttribute("Gets or sets the number of milliseconds that a socket Receive method will block before throwing a SocketException.")> Public Overrides Property ReceiveTimeout As Integer
[DefaultValue()] [Description("Gets or sets the number of milliseconds that a socket Receive method will block before throwing a SocketException.")] public override int ReceiveTimeout {get; set;}
値0または-1は、タイムアウトが無期限であることを示します。