HttpProtocol.IsHttp10(String) Yöntem

Tanım

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

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

Parametreler

protocol
String

HTTP isteği protokolü.

Döndürülenler

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

Şunlara uygulanır