[#HTTPServer-GetListeningSocketCount] = xref:HTTPServer.adoc[HTTPServer]::GetListeningSocketCount :relfileprefix: ../ :mrdocs: Get the number of sockets the server is bound to and listening on == Synopsis Declared in `<httpserver.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- size_t GetListeningSocketCount() const; ---- == Return Value The count of active listening sockets. [.small]#Created with https://www.mrdocs.com[MrDocs]#