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)

セッション要求を受け入れ、ストリームの使用を開始できるようにします。

適用対象