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

Name

Description

sock

The socket to query.

Created with MrDocs