Condividi tramite


RequestMetadata.MethodType Proprietà

Definizione

Ottiene o imposta il tipo di metodo HTTP della richiesta.

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

Valore della proprietà

Commenti

I tipi supportati sono GET, POST, PUT, PATCH, DELETE, HEAD, OPTIONS e TRACE.

Si applica a