2 references to RemoteEndpointMessageProperty
System.ServiceModel.Activation (1)
System\ServiceModel\Activation\HostedHttpContext.cs (1)
109
this.remoteEndpointMessageProperty = new
RemoteEndpointMessageProperty
(address, port);
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpUtility.cs (1)
566
new
RemoteEndpointMessageProperty
(remoteEndPoint.Address.ToString(), remoteEndPoint.Port));