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;
ServicePoint Class | ServicePoint Members | System.Net Namespace