다음을 통해 공유


NetNamedPipeBinding.MaxConnections 속성

정의

명명된 파이프 바인딩으로 구성된 엔드포인트에서 허용되는 최대 인바운드 및 아웃바운드 연결 수를 가져오거나 설정합니다.

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

속성 값

Int32

이 바인딩에서 허용되는 최대 명명된 파이프 연결 수입니다. 기본값은 10입니다.

예제

다음 예제에서는 MaxConnections 값을 가져오는 방법을 보여 줍니다.

int maxConnections = binding.MaxConnections;

설명

최대 인바운드 연결 수와 최대 아웃바운드 연결 수는 동일한 값으로 설정됩니다.

적용 대상