SocketsHttpHandler.MaxConnectionsPerServer 속성

정의

단일 서버에 허용되는 최대 동시 TCP 연결 수를 가져오거나 설정합니다.

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

속성 값

단일 서버에 허용되는 최대 동시 TCP 연결 수입니다.

예외

지정된 값이 0보다 작거나 같습니다.

현재 인스턴스에서 작업이 이미 시작되었습니다.

현재 인스턴스가 삭제되었습니다.

설명

이 컨텍스트에서 서버는 고유한 조합을 의미합니다.

  • IDN 호스트 이름(요청 URI에 사용됨)
  • 항구
  • 호스트 HTTP 헤더의 값(있는 경우(예: HTTPS를 사용하는 경우)
  • HTTP 프록시의 URI입니다(프록시를 사용하는 경우).

적용 대상