1 instantiation of TcpClientTransportSink
System.Runtime.Remoting (1)
channels\tcp\tcpclientchannel.cs (1)
225TcpClientTransportSink sink = new TcpClientTransportSink(url, (TcpClientChannel) channel);
3 references to TcpClientTransportSink
System.Runtime.Remoting (3)
channels\tcp\tcpclientchannel.cs (1)
225TcpClientTransportSink sink = new TcpClientTransportSink(url, (TcpClientChannel) channel);
channels\tcp\tcpclientsocketmanager.cs (2)
45private TcpClientTransportSink _sink = null; 47public TcpClientSocketHandler(Socket socket, String machinePortAndSid, Stream stream, TcpClientTransportSink sink) :