vibe-d v0.8.1 (2017-08-29T22:03:39Z)
Home
Dub
Repo
NetworkAddress.toString
index
vibe
core
net
NetworkAddress
Returns a full string representation of the address, including the port number.
string
toString
()
struct
NetworkAddress
@
safe
const
string
toString
(
)
void
toString
(void delegate(const(char)[]) @(safe) sink)
Meta
Source
See Implementation
index
vibe
core
net
NetworkAddress
constructors
this
functions
opCast
toAddressString
toString
properties
family
port
sockAddr
sockAddrInet4
sockAddrInet6
sockAddrLen
sockAddrUnix
Returns a full string representation of the address, including the port number.