InternetAddress

Undocumented in source.

Constructors

this
this(string host, ushort port)
Undocumented in source.

Members

Enums

anyPort
anonymousenum anyPort
Undocumented in source.

Properties

family
inout(AddressFamily) family [@property getter]
length
inout(socklen_t) length [@property getter]
name
inout(sockaddr)* name [@property getter]
port
inout(ushort) port [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

port_
ushort port_;
Undocumented in source.
storage
SOCKADDR_STORAGE storage;

Internal internet address representation.

storage
sockaddr_storage storage;

Internal internet address representation.

Inherited Members

From Address

name
inout(sockaddr)* name [@property getter]
length
inout(socklen_t) length [@property getter]

Meta