1 write to _channel
System.Runtime.Remoting (1)
channels\tcp\tcpclientchannel.cs (1)
354_channel = channel;
4 references to _channel
System.Runtime.Remoting (4)
channels\tcp\tcpclientchannel.cs (4)
258if(_channel.IsSecured) 465String machinePortAndSid = _machineAndPort + (_channel.IsSecured ? "/" + GetSid() : null); 468if (authSet && !_channel.IsSecured) 473bool openNewAlways = (_channel.IsSecured)