[#CService-2constructor-0f] = xref:CService.adoc[CService]::CService :relfileprefix: ../ :mrdocs: Construct a service from an IPv6 address and port. == Synopsis Declared in `<netaddress.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- CService( in6_addr const& ipv6Addr, uint16_t port); ---- == Parameters [cols="1,4"] |=== | Name| Description | *ipv6Addr* | The IPv6 address of the service. | *port* | The TCP port in host byte order. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#