GrapeCity Secure FTP for .NET 4.0J
ReceiveBufferSize プロパティ (SocketOption)

システム受信バッファーのサイズを指定する値を取得または設定します。
シンタックス
<DefaultValueAttribute()>
<DescriptionAttribute("Gets or sets the size of the system receive buffer.")>
Public Property ReceiveBufferSize As Integer
[DefaultValue()]
[Description("Gets or sets the size of the system receive buffer.")]
public int ReceiveBufferSize {get; set;}

プロパティ値

整数。デフォルト値は32786です。
解説

バッファーサイズを増やすと、大量のデータを転送するときや高帯域幅の高レイテンシー接続(衛星ブロードバンドプロバイダーなど)を使用しているときにパフォーマンスが向上する場合があります。

この値はCFデバイスでは変更できません。

参照

関連項目

SocketOption クラス
SocketOption メンバ

 

 


© 2002, GrapeCity inc. All rights reserved.