IHttpExtendedConnectFeature 接口

定义

与需要扩展 CONNECT 握手的协议(如 HTTP/2 WebSocket 和 WebTransport)一起使用。 https://www.rfc-editor.org/rfc/rfc8441#section-4

public interface IHttpExtendedConnectFeature
type IHttpExtendedConnectFeature = interface
Public Interface IHttpExtendedConnectFeature

属性

IsExtendedConnect

指示当前请求是否是可通过 AcceptAsync 转换为不透明连接的扩展 CONNECT 请求。

Protocol

请求 :protocol 中包含的标头。

方法

AcceptAsync()

使用 200 状态代码发送响应标头,并转换为不透明流式处理。

适用于