maxRedirects property

int get maxRedirects

Maximum numbers of redirects to follow. Have no effect if followRedirects is set to false.

Implementation

int get maxRedirects;
set maxRedirects (int redirects)

Implementation

set maxRedirects(int redirects);