Legal Notice, Privacy Policy

Impressum, Datenschutzerklärung

Cerberus X Documentation

Class SocketAddress

Declarations

Properties
Host : String () Returns the socket address host.
Port : Int () Returns the socket address port.
ToString : String () Returns a string representation of the socket address.
Constructors
New () Creates a new empty socket adress.
New ( address:SocketAddress ) Creates a new socket address that is a copy of the given address.
New ( host:String, port:Int ) Creates a new socket address with the given host and port.

Properties Documentation

Method Host : String () Property

Returns the socket address host.

Method Port : Int () Property

Returns the socket address port.

Method ToString : String () Property

Returns a string representation of the socket address.


Constructors 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.