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