Fill a sockaddr structure with this service's address and port.
Declared in <netaddress.h>
bool
GetSockAddr(
sockaddr* paddr,
socklen_t* addrlen) const;
True when the structure was populated.
| Name | Description |
|---|---|
| paddr | Destination sockaddr structure to populate. |
| addrlen | In/out length of the sockaddr structure in bytes. |