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