[#HTTPRemoteClient-GetPeer] = xref:HTTPRemoteClient.adoc[HTTPRemoteClient]::GetPeer :relfileprefix: ../ :mrdocs: Returns the address of the connected peer. == Synopsis Declared in `<httpserver.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:CService.adoc[CService] const& GetPeer() const; ---- == Return Value The remote address and port of the connected peer. [.small]#Created with https://www.mrdocs.com[MrDocs]#