vibe-core ~master (2022-04-01T19:24:37Z)
Dub
Repo
NetworkAddress.toString
vibe
core
net
NetworkAddress
Returns a full string representation of the address, including the port number.
string
toString
()
struct
NetworkAddress
@
safe
const nothrow
string
toString
(
)
void
toString
(void delegate(const(char)[]) @(safe) sink)
Meta
Source
See Implementation
vibe
core
net
NetworkAddress
constructors
this
functions
toAddressString
toString
properties
family
port
sockAddr
sockAddrInet4
sockAddrInet6
sockAddrLen
sockAddrUnix
variables
sockAddrMaxLen
Returns a full string representation of the address, including the port number.