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