HttpMethods.IsConnect(String) Methode

Definition

Gibt einen Wert zurück, der angibt, ob die HTTP-Anforderungsmethode CONNECT ist.

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

Parameter

method
String

Die HTTP-Anforderungsmethode.

Gibt zurück

true , wenn die Methode CONNECT ist; falseandernfalls .

Gilt für: