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

Describes the types of events that can be sent by the different SIP Servers to SIP Monitor clients.
상속: SIPMonitorEvent
파일 보기 프로젝트 열기: sipsorcery/sipsorcery 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DestinationEndPoint SIPEndPoint
EventType SIPMonitorEventTypesEnum
ServerEndPoint SIPEndPoint
ServerType SIPMonitorServerTypesEnum

공개 메소드들

메소드 설명
ParseClientControlEventCSV ( string eventCSV ) : SIPMonitorConsoleEvent
SIPMonitorConsoleEvent ( SIPMonitorServerTypesEnum serverType, SIPMonitorEventTypesEnum eventType, string message, SIPEndPoint serverSocket, SIPEndPoint fromSocket, SIPEndPoint toSocket ) : NUnit.Framework
SIPMonitorConsoleEvent ( SIPMonitorServerTypesEnum serverType, SIPMonitorEventTypesEnum eventType, string message, SIPRequest sipRequest, SIPResponse sipResponse, SIPEndPoint localEndPoint, SIPEndPoint remoteEndPoint, SIPCallDirection callDirection ) : NUnit.Framework
SIPMonitorConsoleEvent ( SIPMonitorServerTypesEnum serverType, SIPMonitorEventTypesEnum eventType, string message, string username ) : NUnit.Framework
SIPMonitorConsoleEvent ( SIPMonitorServerTypesEnum serverType, SIPMonitorEventTypesEnum eventType, string message, string username, SIPEndPoint localEndPoint, SIPEndPoint remoteEndPoint ) : NUnit.Framework
ToCSV ( ) : string
ToConsoleString ( string adminId ) : string

비공개 메소드들

메소드 설명
SIPMonitorConsoleEvent ( ) : NUnit.Framework

메소드 상세

ParseClientControlEventCSV() 공개 정적인 메소드

public static ParseClientControlEventCSV ( string eventCSV ) : SIPMonitorConsoleEvent
eventCSV string
리턴 SIPMonitorConsoleEvent

SIPMonitorConsoleEvent() 공개 메소드

public SIPMonitorConsoleEvent ( SIPMonitorServerTypesEnum serverType, SIPMonitorEventTypesEnum eventType, string message, SIPEndPoint serverSocket, SIPEndPoint fromSocket, SIPEndPoint toSocket ) : NUnit.Framework
serverType SIPMonitorServerTypesEnum
eventType SIPMonitorEventTypesEnum
message string
serverSocket SIPEndPoint
fromSocket SIPEndPoint
toSocket SIPEndPoint
리턴 NUnit.Framework

SIPMonitorConsoleEvent() 공개 메소드

public SIPMonitorConsoleEvent ( SIPMonitorServerTypesEnum serverType, SIPMonitorEventTypesEnum eventType, string message, SIPRequest sipRequest, SIPResponse sipResponse, SIPEndPoint localEndPoint, SIPEndPoint remoteEndPoint, SIPCallDirection callDirection ) : NUnit.Framework
serverType SIPMonitorServerTypesEnum
eventType SIPMonitorEventTypesEnum
message string
sipRequest SIPRequest
sipResponse SIPResponse
localEndPoint SIPEndPoint
remoteEndPoint SIPEndPoint
callDirection SIPCallDirection
리턴 NUnit.Framework

SIPMonitorConsoleEvent() 공개 메소드

public SIPMonitorConsoleEvent ( SIPMonitorServerTypesEnum serverType, SIPMonitorEventTypesEnum eventType, string message, string username ) : NUnit.Framework
serverType SIPMonitorServerTypesEnum
eventType SIPMonitorEventTypesEnum
message string
username string
리턴 NUnit.Framework

SIPMonitorConsoleEvent() 공개 메소드

public SIPMonitorConsoleEvent ( SIPMonitorServerTypesEnum serverType, SIPMonitorEventTypesEnum eventType, string message, string username, SIPEndPoint localEndPoint, SIPEndPoint remoteEndPoint ) : NUnit.Framework
serverType SIPMonitorServerTypesEnum
eventType SIPMonitorEventTypesEnum
message string
username string
localEndPoint SIPEndPoint
remoteEndPoint SIPEndPoint
리턴 NUnit.Framework

ToCSV() 공개 메소드

public ToCSV ( ) : string
리턴 string

ToConsoleString() 공개 메소드

public ToConsoleString ( string adminId ) : string
adminId string
리턴 string

프로퍼티 상세

DestinationEndPoint 공개적으로 프로퍼티

public SIPEndPoint DestinationEndPoint
리턴 SIPEndPoint

EventType 공개적으로 프로퍼티

public SIPMonitorEventTypesEnum EventType
리턴 SIPMonitorEventTypesEnum

ServerEndPoint 공개적으로 프로퍼티

public SIPEndPoint ServerEndPoint
리턴 SIPEndPoint

ServerType 공개적으로 프로퍼티

public SIPMonitorServerTypesEnum ServerType
리턴 SIPMonitorServerTypesEnum