HttpProtocol.IsHttp3(String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
HTTP 要求プロトコルが HTTP/3 であるかどうかを示す値を返します。
public:
static bool IsHttp3(System::String ^ protocol);
public static bool IsHttp3 (string protocol);
static member IsHttp3 : string -> bool
Public Shared Function IsHttp3 (protocol As String) As Boolean
パラメーター
- protocol
- String
HTTP 要求プロトコル。
戻り値
true
プロトコルが HTTP/3 の場合は 。それ以外の場合は false
。