共用方式為


BasicHttpBindingElement.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

屬性值

儲存繫結所處理之訊息的緩衝區大小上限。

屬性

適用於