[#HTTPServer-GetConnectionsCount] = xref:HTTPServer.adoc[HTTPServer]::GetConnectionsCount :relfileprefix: ../ :mrdocs: Get the number of HTTPRemoteClients we are connected to == Synopsis Declared in `<httpserver.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- size_t GetConnectionsCount() const; ---- == Return Value The count of currently connected clients. [.small]#Created with https://www.mrdocs.com[MrDocs]#