次の方法で共有


NetOnewayRelayBindingElement.MaxConnections プロパティ

定義

サービスが作成して受け入れる送信接続と受信接続の最大数を指定する XML 値を取得または設定します。

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

プロパティ値

クライアントでは、 は、後続の再利用のためにプールされる接続の最大数を返します。は、ディスパッチの保留中に許可された接続の最大数を返します。

属性

適用対象