Class brl.socket.SocketAddress - leonard-thieu/monkey GitHub Wiki

Constructors

Properties

Constructor Documentation

Method New ()

Creates a new empty socket adress.

Method New ( address:SocketAddress )

Creates a new socket address that is a copy of the given address.

Method New ( host:String, port:Int )

Creates a new socket address with the given host and port.

Property Documentation

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.

⚠️ **GitHub.com Fallback** ⚠️