C# Class SIPSorcery.Servers.SIPAppServerCore

Show file Open project: sipsorcery/sipsorcery Class Usage Examples

Public Methods

Method 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

Method Description
FireProxyLogEvent ( SIPMonitorEvent monitorEvent ) : void

Method Details

GotRequest() public method

public GotRequest ( SIPEndPoint localSIPEndPoint, SIPEndPoint remoteEndPoint, SIPRequest sipRequest ) : void
localSIPEndPoint SIPSorcery.SIP.SIPEndPoint
remoteEndPoint SIPSorcery.SIP.SIPEndPoint
sipRequest SIPSorcery.SIP.SIPRequest
return void

GotResponse() public method

public GotResponse ( SIPEndPoint localSIPEndPoint, SIPEndPoint remoteEndPoint, SIPResponse sipResponse ) : void
localSIPEndPoint SIPSorcery.SIP.SIPEndPoint
remoteEndPoint SIPSorcery.SIP.SIPEndPoint
sipResponse SIPSorcery.SIP.SIPResponse
return void

SIPAppServerCore() public method

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
return NUnit.Framework