C# 클래스 SIPSorcery.SIP.SIPAuthenticationHeader

파일 보기 프로젝트 열기: sipsorcery/sipsorcery 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
SIPDigest SIPAuthorisationDigest

공개 메소드들

메소드 설명
ParseSIPAuthenticationHeader ( SIPAuthorisationHeadersEnum authorizationType, string headerValue ) : SIPAuthenticationHeader
SIPAuthenticationHeader ( SIPAuthorisationDigest sipDigest ) : NUnit.Framework
SIPAuthenticationHeader ( SIPAuthorisationHeadersEnum authorisationType, string realm, string nonce ) : NUnit.Framework
ToString ( ) : string

비공개 메소드들

메소드 설명
SIPAuthenticationHeader ( ) : NUnit.Framework

메소드 상세

ParseSIPAuthenticationHeader() 공개 정적인 메소드

public static ParseSIPAuthenticationHeader ( SIPAuthorisationHeadersEnum authorizationType, string headerValue ) : SIPAuthenticationHeader
authorizationType SIPAuthorisationHeadersEnum
headerValue string
리턴 SIPAuthenticationHeader

SIPAuthenticationHeader() 공개 메소드

public SIPAuthenticationHeader ( SIPAuthorisationDigest sipDigest ) : NUnit.Framework
sipDigest SIPAuthorisationDigest
리턴 NUnit.Framework

SIPAuthenticationHeader() 공개 메소드

public SIPAuthenticationHeader ( SIPAuthorisationHeadersEnum authorisationType, string realm, string nonce ) : NUnit.Framework
authorisationType SIPAuthorisationHeadersEnum
realm string
nonce string
리턴 NUnit.Framework

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

SIPDigest 공개적으로 프로퍼티

public SIPAuthorisationDigest,SIPSorcery.SIP SIPDigest
리턴 SIPAuthorisationDigest