C# Class SIPSorcery.Servers.SIPAppServerCore

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

Méthodes publiques

Méthode Description
GotRequest ( SIPEndPoint localSIPEndPoint, SIPEndPoint remoteEndPoint, SIPRequest sipRequest ) : void
GotResponse ( SIPEndPoint localSIPEndPoint, SIPEndPoint remoteEndPoint, SIPResponse sipResponse ) : void
SIPAppServerCore ( SIPTransport sipTransport, GetCanonicalDomainDelegate getCanonicalDomain, SIPAssetGetDelegate getSIPAccount, SIPMonitorLogDelegate proxyLog, SIPCallManager callManager, SIPDialogueManager sipDialogueManager, SIPAuthenticateRequestDelegate sipAuthenticateRequest, SIPEndPoint outboundProxy ) : NUnit.Framework

Private Methods

Méthode Description
FireProxyLogEvent ( SIPMonitorEvent monitorEvent ) : void

Method Details

GotRequest() public méthode

public GotRequest ( SIPEndPoint localSIPEndPoint, SIPEndPoint remoteEndPoint, SIPRequest sipRequest ) : void
localSIPEndPoint SIPSorcery.SIP.SIPEndPoint
remoteEndPoint SIPSorcery.SIP.SIPEndPoint
sipRequest SIPSorcery.SIP.SIPRequest
Résultat void

GotResponse() public méthode

public GotResponse ( SIPEndPoint localSIPEndPoint, SIPEndPoint remoteEndPoint, SIPResponse sipResponse ) : void
localSIPEndPoint SIPSorcery.SIP.SIPEndPoint
remoteEndPoint SIPSorcery.SIP.SIPEndPoint
sipResponse SIPSorcery.SIP.SIPResponse
Résultat void

SIPAppServerCore() public méthode

public SIPAppServerCore ( SIPTransport sipTransport, GetCanonicalDomainDelegate getCanonicalDomain, SIPAssetGetDelegate getSIPAccount, SIPMonitorLogDelegate proxyLog, SIPCallManager callManager, SIPDialogueManager sipDialogueManager, SIPAuthenticateRequestDelegate sipAuthenticateRequest, SIPEndPoint outboundProxy ) : NUnit.Framework
sipTransport SIPSorcery.SIP.SIPTransport
getCanonicalDomain GetCanonicalDomainDelegate
getSIPAccount SIPAssetGetDelegate
proxyLog SIPMonitorLogDelegate
callManager SIPCallManager
sipDialogueManager SIPDialogueManager
sipAuthenticateRequest SIPAuthenticateRequestDelegate
outboundProxy SIPSorcery.SIP.SIPEndPoint
Résultat NUnit.Framework