Share via


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

이 공유 서비스에서 보류할 수 있는 최대 연결 수입니다.

특성

적용 대상