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)
258
if(
_channel
.IsSecured)
465
String machinePortAndSid = _machineAndPort + (
_channel
.IsSecured ? "/" + GetSid() : null);
468
if (authSet && !
_channel
.IsSecured)
473
bool openNewAlways = (
_channel
.IsSecured)