HttpProtocol.IsHttp3(String) Yöntem

Tanım

HTTP istek protokolunun HTTP/3 olup olmadığını gösteren bir değer döndürür.

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

Parametreler

protocol
String

HTTP istek protokolü.

Döndürülenler

true protokol HTTP/3 ise; aksi takdirde , false.

Şunlara uygulanır