C# Class SIPSorcery.SIP.App.SIPMonitorConsoleEvent

Describes the types of events that can be sent by the different SIP Servers to SIP Monitor clients.
Inheritance: SIPMonitorEvent
Afficher le fichier Open project: sipsorcery/sipsorcery Class Usage Examples

Méthodes publiques

Свойство Type Description
DestinationEndPoint SIPEndPoint
EventType SIPMonitorEventTypesEnum
ServerEndPoint SIPEndPoint
ServerType SIPMonitorServerTypesEnum

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
SIPMonitorConsoleEvent ( ) : NUnit.Framework

Method Details

ParseClientControlEventCSV() public static méthode

public static ParseClientControlEventCSV ( string eventCSV ) : SIPMonitorConsoleEvent
eventCSV string
Résultat SIPMonitorConsoleEvent

SIPMonitorConsoleEvent() public méthode

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
Résultat NUnit.Framework

SIPMonitorConsoleEvent() public méthode

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
Résultat NUnit.Framework

SIPMonitorConsoleEvent() public méthode

public SIPMonitorConsoleEvent ( SIPMonitorServerTypesEnum serverType, SIPMonitorEventTypesEnum eventType, string message, string username ) : NUnit.Framework
serverType SIPMonitorServerTypesEnum
eventType SIPMonitorEventTypesEnum
message string
username string
Résultat NUnit.Framework

SIPMonitorConsoleEvent() public méthode

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
Résultat NUnit.Framework

ToCSV() public méthode

public ToCSV ( ) : string
Résultat string

ToConsoleString() public méthode

public ToConsoleString ( string adminId ) : string
adminId string
Résultat string

Property Details

DestinationEndPoint public_oe property

public SIPEndPoint DestinationEndPoint
Résultat SIPEndPoint

EventType public_oe property

public SIPMonitorEventTypesEnum EventType
Résultat SIPMonitorEventTypesEnum

ServerEndPoint public_oe property

public SIPEndPoint ServerEndPoint
Résultat SIPEndPoint

ServerType public_oe property

public SIPMonitorServerTypesEnum ServerType
Résultat SIPMonitorServerTypesEnum