System.ServiceModel
4.0.0.0
System.Object
The property is added to each incoming message to a indigo1 service through both the HTTP and TCP transports.
The property is not present on messages received through either a named pipes or MSMQ transport.
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.
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.
Makes available the client IP address and port number associated with the remote endpoint from which a message was sent.
Constructor
4.0.0.0
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.
Initializes a new instance of the class for a specified IP address and port that identify the client from which the message was sent.
The IP address of the remote endpoint associated with the message.
The port number of the remote endpoint associated with the message.
Property
4.0.0.0
System.String
To be added.
To be added.
Gets the IP address of the client from which the message was sent.
Property
4.0.0.0
System.String
To be added.
To be added.
Returns the string "System.ServiceModel.Channels.RemoteEndpointMessageProperty".
Property
4.0.0.0
System.Int32
To be added.
To be added.
Gets the port number of the client from which the message was sent.