Implemented interface member:
property
IsSecured
System.Runtime.Remoting.Channels.ISecurableChannel.IsSecured
1 write to IsSecured
System.Runtime.Remoting (1)
channels\tcp\combinedtcpchannel.cs (1)
106
_serverChannel.
IsSecured
= value;
1 reference to IsSecured
System.Runtime.Remoting (1)
channels\tcp\combinedtcpchannel.cs (1)
96
return _serverChannel.
IsSecured
;