3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/external/cricket/StunRequest.h"
10namespace cricket {
class StunMessage; }
11namespace cricket {
class UDPPort; }
12namespace rtc {
class SocketAddress; }
37 virtual bool CheckSkip() ;
40 virtual void OnSkip() ;
49 virtual void OnTimeout() ;
Definition StunBindingRequest.h:17
MCAPI StunBindingRequest(::cricket::UDPPort *port, ::rtc::SocketAddress const &addr, int64 start_time, bool is_keepalive)
MCAPI void $OnErrorResponse(::cricket::StunMessage *response)
MCAPI void * $ctor(::cricket::UDPPort *port, ::rtc::SocketAddress const &addr, int64 start_time, bool is_keepalive)
MCAPI void $OnResponse(::cricket::StunMessage *response)
static MCAPI void ** $vftable()
Definition StunMessage.h:23
Definition StunRequest.h:14
Definition SocketAddress.h:12