WebSocketTransportSettings.MaxPendingConnections 속성

정의

허용되는 보류 연결의 최대 수를 가져오거나 설정합니다.

public:
 property int MaxPendingConnections { int get(); void set(int value); };
public int MaxPendingConnections { get; set; }
member this.MaxPendingConnections : int with get, set
Public Property MaxPendingConnections As Integer

속성 값

Int32

허용되는 보류 중 연결의 최대 수입니다.

적용 대상