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