Show / Hide Table of Contents

Class SIPAuthenticationHeader

Inheritance
System.Object
SIPAuthenticationHeader
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SIPSorcery.SIP
Assembly: SIPSorcery.dll
Syntax
public class SIPAuthenticationHeader

Constructors

| Improve this Doc View Source

SIPAuthenticationHeader(SIPAuthorisationDigest)

Declaration
public SIPAuthenticationHeader(SIPAuthorisationDigest sipDigest)
Parameters
Type Name Description
SIPAuthorisationDigest sipDigest
| Improve this Doc View Source

SIPAuthenticationHeader(SIPAuthorisationHeadersEnum, String, String)

Declaration
public SIPAuthenticationHeader(SIPAuthorisationHeadersEnum authorisationType, string realm, string nonce)
Parameters
Type Name Description
SIPAuthorisationHeadersEnum authorisationType
System.String realm
System.String nonce

Fields

| Improve this Doc View Source

AuthorisationType

Declaration
public SIPAuthorisationHeadersEnum AuthorisationType
Field Value
Type Description
SIPAuthorisationHeadersEnum
| Improve this Doc View Source

SIPDigest

Declaration
public SIPAuthorisationDigest SIPDigest
Field Value
Type Description
SIPAuthorisationDigest
| Improve this Doc View Source

Value

Declaration
public string Value
Field Value
Type Description
System.String

Methods

| Improve this Doc View Source

ParseSIPAuthenticationHeader(SIPAuthorisationHeadersEnum, String)

Declaration
public static SIPAuthenticationHeader ParseSIPAuthenticationHeader(SIPAuthorisationHeadersEnum authorizationType, string headerValue)
Parameters
Type Name Description
SIPAuthorisationHeadersEnum authorizationType
System.String headerValue
Returns
Type Description
SIPAuthenticationHeader
| Improve this Doc View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()

Extension Methods

JSONWriter.ToJson(Object)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX