Get the bind address for a socket as CService.
Declared in <netbase.h>
<netbase.h>
CService GetBindAddress(Sock const& sock);
The local address the socket is bound to.
Name
Description
sock
The socket to query.
Created with MrDocs