4 writes to RemoteSecurity
System.ServiceModel (4)
System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (1)
420
this.
RemoteSecurity
= handshakeReplySecurityMessageProperty;
System\ServiceModel\Channels\FramingChannels.cs (1)
372
this.
RemoteSecurity
= StreamSecurityUpgradeInitiator.GetRemoteSecurity(upgradeInitiator);
System\ServiceModel\Channels\ServerWebSocketTransportDuplexSessionChannel.cs (1)
72
this.
RemoteSecurity
= handshakeSecurityMessageProperty;
System\ServiceModel\Channels\SessionConnectionReader.cs (1)
569
this.
RemoteSecurity
= securityUpgradeAcceptor.GetRemoteSecurity();
6 references to RemoteSecurity
System.ServiceModel (6)
System\ServiceModel\Channels\FramingChannels.cs (3)
165
SecurityMessageProperty security = this.Channel.
RemoteSecurity
;
379
if (this.
RemoteSecurity
!= null)
381
message.Properties.Security = (SecurityMessageProperty)this.
RemoteSecurity
.CreateCopy();
System\ServiceModel\Channels\SessionConnectionReader.cs (2)
571
if (this.
RemoteSecurity
== null)
991
: base(channel.Connection, channel.rawConnection, channel.offset, channel.size, channel.
RemoteSecurity
)
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (1)
540
this.handshakeSecurityMessageProperty = webSocketTransportDuplexSessionChannel.
RemoteSecurity
;