|
PWLib 1.10.10
|
#include <pstun.h>
Public Member Functions | |
| PSTUNUDPSocket () | |
| virtual BOOL | GetLocalAddress (Address &addr) |
| virtual BOOL | GetLocalAddress (Address &addr, WORD &port) |
Protected Attributes | |
| PIPSocket::Address | externalIP |
Friends | |
| class | PSTUNClient |
UDP socket that has been created by the STUN client.
| PSTUNUDPSocket::PSTUNUDPSocket | ( | ) |
| virtual BOOL PSTUNUDPSocket::GetLocalAddress | ( | Address & | addr | ) | [virtual] |
Get the Internet Protocol address for the local host.
| addr | Variable to receive hosts IP address |
Reimplemented from PIPSocket.
| virtual BOOL PSTUNUDPSocket::GetLocalAddress | ( | Address & | addr, |
| WORD & | port | ||
| ) | [virtual] |
| addr | Variable to receive peer hosts IP address |
| port | Variable to receive peer hosts port number |
Reimplemented from PIPSocket.
friend class PSTUNClient [friend] |
PIPSocket::Address PSTUNUDPSocket::externalIP [protected] |
1.7.4