次の方法で共有


SocketConnectionPoolSettingsElement.MaxOutboundConnectionsPerEndpoint プロパティ

定義

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

[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 です。

属性

適用対象