Dart.Mail 名前空間 > SocketOption クラス : SendTimeout プロパティ |
<DefaultValueAttribute()> <DescriptionAttribute("Gets or sets the number of milliseconds that a socket Send method will block before throwing a SocketException.")> Public Property SendTimeout As Integer
[DefaultValue()] [Description("Gets or sets the number of milliseconds that a socket Send method will block before throwing a SocketException.")] public int SendTimeout {get; set;}
最小の正の値は500なので、1〜499の値は500に変更されます。 値0または-1は、タイムアウトが無期限であることを示します。
このオプションはCFデバイスには効果がありません(Writeメソッドはタイムアウトしません)。