Windows apps
Collapse the table of content
Expand the table of content

HttpClientHandler::MaxAutomaticRedirections Property

Gets or sets the maximum number of redirects that the handler follows.

Namespace:  System.Net.Http
Assembly:  System.Net.Http (in System.Net.Http.dll)

public:
property int MaxAutomaticRedirections {
	int get ();
	void set (int value);
}

Property Value

Type: System::Int32
Show:
© 2017 Microsoft