Compartir a través de


RequestMetadata.MethodType Propiedad

Definición

Obtiene o establece el tipo de método HTTP de la solicitud.

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 propiedad

Comentarios

Los tipos admitidos son GET, POST, PUT, PATCH, DELETE, HEAD, OPTIONS y TRACE.

Se aplica a