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