Condividi tramite


HttpProtocol.IsHttp09(String) Metodo

Definizione

Restituisce un valore che indica se il protocollo di richiesta HTTP è HTTP/0.9.

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

Parametri

protocol
String

Protocollo di richiesta HTTP.

Restituisce

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

Si applica a