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