HttpProtocol Klasse

Definition

Enthält Methoden zum Überprüfen der Anforderungsprotokollversion einer HTTP-Anforderung.

public ref class HttpProtocol abstract sealed
public static class HttpProtocol
type HttpProtocol = class
Public Class HttpProtocol
Vererbung
HttpProtocol

Felder

Http09

HTTP-Protokollversion 0.9.

Http10

HTTP-Protokollversion 1.0.

Http11

HTTP-Protokollversion 1.1.

Http2

HTTP-Protokoll, Version 2.

Http3

HTTP-Protcol Version 3.

Methoden

GetHttpProtocol(Version)

Ruft das HTTP-Anforderungsprotokoll für die angegebene Versionab.

IsHttp09(String)

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

IsHttp10(String)

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

IsHttp11(String)

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

IsHttp2(String)

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

IsHttp3(String)

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

Gilt für: