Implemented interface member:
property
IsSecured
System.Runtime.Remoting.Channels.ISecurableChannel.IsSecured
1 write to IsSecured
System.Runtime.Remoting (1)
channels\tcp\combinedtcpchannel.cs (1)
104
_clientChannel.
IsSecured
= value;
5 references to IsSecured
System.Runtime.Remoting (5)
channels\tcp\combinedtcpchannel.cs (1)
94
return _clientChannel.
IsSecured
;
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
)