ConnectionOrientedTransportElement.ConnectionBufferSize プロパティ

定義

クライアントまたはサービスからネットワーク上のシリアル化されたメッセージの一部を送信するために使用されるバッファーのサイズを取得または設定します。

public:
 property int ConnectionBufferSize { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("connectionBufferSize", DefaultValue=8192)]
[System.Configuration.IntegerValidator(MinValue=1)]
public int ConnectionBufferSize { get; set; }
[<System.Configuration.ConfigurationProperty("connectionBufferSize", DefaultValue=8192)>]
[<System.Configuration.IntegerValidator(MinValue=1)>]
member this.ConnectionBufferSize : int with get, set
Public Property ConnectionBufferSize As Integer

プロパティ値

クライアントまたはサービスからネットワーク上のシリアル化されたメッセージの一部を送信するために使用されるバッファーのサイズ。 既定値は 8K です。

属性

注釈

この値は、平均メッセージ サイズと交換パターンに基づいてスループットを向上させるために変更できます。

適用対象