HttpProtocol.IsHttp3(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne une valeur qui indique si le protocole de requête HTTP est 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
Paramètres
- protocol
- String
Protocole de requête HTTP.
Retours
true
si le protocole est HTTP/3 ; sinon, false
.