Condividi tramite


HttpProtocol.IsHttp10(String) Metodo

Definizione

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

Parametri

protocol
String

Protocollo di richiesta HTTP.

Restituisce

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

Si applica a