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

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

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

参照

関連項目

TcpSocketOption クラス
TcpSocketOption メンバ

 

 


© 2002, GrapeCity inc. All rights reserved.