C# Class SIPSorcery.SIP.App.SIPMonitorEvent

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

Public Properties

Property Type Description
ClientType SIPMonitorClientTypesEnum
Created DateTimeOffset
Message string
MonitorServerID string
ProcessID int
RemoteEndPoint SIPEndPoint
SessionID string
Username string

Protected Properties

Property Type Description
logger log4net.ILog
m_serialisationPrefix string

Public Methods

Method Description
ParseEventCSV ( string eventCSV ) : SIPMonitorEvent
ToCSV ( ) : string

Protected Methods

Method Description
SIPMonitorEvent ( ) : NUnit.Framework

Method Details

ParseEventCSV() public static method

public static ParseEventCSV ( string eventCSV ) : SIPMonitorEvent
eventCSV string
return SIPMonitorEvent

SIPMonitorEvent() protected method

protected SIPMonitorEvent ( ) : NUnit.Framework
return NUnit.Framework

ToCSV() public method

public ToCSV ( ) : string
return string

Property Details

ClientType public property

public SIPMonitorClientTypesEnum ClientType
return SIPMonitorClientTypesEnum

Created public property

public DateTimeOffset Created
return DateTimeOffset

Message public property

public string Message
return string

MonitorServerID public property

public string MonitorServerID
return string

ProcessID public property

public int ProcessID
return int

RemoteEndPoint public property

public SIPEndPoint RemoteEndPoint
return SIPEndPoint

SessionID public property

public string SessionID
return string

Username public property

public string Username
return string

logger protected static property

protected static ILog,log4net logger
return log4net.ILog

m_serialisationPrefix protected property

protected string m_serialisationPrefix
return string