HttpMethods.IsTrace(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
.