NetTcpSection.MaxPendingConnections プロパティ

定義

この共有サービスに対して保留する最大接続数を取得または設定します。

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

プロパティ値

この共有サービスに対して保留する最大接続数。

属性

注釈

既定値は 100 です。

適用対象