NetPipeSection.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

屬性值

Int32

這個共用服務的擱置連線數目上限。

屬性

適用於