次の方法で共有


BinaryMessageEncodingElement.MaxSessionSize プロパティ

定義

エンコーディングに使用されるバッファーのサイズ (バイト単位) を指定する値を取得または設定します。

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

プロパティ値

エンコーディングに使用されるバッファーのサイズ (バイト単位)。 既定値は 2048 です。

属性

注釈

バッファーが大きくなると、作業セットのサイズの増加時に、エンコーディングの速度が高まります。

適用対象