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 SourceSIPAuthenticationHeader(SIPAuthorisationDigest)
Declaration
public SIPAuthenticationHeader(SIPAuthorisationDigest sipDigest)
Parameters
Type | Name | Description |
---|---|---|
SIPAuthorisationDigest | sipDigest |
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 SourceAuthorisationType
Declaration
public SIPAuthorisationHeadersEnum AuthorisationType
Field Value
Type | Description |
---|---|
SIPAuthorisationHeadersEnum |
SIPDigest
Declaration
public SIPAuthorisationDigest SIPDigest
Field Value
Type | Description |
---|---|
SIPAuthorisationDigest |
Value
Declaration
public string Value
Field Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceParseSIPAuthenticationHeader(SIPAuthorisationHeadersEnum, String)
Declaration
public static SIPAuthenticationHeader ParseSIPAuthenticationHeader(SIPAuthorisationHeadersEnum authorizationType, string headerValue)
Parameters
Type | Name | Description |
---|---|---|
SIPAuthorisationHeadersEnum | authorizationType | |
System.String | headerValue |
Returns
Type | Description |
---|---|
SIPAuthenticationHeader |
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()