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