Condividi tramite


HttpProtocol.IsHttp11(String) Metodo

Definizione

Restituisce un valore che indica se il protocollo di richiesta HTTP è 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

Parametri

protocol
String

Protocollo di richiesta HTTP.

Restituisce

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

Si applica a