#include <c4d_network.h>
Public Member Functions | |
void | GetRemoteAddr (NetworkIpAddrPort &ipaddr) const |
void | GetHostAddr (NetworkIpAddrPort &ipaddr) const |
Private Member Functions | |
NetworkIpConnection () | |
~NetworkIpConnection () | |
|
private |
|
private |
void GetRemoteAddr | ( | NetworkIpAddrPort & | ipaddr | ) | const |
Retrieves the remote IP address + port for the connection.
[out] | ipaddr | The remote IP address + port. |
void GetHostAddr | ( | NetworkIpAddrPort & | ipaddr | ) | const |
Retrieves the host IP address + port for the connection.
[out] | ipaddr | The host IP address + port. |