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 or sets the maximum number of redirects that the handler follows.
Namespace: System.Net.Http
Assembly: System.Net.Http (in System.Net.Http.dll)
Syntax
'Declaration
Public Property MaxAutomaticRedirections As Integer
Get
Set
'Usage
Dim instance As HttpClientHandler
Dim value As Integer
value = instance.MaxAutomaticRedirections
instance.MaxAutomaticRedirections = value
public int MaxAutomaticRedirections { get; set; }
public:
property int MaxAutomaticRedirections {
int get ();
void set (int value);
}
member MaxAutomaticRedirections : int with get, set
function get MaxAutomaticRedirections () : int
function set MaxAutomaticRedirections (value : int)
Property Value
Type: System.Int32