IpAddress

IP4 or IP6 address representation

Constructors

this
this(string ipString)
Undocumented in source.

Members

Properties

ip4
uint ip4 [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
ip4
uint ip4 [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
ip6
ubyte[16] ip6 [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
ip6
ubyte[16] ip6 [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isIp4
bool isIp4 [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isIp6
bool isIp6 [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Unions

__anonymous
union __anonymous
Undocumented in source.

Variables

addressFamily
AddressFamily addressFamily;
Undocumented in source.

Meta