次の方法で共有


BasicHttpRelayBindingElement.MaxBufferSize プロパティ

定義

このバインディングで構成されたエンドポイントに対してメッセージが処理されている間にメッセージを格納するバッファーの最大サイズを取得または設定します。

[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

プロパティ値

最大バッファー サイズを返します。 既定値は 65,536 バイトです。 最小値は 1 バイトです。

属性

適用対象