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