다음을 통해 공유


QuicConnectionOptions.MaxInboundUnidirectionalStreams 속성

정의

원격 피어 연결이 열린 연결에서 만들 수 있는 동시 단방향 스트림의 최대 수를 가져오거나 설정합니다.

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

속성 값

원격 피어 연결이 열린 연결에서 만들 수 있는 단방향 스트림 수에 대한 제한입니다. 기본값은 클라이언트 연결의 경우 0이고 서버 연결의 경우 10입니다.

적용 대상