Construct a service from an IPv6 socket address.

Synopsis

Declared in <netaddress.h>

explicit
CService(sockaddr_in6 const& addr);

Parameters

Name

Description

addr

The IPv6 socket address to read the address and port from.

Created with MrDocs