Aracılığıyla paylaş


HttpMethods.IsConnect(String) Yöntem

Tanım

HTTP istek yönteminin CONNECT olup olmadığını gösteren bir değer döndürür.

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

Parametreler

method
String

HTTP istek yöntemi.

Döndürülenler

true yöntemi CONNECT ise; aksi takdirde , false.

Şunlara uygulanır