C# Class SIPSorcery.SIP.App.SIPRequestAuthenticator

Afficher le fichier Open project: sipsorcery/sipsorcery Class Usage Examples

Méthodes publiques

Méthode Description
AuthenticateSIPRequest ( SIPEndPoint localSIPEndPoint, SIPEndPoint remoteEndPoint, SIPRequest sipRequest, SIPAccount sipAccount, SIPMonitorLogDelegate logSIPMonitorEvent ) : SIPRequestAuthenticationResult

Authenticates a SIP request.

GetNonce ( ) : string

Private Methods

Méthode Description
IsNonceStale ( string nonce ) : bool

Method Details

AuthenticateSIPRequest() public static méthode

Authenticates a SIP request.
public static AuthenticateSIPRequest ( SIPEndPoint localSIPEndPoint, SIPEndPoint remoteEndPoint, SIPRequest sipRequest, SIPAccount sipAccount, SIPMonitorLogDelegate logSIPMonitorEvent ) : SIPRequestAuthenticationResult
localSIPEndPoint SIPEndPoint
remoteEndPoint SIPEndPoint
sipRequest SIPRequest
sipAccount SIPAccount
logSIPMonitorEvent SIPMonitorLogDelegate
Résultat SIPRequestAuthenticationResult

GetNonce() public static méthode

public static GetNonce ( ) : string
Résultat string