XdsObjects Help file
XdsObjects Namespace / XdsRequestInfo Class / RemoteEndpoint Property



RemoteEndpoint Property
Makes available the client IP address and port number associated with the remote endpoint from which a message was sent
Syntax
Public Property RemoteEndpoint As RemoteEndpointMessageProperty
Dim instance As XdsRequestInfo
Dim value As RemoteEndpointMessageProperty
 
instance.RemoteEndpoint = value
 
value = instance.RemoteEndpoint
public RemoteEndpointMessageProperty RemoteEndpoint {get; set;}
public:
property RemoteEndpointMessageProperty^ RemoteEndpoint {
   RemoteEndpointMessageProperty^ get();
   void set (    RemoteEndpointMessageProperty^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also