[#HTTPRemoteClient-GetSock] = xref:HTTPRemoteClient.adoc[HTTPRemoteClient]::GetSock :relfileprefix: ../ :mrdocs: Returns the client's underlying socket. == Synopsis Declared in `<httpserver.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e3ab484e8)]] std::shared_ptr<Sock> GetSock(); ---- == Return Value A shared pointer to the client's underlying socket. [.small]#Created with https://www.mrdocs.com[MrDocs]#