#include <sippdu.h>
Public Member Functions | |
SIPAuthenticator (SIP_PDU &pdu) | |
virtual PMIMEInfo & | GetMIME () |
virtual PString | GetURI () |
virtual PString | GetEntityBody () |
virtual PString | GetMethod () |
Protected Attributes | |
SIP_PDU & | m_pdu |
SIPAuthenticator::SIPAuthenticator | ( | SIP_PDU & | pdu | ) |
virtual PString SIPAuthenticator::GetEntityBody | ( | ) | [virtual] |
virtual PString SIPAuthenticator::GetMethod | ( | ) | [virtual] |
virtual PMIMEInfo& SIPAuthenticator::GetMIME | ( | ) | [virtual] |
virtual PString SIPAuthenticator::GetURI | ( | ) | [virtual] |
SIP_PDU& SIPAuthenticator::m_pdu [protected] |