HttpProtocol.IsHttp3(String) Method

Definition

Returns a value that indicates if the HTTP request protocol is 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

Parameters

protocol
String

The HTTP request protocol.

Returns

true if the protocol is HTTP/3; otherwise, false.

Applies to