|
C++ SIP Stack
0.31
|
Authorization, Proxy-Authorization 헤더를 저장하는 클래스 더 자세히 ...
Public 멤버 함수 | |
| CSipCredential () | |
| ~CSipCredential () | |
| int | Parse (const char *pszText, int iTextLen) |
| SIP 헤더 문자열을 파싱하여 CSipCredential 클래스의 멤버 변수에 저장한다. | |
| int | ToString (char *pszText, int iTextSize) |
| SIP 메시지에 포함된 문자열을 작성한다. | |
| void | Clear () |
| 멤버 변수를 초기화시킨다. | |
Public 속성 | |
| std::string | m_strType |
| type | |
| std::string | m_strUserName |
| username | |
| std::string | m_strRealm |
| realm | |
| std::string | m_strNonce |
| nonce | |
| std::string | m_strUri |
| uri | |
| std::string | m_strResponse |
| response | |
| std::string | m_strAlgorithm |
| algorithm | |
| std::string | m_strCnonce |
| cnonce | |
| std::string | m_strOpaque |
| opaque | |
| std::string | m_strQop |
| qop | |
| std::string | m_strNonceCount |
| nc | |
| SIP_PARAMETER_LIST | m_clsParamList |
| parameter 리스트 | |
Authorization, Proxy-Authorization 헤더를 저장하는 클래스
| CSipCredential::CSipCredential | ( | ) |
| CSipCredential::~CSipCredential | ( | ) |
| SIP_PARAMETER_LIST CSipCredential::m_clsParamList |
parameter 리스트
| std::string CSipCredential::m_strAlgorithm |
algorithm
| std::string CSipCredential::m_strCnonce |
cnonce
| std::string CSipCredential::m_strNonce |
nonce
| std::string CSipCredential::m_strNonceCount |
nc
| std::string CSipCredential::m_strOpaque |
opaque
| std::string CSipCredential::m_strQop |
qop
| std::string CSipCredential::m_strRealm |
realm
| std::string CSipCredential::m_strResponse |
response
| std::string CSipCredential::m_strType |
type
| std::string CSipCredential::m_strUri |
uri
| std::string CSipCredential::m_strUserName |
username
1.8.1.2