C# Class SIPSorcery.SIP.App.SIPMonitorEvent

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

Méthodes publiques

Свойство Type Description
ClientType SIPMonitorClientTypesEnum
Created DateTimeOffset
Message string
MonitorServerID string
ProcessID int
RemoteEndPoint SIPEndPoint
SessionID string
Username string

Protected Properties

Свойство Type Description
logger log4net.ILog
m_serialisationPrefix string

Méthodes publiques

Méthode Description
ParseEventCSV ( string eventCSV ) : SIPMonitorEvent
ToCSV ( ) : string

Méthodes protégées

Méthode Description
SIPMonitorEvent ( ) : NUnit.Framework

Method Details

ParseEventCSV() public static méthode

public static ParseEventCSV ( string eventCSV ) : SIPMonitorEvent
eventCSV string
Résultat SIPMonitorEvent

SIPMonitorEvent() protected méthode

protected SIPMonitorEvent ( ) : NUnit.Framework
Résultat NUnit.Framework

ToCSV() public méthode

public ToCSV ( ) : string
Résultat string

Property Details

ClientType public_oe property

public SIPMonitorClientTypesEnum ClientType
Résultat SIPMonitorClientTypesEnum

Created public_oe property

public DateTimeOffset Created
Résultat DateTimeOffset

Message public_oe property

public string Message
Résultat string

MonitorServerID public_oe property

public string MonitorServerID
Résultat string

ProcessID public_oe property

public int ProcessID
Résultat int

RemoteEndPoint public_oe property

public SIPEndPoint RemoteEndPoint
Résultat SIPEndPoint

SessionID public_oe property

public string SessionID
Résultat string

Username public_oe property

public string Username
Résultat string

logger protected_oe static_oe property

protected static ILog,log4net logger
Résultat log4net.ILog

m_serialisationPrefix protected_oe property

protected string m_serialisationPrefix
Résultat string