QuicTransportOptions.MaxBidirectionalStreamCount 属性

定义

注意

若要使用此预览 API,必须通过在项目文件中将 EnablePreviewFeatures 属性设置为 True,在项目中启用预览功能。 有关详细信息,请参阅 https://aka.ms/dotnet-preview-features

每个连接的最大并发双向流数。

public ushort MaxBidirectionalStreamCount { get; set; }
public int MaxBidirectionalStreamCount { get; set; }
member this.MaxBidirectionalStreamCount : uint16 with get, set
member this.MaxBidirectionalStreamCount : int with get, set
Public Property MaxBidirectionalStreamCount As UShort
Public Property MaxBidirectionalStreamCount As Integer

属性值

适用于