set_AllowAutoRedirect()

HttpWebRequest::set_AllowAutoRedirect(bool) method

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

virtual void System::Net::HttpWebRequest::set_AllowAutoRedirect(bool value)

Arguments

ParameterTypeDescription
valueboolThe value that must be set.

See Also