Stun Server
Compliant with the latest RFCs including 5389, 5769, and 5780
discover the local host's own external IP address
|
#include <stunauth.h>
Public Member Functions | |
virtual HRESULT | DoAuthCheck (AuthAttributes *pAuthAttributes, AuthResponse *pResponse)=0 |
Public Member Functions inherited from IRefCounted | |
virtual int | AddRef ()=0 |
virtual int | Release ()=0 |
Definition at line 63 of file stunauth.h.
|
pure virtual |
Implemented in CLongTermAuth, CShortTermAuth, CMockAuthLong, and CMockAuthShort.