TcpConnectionPoolSettingsElement.MaxOutboundConnectionsPerEndpoint プロパティ

定義

サービスによって開始されるリモート エンドポイントへの接続の最大数を取得または設定します。

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

プロパティ値

サービスによって開始されるリモート エンドポイントへの接続の最大数。 既定値は 10 です。

属性

注釈

制限を超える接続は、制限を超える領域が使用可能になるまでキューに入れられます。 このプロパティは、例外がスローされるまでの接続のキューに残る期間を制限します。

このプロパティは、クライアントから特定のサービス エンドポイントへの同時アクティブな接続の数を制限します。 アクティブなクライアント接続が増えてこの値を超えた場合、サービスがクライアントに応答していないように見える可能性があります。 この場合、この値は、特定のエンドポイントへの予想される同時クライアント接続の最大数を超えないように調整する必要があります。

適用対象