Condividi tramite


Proprietà WebTestRequest.FollowRedirects

Ottiene o imposta un valore che indica se seguire automaticamente i reindirizzamenti.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintassi

'Dichiarazione
Public Property FollowRedirects As Boolean
    Get
    Set
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)

Valore proprietà

Tipo: System.Boolean
true se i reindirizzamenti vengono seguiti; in caso contrario, false.Il valore predefinito è true.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

WebTestRequest Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.WebTesting