Condividi tramite


HttpProtocol.IsHttp3(String) Metodo

Definizione

Restituisce un valore che indica se il protocollo di richiesta 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

Parametri

protocol
String

Protocollo di richiesta HTTP.

Restituisce

true se il protocollo è HTTP/3; in caso contrario, false.

Si applica a