1 write to _bAllowAutoRedirect
System.Runtime.Remoting (1)
channels\http\httpclientchannel.cs (1)
843
case AllowAutoRedirectKey:
_bAllowAutoRedirect
= Convert.ToBoolean(value, CultureInfo.InvariantCulture); break;
2 references to _bAllowAutoRedirect
System.Runtime.Remoting (2)
channels\http\httpclientchannel.cs (2)
594
httpWebRequest.AllowAutoRedirect =
_bAllowAutoRedirect
;
807
case AllowAutoRedirectKey: return
_bAllowAutoRedirect
;