RequestMetadata.MethodType Propriedade

Definição

Obtém ou define o tipo de método HTTP do pedido.

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 de Propriedade

Observações

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

Aplica-se a