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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.VisualStudio.TestTools.WebTesting, espace de noms