Condividi tramite


HttpProtocol.IsHttp2(String) Metodo

Definizione

Restituisce un valore che indica se il protocollo di richiesta HTTP è HTTP/2.

public:
 static bool IsHttp2(System::String ^ protocol);
public static bool IsHttp2 (string protocol);
static member IsHttp2 : string -> bool
Public Shared Function IsHttp2 (protocol As String) As Boolean

Parametri

protocol
String

Protocollo di richiesta HTTP.

Restituisce

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

Si applica a