IHttpWebTransportFeature 接口

定义

注意

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

WebTransport is a preview feature.

用于接受和检索 WebTransport 会话的 API。

public interface IHttpWebTransportFeature
type IHttpWebTransportFeature = interface
Public Interface IHttpWebTransportFeature

属性

IsWebTransportRequest

指示此请求是否为 WebTransport 请求。

方法

AcceptAsync(CancellationToken)

接受会话请求并允许开始使用流。

适用于