次の方法で共有


PeerTransportElement.MaxBufferPoolSize プロパティ

定義

TCP メッセージ バッファー プールの最大サイズをバイト単位で指定する構成要素を取得または設定します。

public:
 property long MaxBufferPoolSize { long get(); void set(long value); };
[System.Configuration.ConfigurationProperty("maxBufferPoolSize", DefaultValue=524288)]
[System.Configuration.LongValidator(MinValue=1)]
public long MaxBufferPoolSize { get; set; }
[<System.Configuration.ConfigurationProperty("maxBufferPoolSize", DefaultValue=524288)>]
[<System.Configuration.LongValidator(MinValue=1)>]
member this.MaxBufferPoolSize : int64 with get, set
Public Property MaxBufferPoolSize As Long

プロパティ値

TCP メッセージ バッファー プールの最大サイズをバイト単位で指定する Int64。 既定値は 524,288 バイトです。

属性

注釈

バッファーの許容量より多くのデータを受信する場合、バッファー サイズを超えるデータは、バッファーに残りのデータを格納する余裕ができるまで、基になるソケットに残ります。

適用対象