C# 클래스 SIPSorcery.SIPAppServer.SIPAppServerDaemon

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

공개 메소드들

메소드 설명
SIPAppServerDaemon ( StorageTypes storageType, string connectionString ) : System
SIPAppServerDaemon ( StorageTypes storageType, string connectionString, SIPEndPoint appServerEndPoint, string callManagerServiceAddress, bool monitorCalls ) : System
Start ( ) : void
Stop ( ) : void

비공개 메소드들

메소드 설명
FireSIPMonitorEvent ( SIPMonitorEvent sipMonitorEvent ) : void
LogSIPBadRequestIn ( SIPEndPoint localSIPEndPoint, SIPEndPoint endPoint, string sipMessage, SIPValidationFieldsEnum errorField, string rawMessage ) : void
LogSIPBadResponseIn ( SIPEndPoint localSIPEndPoint, SIPEndPoint endPoint, string sipMessage, SIPValidationFieldsEnum errorField, string rawMessage ) : void
LogSIPRequestIn ( SIPEndPoint localSIPEndPoint, SIPEndPoint endPoint, SIPRequest sipRequest ) : void
LogSIPRequestOut ( SIPEndPoint localSIPEndPoint, SIPEndPoint endPoint, SIPRequest sipRequest ) : void
LogSIPResponseIn ( SIPEndPoint localSIPEndPoint, SIPEndPoint endPoint, SIPResponse sipResponse ) : void
LogSIPResponseOut ( SIPEndPoint localSIPEndPoint, SIPEndPoint endPoint, SIPResponse sipResponse ) : void

메소드 상세

SIPAppServerDaemon() 공개 메소드

public SIPAppServerDaemon ( StorageTypes storageType, string connectionString ) : System
storageType StorageTypes
connectionString string
리턴 System

SIPAppServerDaemon() 공개 메소드

public SIPAppServerDaemon ( StorageTypes storageType, string connectionString, SIPEndPoint appServerEndPoint, string callManagerServiceAddress, bool monitorCalls ) : System
storageType StorageTypes
connectionString string
appServerEndPoint SIPSorcery.SIP.SIPEndPoint
callManagerServiceAddress string
monitorCalls bool
리턴 System

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void