3 references to SocketCachePolicyKey
System.Runtime.Remoting (3)
channels\tcp\tcpclientchannel.cs (3)
568
case
SocketCachePolicyKey
: return _socketCachePolicy.ToString();
610
case
SocketCachePolicyKey
: _socketCachePolicy = (SocketCachePolicy)(value is SocketCachePolicy ? value :
648
keys.Add(
SocketCachePolicyKey
);