WebServiceRequestBase.DisableAutoRedirect property

True if HTTP redirects should not be followed automatically. If GetHttpClient is set, then this property is ignored.

public bool DisableAutoRedirect { get; set; }

See Also