GetBindAddress

Get the bind address for a socket as CService.

Synopsis

Declared in <netbase.h>

CService
GetBindAddress(Sock const& sock);

Return Value

The local address the socket is bound to.

Parameters

NameDescription
sockThe socket to query.