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

此共享服务的最大挂起连接数。

属性

适用于