Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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)

public:
[BrowsableAttribute(false)]
[DefaultValueAttribute(false)]
property bool IsRedirectFollow {
	bool get();
	internal: void set(bool value);
}

Property Value

Type: System::Boolean

true if the request was created by a redirect; otherwise, false. The default value is false.

Return to top
Show: