Cronous Emulation Server Daemon

TCPSocket._end_point Field

End point of connection target.

[Visual Basic]
Protected _end_point As EndPoint
[C#]
protected EndPoint _end_point;
[C++]
protected: EndPoint* _end_point;
[JScript]
protected var _end_point: EndPoint;

See Also

TCPSocket Class | croemud.connection Namespace