IHttpExtendedConnectFeature インターフェイス

定義

HTTP/2 WebSocket や WebTransport などの拡張 CONNECT ハンドシェイクを必要とするプロトコルで使用されます。 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 状態コードで送信し、不透明なストリーミングに移行します。

適用対象