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 SourceSIPRequestAuthenticationResult(SIPResponseStatusCodesEnum, SIPAuthenticationHeader)
Declaration
public SIPRequestAuthenticationResult(SIPResponseStatusCodesEnum errorResponse, SIPAuthenticationHeader authenticationRequiredHeader)
Parameters
Type | Name | Description |
---|---|---|
SIPResponseStatusCodesEnum | errorResponse | |
SIPAuthenticationHeader | authenticationRequiredHeader |
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 SourceAuthenticated
Declaration
public bool Authenticated
Field Value
Type | Description |
---|---|
System.Boolean |
AuthenticationRequiredHeader
Declaration
public SIPAuthenticationHeader AuthenticationRequiredHeader
Field Value
Type | Description |
---|---|
SIPAuthenticationHeader |
ErrorResponse
Declaration
public SIPResponseStatusCodesEnum ErrorResponse
Field Value
Type | Description |
---|---|
SIPResponseStatusCodesEnum |
WasAuthenticatedByIP
Declaration
public bool WasAuthenticatedByIP
Field Value
Type | Description |
---|---|
System.Boolean |