[#GetBindAddress] = GetBindAddress :mrdocs: Get the bind address for a socket as CService. == Synopsis Declared in `<netbase.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:CService.adoc[CService] GetBindAddress(xref:Sock.adoc[Sock] const& sock); ---- == Return Value The local address the socket is bound to. == Parameters [cols="1,4"] |=== | Name| Description | *sock* | The socket to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#