1 write to handshakeSecurityMessageProperty
System.ServiceModel (1)
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (1)
540
this.
handshakeSecurityMessageProperty
= webSocketTransportDuplexSessionChannel.RemoteSecurity;
2 references to handshakeSecurityMessageProperty
System.ServiceModel (2)
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (2)
943
if (this.
handshakeSecurityMessageProperty
!= null)
945
messageProperties.Security = (SecurityMessageProperty)this.
handshakeSecurityMessageProperty
.CreateCopy();