Share via


TcpConnectionPoolSettings.MaxOutboundConnectionsPerEndpoint 속성

정의

연결 풀에 캐시되는 각 엔드포인트에 대한 아웃바운드 연결의 최대 수를 가져오거나 설정합니다.

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

속성 값

연결 풀에 캐시되는 각 엔드포인트에 대해 허용된 아웃바운드 연결의 최대 수입니다. 기본값은 10입니다.

예외

값이 0보다 작거나 같은 경우

설명

고유의 각 원격 엔드포인트에 대해 캐시되는 연결 수를 제한합니다. 더 많은 활성 클라이언트 연결을 사용하여 이 값을 초과하는 경우 서비스는 클라이언트에 응답하지 않는 것처럼 보일 수 있으며 이 값은 각 고유 원격 엔드포인트에 대해 캐시되는 예상 연결의 최대 수를 초과하도록 조정되어야 합니다.

적용 대상