HttpProtocol.IsHttp09(String) Méthode

Définition

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

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

Paramètres

protocol
String

Protocole de requête HTTP.

Retours

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

S’applique à