C# 클래스 SIPSorcery.SIP.App.SIPRequestAuthenticator

파일 보기 프로젝트 열기: sipsorcery/sipsorcery 1 사용 예제들

공개 메소드들

메소드 설명
AuthenticateSIPRequest ( SIPEndPoint localSIPEndPoint, SIPEndPoint remoteEndPoint, SIPRequest sipRequest, SIPAccount sipAccount, SIPMonitorLogDelegate logSIPMonitorEvent ) : SIPRequestAuthenticationResult

Authenticates a SIP request.

GetNonce ( ) : string

비공개 메소드들

메소드 설명
IsNonceStale ( string nonce ) : bool

메소드 상세

AuthenticateSIPRequest() 공개 정적인 메소드

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
리턴 SIPRequestAuthenticationResult

GetNonce() 공개 정적인 메소드

public static GetNonce ( ) : string
리턴 string