HttpProtocol.IsHttp3(String) メソッド

定義

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

適用対象