maxRedirects property

int maxRedirects

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

Implementation

int get maxRedirects;
void maxRedirects=(int redirects)

Implementation

set maxRedirects(int redirects);