次の方法で共有


ConnectionOrientedTransportElement.ConnectionBufferSize プロパティ

定義

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

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

プロパティ値

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

属性

適用対象