1 write to remoteEndpointMessageProperty
System.ServiceModel (1)
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (1)
527
this.
remoteEndpointMessageProperty
= remoteEndpointMessageProperty;
4 references to remoteEndpointMessageProperty
System.ServiceModel (4)
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (4)
552
get { return this.
remoteEndpointMessageProperty
; }
891
TraceUtility.GetRemoteEndpointAddressPort(this.
remoteEndpointMessageProperty
));
938
if (this.
remoteEndpointMessageProperty
!= null)
940
messageProperties.Add(RemoteEndpointMessageProperty.Name, this.
remoteEndpointMessageProperty
);