Partager via


HttpProtocol.IsHttp11(String) Méthode

Définition

Retourne une valeur qui indique si le protocole de requête HTTP est HTTP/1.1.

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

Paramètres

protocol
String

Protocole de requête HTTP.

Retours

true si le protocole est HTTP/1.1 ; sinon, false.

S’applique à