次の方法で共有


NetTcpRelayBindingElement.MaxBufferSize プロパティ

定義

メモリにメッセージを格納するために使用されるバッファーの最大サイズ (バイト単位) を指定する、App.config ファイルの値を取得または設定します。

[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

プロパティ値

メモリ内でメッセージの保存に使用されるバッファーの最大サイズ (バイト単位)。

属性

適用対象