Partager via


HttpProtocol.IsHttp10(String) Méthode

Définition

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

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

Paramètres

protocol
String

Protocole de requête HTTP.

Retours

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

S’applique à