1 instantiation of SocketCache
System.Runtime.Remoting (1)
channels\tcp\tcpclientchannel.cs (1)
356ClientSocketCache = new SocketCache(new SocketHandlerFactory(this.CreateSocketHandler), _socketCachePolicy,
5 references to SocketCache
System.Runtime.Remoting (5)
channels\core\socketcache.cs (3)
28SocketCache socketCache, 40private SocketCache _socketCache; 51internal RemoteConnection(SocketCache socketCache, String machineAndPort)
channels\tcp\tcpclientchannel.cs (2)
249internal SocketCache ClientSocketCache; 253Socket socket, SocketCache socketCache, String machinePortAndSid)