diff --git a/xml/System.ServiceModel.Channels/RemoteEndpointMessageProperty.xml b/xml/System.ServiceModel.Channels/RemoteEndpointMessageProperty.xml index c8378173a10..2be0219440c 100644 --- a/xml/System.ServiceModel.Channels/RemoteEndpointMessageProperty.xml +++ b/xml/System.ServiceModel.Channels/RemoteEndpointMessageProperty.xml @@ -26,7 +26,7 @@ Availability of the property when using HTTP hosted in IIS depends on having a currently active request. Therefore, this property is not available after the request has completed, such as when performing a one-way receive. - The IP address and port number are that of the node from which the message was received. If a message goes through a relay or proxy, the IP address and port number of the respective relay or proxy is the one attached to the message by this property. + The IP address and port number are that of the node from which the message was sent. If a message goes through a relay or proxy, the IP address and port number of the respective relay or proxy is the one attached to the message by this property. Be aware that the IP address and port could be spoofed by an attacker and thus should not be relied upon for security sensitive authentication or authorization unless additional application specific logic is added.