Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Usage
Dim instance As WebTestRequest
Dim value As Boolean
value = instance.IsRedirectFollow
instance.IsRedirectFollow = value
[BrowsableAttribute(false)]
public bool IsRedirectFollow { get; internal set; }
[BrowsableAttribute(false)]
public:
property bool IsRedirectFollow {
bool get ();
void set (bool value);
}
public function get IsRedirectFollow () : boolean
public function set IsRedirectFollow (value : boolean)
Property Value
Type: System.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.