Show / Hide Table of Contents

Class SIPRequestAuthenticationResult

Inheritance
System.Object
SIPRequestAuthenticationResult
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)
System.Object.ToString()
Namespace: SIPSorcery.SIP.App
Assembly: SIPSorcery.dll
Syntax
public class SIPRequestAuthenticationResult

Constructors

| Improve this Doc View Source

SIPRequestAuthenticationResult(SIPResponseStatusCodesEnum, SIPAuthenticationHeader)

Declaration
public SIPRequestAuthenticationResult(SIPResponseStatusCodesEnum errorResponse, SIPAuthenticationHeader authenticationRequiredHeader)
Parameters
Type Name Description
SIPResponseStatusCodesEnum errorResponse
SIPAuthenticationHeader authenticationRequiredHeader
| Improve this Doc View Source

SIPRequestAuthenticationResult(Boolean, Boolean)

Declaration
public SIPRequestAuthenticationResult(bool isAuthenticated, bool wasAuthenticatedByIP)
Parameters
Type Name Description
System.Boolean isAuthenticated
System.Boolean wasAuthenticatedByIP

Fields

| Improve this Doc View Source

Authenticated

Declaration
public bool Authenticated
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

AuthenticationRequiredHeader

Declaration
public SIPAuthenticationHeader AuthenticationRequiredHeader
Field Value
Type Description
SIPAuthenticationHeader
| Improve this Doc View Source

ErrorResponse

Declaration
public SIPResponseStatusCodesEnum ErrorResponse
Field Value
Type Description
SIPResponseStatusCodesEnum
| Improve this Doc View Source

WasAuthenticatedByIP

Declaration
public bool WasAuthenticatedByIP
Field Value
Type Description
System.Boolean

Extension Methods

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