Partager via


RequestMetadata.MethodType Propriété

Définition

Obtient ou définit le type de méthode HTTP de la requête.

public:
 property System::String ^ MethodType { System::String ^ get(); void set(System::String ^ value); };
public string MethodType { get; set; }
member this.MethodType : string with get, set
Public Property MethodType As String

Valeur de propriété

Remarques

Les types pris en charge sont GET, POST, PUT, PATCH, DELETE, HEAD, OPTIONS et TRACE.

S’applique à