Class MalformedMessageLogEvent
Data class for the MalformedMessageLogEvent log event. See Sections 4.12.3.7 and E.8.1 of NENA-STA-010.3. Logged when a malformed SIP message is received.
Inherited Members
Namespace: I3V3.LogEvents
Assembly: Ng911Lib.dll
Syntax
public class MalformedMessageLogEvent : LogEvent
Constructors
| Edit this page View SourceMalformedMessageLogEvent()
Default constructor
Declaration
public MalformedMessageLogEvent()
Properties
| Edit this page View SourceexplanationText
Explains the reason that the message is malformed. Optional.
Declaration
public string explanationText { get; set; }
Property Value
Type | Description |
---|---|
string |
ipAddress
IP address from which the the malformed message was received from. Required.
Declaration
public string ipAddress { get; set; }
Property Value
Type | Description |
---|---|
string |
text
String contents of the malformed SIP message that it received. Required.
Declaration
public string text { get; set; }
Property Value
Type | Description |
---|---|
string |