Partager via


HttpMethods.IsTrace(String) Méthode

Définition

Retourne une valeur qui indique si la méthode de requête HTTP est TRACE.

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

Paramètres

method
String

Méthode de requête HTTP.

Retours

true si la méthode est TRACE ; sinon, false.

S’applique à