Implemented interface member:
property
IsSecured
System.Runtime.Remoting.Channels.ISecurableChannel.IsSecured
1 write to IsSecured
System.Runtime.Remoting (1)
channels\http\combinedhttpchannel.cs (1)
104
_clientChannel.
IsSecured
= value;
1 reference to IsSecured
System.Runtime.Remoting (1)
channels\http\combinedhttpchannel.cs (1)
94
return _clientChannel.
IsSecured
;