Bind to a new address:port, start listening and add the listen socket to m_listen.
Declared in <httpserver.h>
util::Expected<void, std::string>
BindAndStartListening(CService const& to);
{} or the reason for failure.
| Name | Description |
|---|---|
| to [in] | Where to bind. |