HttpProtocol.IsHttp09(String) Methode

Definition

Gibt einen Wert zurück, der angibt, ob das HTTP-Anforderungsprotokoll HTTP/0.9 ist.

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

Parameter

protocol
String

Das HTTP-Anforderungsprotokoll.

Gibt zurück

true , wenn das Protokoll HTTP/0.9 ist; falseandernfalls .

Gilt für: