共用方式為


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。

適用於