Compartilhar via


RequestMetadata.MethodType Propriedade

Definição

Obtém ou define o tipo de método HTTP da solicitação.

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

Valor da propriedade

Comentários

Os tipos com suporte são GET, POST, PUT, PATCH, DELETE, HEAD, OPTIONS e TRACE.

Aplica-se a