HttpProtocol.IsHttp11(String) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Gibt einen Wert zurück, der angibt, ob das HTTP-Anforderungsprotokoll HTTP/1.1 ist.
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
Parameter
- protocol
- String
Das HTTP-Anforderungsprotokoll.
Gibt zurück
true
, wenn das Protokoll HTTP/1.1 ist; false
andernfalls .