Cronous Emulation Server Daemon

TCPSocket.end_point Property

End point of connection target.

[Visual Basic]
Public Property end_point As EndPoint
[C#]
public EndPoint end_point { get; set; }
[C++]
public: __property EndPoint* get_end_point();
public: __property void set_end_point(EndPoint* );
[JScript]
public function get end_point() : EndPoint
public function set end_point(EndPoint);

See Also

TCPSocket Class | croemud.connection Namespace