C# Class SIPSorcery.SIP.SIPAuthenticationHeader

Datei anzeigen Open project: sipsorcery/sipsorcery Class Usage Examples

Public Properties

Property Type Description
SIPDigest SIPAuthorisationDigest

Public Methods

Method Description
ParseSIPAuthenticationHeader ( SIPAuthorisationHeadersEnum authorizationType, string headerValue ) : SIPAuthenticationHeader
SIPAuthenticationHeader ( SIPAuthorisationDigest sipDigest ) : NUnit.Framework
SIPAuthenticationHeader ( SIPAuthorisationHeadersEnum authorisationType, string realm, string nonce ) : NUnit.Framework
ToString ( ) : string

Private Methods

Method Description
SIPAuthenticationHeader ( ) : NUnit.Framework

Method Details

ParseSIPAuthenticationHeader() public static method

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

SIPAuthenticationHeader() public method

public SIPAuthenticationHeader ( SIPAuthorisationDigest sipDigest ) : NUnit.Framework
sipDigest SIPAuthorisationDigest
return NUnit.Framework

SIPAuthenticationHeader() public method

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

ToString() public method

public ToString ( ) : string
return string

Property Details

SIPDigest public_oe property

public SIPAuthorisationDigest,SIPSorcery.SIP SIPDigest
return SIPAuthorisationDigest