共用方式為


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

屬性值

Int32

用於編碼的緩衝區大小 (以位元組為單位)。 預設值為 2048。

屬性

備註

較大的緩衝區會增加編碼速度,但是會犧牲工作集的大小。

適用於