System::Net::HttpWebRequest::set_AllowAutoRedirect method

HttpWebRequest::set_AllowAutoRedirect method

Sets a value that indicates if the request should follow redirections.

virtual void System::Net::HttpWebRequest::set_AllowAutoRedirect(bool value)
ParameterTypeDescription
valueboolThe value that must be set.

See Also