Compartilhar via


Propriedade WebTestRequest.Method

Obtém ou define o método a ser usado para a solicitação.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (em Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintaxe

'Declaração
Public Property Method As String
    Get
    Set
public string Method { get; set; }
public:
property String^ Method {
    String^ get ();
    void set (String^ value);
}
member Method : string with get, set
function get Method () : String
function set Method (value : String)

Valor de propriedade

Tipo: System.String
O método é usado para a solicitação.O valor padrão é "GET".

Comentários

O valor pode ser "GET" ou "POST".

Segurança do .NET Framework

Consulte também

Referência

WebTestRequest Classe

Namespace Microsoft.VisualStudio.TestTools.WebTesting