HttpProtocol.IsHttp11(String) Yöntem

Tanım

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

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

Parametreler

protocol
String

HTTP isteği protokolü.

Döndürülenler

true protokol HTTP/1.1 ise; aksi takdirde , false.

Şunlara uygulanır