NamedPipeConnectionPoolSettings.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보다 작거나 같습니다.

설명

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

적용 대상