Partager via


WebTestRequest.FollowRedirects, propriété

Obtient ou définit une valeur qui indique s'il faut suivre automatiquement les redirections.

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

Syntaxe

'Déclaration
Public Property FollowRedirects As Boolean
public bool FollowRedirects { get; set; }
public:
property bool FollowRedirects {
    bool get ();
    void set (bool value);
}
member FollowRedirects : bool with get, set
function get FollowRedirects () : boolean
function set FollowRedirects (value : boolean)

Valeur de propriété

Type : System.Boolean
true si les redirections sont suivies ; sinon, false.La valeur par défaut est true.

Sécurité .NET Framework

Voir aussi

Référence

WebTestRequest Classe

Microsoft.VisualStudio.TestTools.WebTesting, espace de noms