Freigeben über


HttpMethods.IsTrace(String) Methode

Definition

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

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

Parameter

method
String

Die HTTP-Anforderungsmethode.

Gibt zurück

true , wenn die Methode TRACE ist; falseandernfalls .

Gilt für: