次の方法で共有


HttpTransportElement.MaxBufferSize プロパティ

定義

バッファー プールの最大サイズを取得または設定します。

public:
 property int MaxBufferSize { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("maxBufferSize", DefaultValue=65536)]
[System.Configuration.IntegerValidator(MinValue=1)]
public int MaxBufferSize { get; set; }
[<System.Configuration.ConfigurationProperty("maxBufferSize", DefaultValue=65536)>]
[<System.Configuration.IntegerValidator(MinValue=1)>]
member this.MaxBufferSize : int with get, set
Public Property MaxBufferSize As Integer

プロパティ値

Int32

バッファー プールの最大サイズ。 既定は 524,288 バイト (512 * 1024) です。

属性

適用対象