NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ServicePoint.EndPoint

Gets the IP address or set of IP addresses associated with this ServicePoint.

[Visual Basic]
Public ReadOnly Property EndPoint As IPEndPoint
[C#]
public IPEndPoint EndPoint {get;}
[C++]
public: __property IPEndPoint* get_EndPoint();
[JScript]
public function get EndPoint() : IPEndPoint;

See Also

ServicePoint Class | ServicePoint Members | System.Net Namespace