GetAddress()
Returns a reference to the IPv6 address.
GetAddress() const
Returns a reference to the IPv6 address.
SetAddress()
Sets the IPv6 address.
GetPort() const
Returns the socket address port number.
SetPort()
Sets the socket address port number.
operator() const
Overloads operator `==` to evaluate whether or not two `SockAddr` instances are equal (same address and port number).
ToString() const
Converts the socket address to a string. The string is formatted as "[]:".
ToString() const
Converts the socket address to a string. The string is formatted as "[]:".
ToString() const
Converts the socket address to a string. The string is formatted as "[]:".