Python SIP stack
0.01
|
클래스 | |
class | SipChallenge |
SIP WWW-Authenticate, Proxy-Authenticate 헤더의 값을 저장하는 클래스 더 자세히 ... |
함수 | |
def | SetString |
def | SetQuoteString |
def | ParseSipChallenge |
SIP challenge 문자열을 파싱하여서 challenge 리스트에 저장한다. |
def sip.SipParser.SipChallenge.ParseSipChallenge | ( | clsList, | |
strText | |||
) |
SIP challenge 문자열을 파싱하여서 challenge 리스트에 저장한다.
clsList | challenge 리스트 |
strText | SIP challenge 문자열 |
def sip.SipParser.SipChallenge.SetQuoteString | ( | strText, | |
strName, | |||
strValue | |||
) |
def sip.SipParser.SipChallenge.SetString | ( | strText, | |
strName, | |||
strValue | |||
) |