C# Class SIPSorcery.SIP.App.SIPMonitorEvent

Describes the types of events that can be sent by the different SIP Servers to SIP Monitor clients.
ファイルを表示 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_oe property

public SIPMonitorClientTypesEnum ClientType
return SIPMonitorClientTypesEnum

Created public_oe property

public DateTimeOffset Created
return DateTimeOffset

Message public_oe property

public string Message
return string

MonitorServerID public_oe property

public string MonitorServerID
return string

ProcessID public_oe property

public int ProcessID
return int

RemoteEndPoint public_oe property

public SIPEndPoint RemoteEndPoint
return SIPEndPoint

SessionID public_oe property

public string SessionID
return string

Username public_oe property

public string Username
return string

logger protected_oe static_oe property

protected static ILog,log4net logger
return log4net.ILog

m_serialisationPrefix protected_oe property

protected string m_serialisationPrefix
return string