Aracılığıyla paylaş


HttpProtocol Sınıf

Tanım

BIR HTTP isteğinin istek protokolü sürümünü doğrulama yöntemlerini içerir.

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

Alanlar

Http09

HTTP protokolü sürüm 0.9.

Http10

HTTP protokolü sürüm 1.0.

Http11

HTTP protokolü sürüm 1.1.

Http2

HTTP protokolü sürüm 2.

Http3

HTTP protcol sürüm 3.

Yöntemler

GetHttpProtocol(Version)

Belirtilen Versioniçin HTTP istek protokolunu alır.

IsHttp09(String)

HTTP istek protokollerinin HTTP/0.9 olup olmadığını gösteren bir değer döndürür.

IsHttp10(String)

HTTP istek protokollerinin HTTP/1.0 olup olmadığını gösteren bir değer döndürür.

IsHttp11(String)

HTTP istek protokollerinin HTTP/1.1 olup olmadığını gösteren bir değer döndürür.

IsHttp2(String)

HTTP istek protokollerinin HTTP/2 olup olmadığını gösteren bir değer döndürür.

IsHttp3(String)

HTTP istek protokollerinin HTTP/3 olup olmadığını gösteren bir değer döndürür.

Şunlara uygulanır