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 です。

適用対象