Partager via


WebTestRequest.IsRedirectFollow, propriété

Obtient une valeur qui indique si la requête a été créée à la suite du suivi d'une redirection.

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

Syntaxe

'Déclaration
<BrowsableAttribute(False)> _
Public Property IsRedirectFollow As Boolean
    Get
    Friend Set
[BrowsableAttribute(false)]
public bool IsRedirectFollow { get; internal set; }
[BrowsableAttribute(false)]
public:
property bool IsRedirectFollow {
    bool get ();
    internal: void set (bool value);
}
[<BrowsableAttribute(false)>]
member IsRedirectFollow : bool with get, internal set
function get IsRedirectFollow () : boolean
internal function set IsRedirectFollow (value : boolean)

Valeur de propriété

Type : System.Boolean
true si la requête a été créée par une redirection ; sinon, false.La valeur par défaut est false.

Sécurité .NET Framework

Voir aussi

Référence

WebTestRequest Classe

Microsoft.VisualStudio.TestTools.WebTesting, espace de noms