Returns the client's underlying socket.

Synopsis

Declared in <httpserver.h>

[[requires_capability(0x7ff38d70c1f8)]]
std::shared_ptr<Sock>
GetSock();

Return Value

A shared pointer to the client's underlying socket.

Created with MrDocs