OutgoingWebRequestContext.Method Propiedad

Definición

Obtiene el método HTTP de la solicitud web de salida.

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

Valor de propiedad

El método HTTP de la solicitud web de salida.

Se aplica a