HttpRequestWrapper.RequestType Propriedade
Definição
Obtém ou define o método de transferência de dados HTTP (GET ou POST) usado pelo cliente.Gets or sets the HTTP data-transfer method (GET or POST) that was used by the client.
public:
virtual property System::String ^ RequestType { System::String ^ get(); void set(System::String ^ value); };
public override string RequestType { get; set; }
member this.RequestType : string with get, set
Public Overrides Property RequestType As String
Valor da propriedade
O tipo de método de transferência de dados HTTP que foi usado pelo cliente.The HTTP data-transfer method type that was used by the client.