HttpRequestMessage.Method Propriété
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.
Obtient ou définit la méthode HTTP à effectuer sur l’URI de requête.
public:
property HttpMethod ^ Method { HttpMethod ^ get(); void set(HttpMethod ^ value); };
HttpMethod Method();
void Method(HttpMethod value);
public HttpMethod Method { get; set; }
var httpMethod = httpRequestMessage.method;
httpRequestMessage.method = httpMethod;
Public Property Method As HttpMethod
Valeur de propriété
Méthode HTTP à effectuer sur l’URI de requête.
Remarques
Les méthodes HTTP standard incluent CONNECT, DELETE, GET, HEAD, OPTIONS, POST, PUT et TRACE.