BinaryMessageEncodingElement.MaxSessionSize 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,指定用於編碼的緩衝區大小 (以位元組為單位)。
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。
- 屬性
備註
較大的緩衝區會增加編碼速度,但是會犧牲工作集的大小。