다음을 통해 공유


TcpEndpointProbesOptions.MaxPendingConnections 속성

정의

보류 중인 연결 큐의 최대 길이를 가져오거나 설정합니다.

public:
 property int MaxPendingConnections { int get(); void set(int value); };
[System.ComponentModel.DataAnnotations.Range(1, 10000)]
public int MaxPendingConnections { get; set; }
[<System.ComponentModel.DataAnnotations.Range(1, 10000)>]
member this.MaxPendingConnections : int with get, set
Public Property MaxPendingConnections As Integer

속성 값

기본값은 10입니다.

특성

적용 대상