Show / Hide Table of Contents

Class SIPRequestAuthenticator

Inheritance
System.Object
SIPRequestAuthenticator
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 SIPRequestAuthenticator

Methods

| Improve this Doc View Source

AuthenticateSIPRequest(SIPEndPoint, SIPEndPoint, SIPRequest, ISIPAccount)

Authenticates a SIP request.

Declaration
public static SIPRequestAuthenticationResult AuthenticateSIPRequest(SIPEndPoint localSIPEndPoint, SIPEndPoint remoteEndPoint, SIPRequest sipRequest, ISIPAccount sipAccount)
Parameters
Type Name Description
SIPEndPoint localSIPEndPoint
SIPEndPoint remoteEndPoint
SIPRequest sipRequest
ISIPAccount sipAccount
Returns
Type Description
SIPRequestAuthenticationResult
| Improve this Doc View Source

GetNonce()

Declaration
public static string GetNonce()
Returns
Type Description
System.String

Extension Methods

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