다음을 통해 공유


WebSocketTransportSettingsElement.MaxPendingConnections 속성

정의

이 설정에서 보류할 수 있는 최대 연결 수를 가져오거나 설정합니다.

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

속성 값

특성

적용 대상