phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
Internet6Address.this
std
socket
Internet6Address
Construct a new
Internet6Address
.
this
(const(char)[] addr, const(char)[] service)
this
(const(char)[] addr, ushort port)
this
(ubyte[16] addr, ushort port)
this
(ushort port)
class
Internet6Address
pure nothrow @
nogc
this
(
ushort
port
)
this
(sockaddr_in6 addr)
Parameters
port
ushort
port number, may be
PORT_ANY
.
Meta
Source
See Implementation
std
socket
Internet6Address
constructors
this
properties
ADDR_ANY
addr
port
static functions
parse
variables
PORT_ANY
Construct a new Internet6Address.