OutgoingWebRequestContext.Method Propriedade
Definição
Obtém o método HTTP da solicitação Web de saída.Gets the HTTP method of the outgoing Web request.
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 da propriedade
O método HTTP da solicitação da Web de saída.The HTTP method of the outgoing Web request.