GrapeCity Secure Mail for .NET 4.0J
ReceiveTimeout プロパティ (TcpSocketOption)

基になるTCP Socket.Receiveの呼び出しがタイムアウトするまでの時間を指定する値を取得または設定します。
シンタックス
<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で、タイムアウトが無期限であることを示します。
解説

値0または-1は、タイムアウトが無期限であることを示します。

参照

参照

TcpSocketOption クラス
TcpSocketOption メンバ

 

 


© 2003, GrapeCity inc. All rights reserved.