[#Proxy-GetFamily] = xref:Proxy.adoc[Proxy]::GetFamily :relfileprefix: ../ :mrdocs: Get the socket address family of this proxy. == Synopsis Declared in `<netbase.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- sa_family_t GetFamily() const; ---- == Return Value `AF_UNIX` for unix socket proxies, otherwise the proxy service family. [.small]#Created with https://www.mrdocs.com[MrDocs]#