Class brl.socket.SocketAddress - leonard-thieu/monkey GitHub Wiki
Creates a new empty socket adress.
Method New ( address:SocketAddress )
Creates a new socket address that is a copy of the given address.
Creates a new socket address with the given host and port.
Method Host : String ()
Returns the socket address host.
Method Port : Int ()
Returns the socket address port.
Method ToString : String ()
Returns a string representation of the socket address.