3 references to AllowAutoRedirectKey
System.Runtime.Remoting (3)
channels\http\httpclientchannel.cs (3)
807case AllowAutoRedirectKey: return _bAllowAutoRedirect; 843case AllowAutoRedirectKey: _bAllowAutoRedirect = Convert.ToBoolean(value, CultureInfo.InvariantCulture); break; 870keys.Add(AllowAutoRedirectKey);