Partager via


WebTestResponse.Method, propriété

Obtient la méthode qui est utilisée pour retourner la réponse.

Espace de noms :  Microsoft.VisualStudio.TestTools.WebTesting
Assembly :  Microsoft.VisualStudio.QualityTools.WebTestFramework (dans Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

'Déclaration
Public Property Method As String
    Get
    Friend Set
public string Method { get; internal set; }
public:
property String^ Method {
    String^ get ();
    internal: void set (String^ value);
}
member Method : string with get, internal set
function get Method () : String
internal function set Method (value : String)

Valeur de propriété

Type : System.String
Chaîne qui contient la méthode HTTP utilisée pour retourner la réponse.

Exceptions

Exception Condition
ObjectDisposedException

L'instance actuelle a été supprimée.

Notes

Les méthodes HTTP communes sont GET, HEAD, POST, PUT et DELETE.

Sécurité .NET Framework

Voir aussi

Référence

WebTestResponse Classe

Microsoft.VisualStudio.TestTools.WebTesting, espace de noms

Autres ressources

HTTP