다음을 통해 공유


QuicConnectionOptions.MaxInboundBidirectionalStreams 속성

정의

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

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

속성 값

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

적용 대상