WebTestRequest.IsRedirectFollow Property
Gets a value that indicates whether the request was created as the result of following a redirect.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public Property IsRedirectFollow As Boolean
[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)
Property Value
Type: Boolean
true if the request was created by a redirect; otherwise, false. The default value is false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.