Class KeepAliveFailureLogEvent
Data class for the KeepAliveFailureLogEvent. See Sections 4.12.3.7 and E.8.1 of NENA-STA-010.3. Logged when an element sent a SIP OPTIONS request and did not receive a SIP OK response or received a malformed or invalid response.
Inherited Members
Namespace: I3V3.LogEvents
Assembly: Ng911Lib.dll
Syntax
public class KeepAliveFailureLogEvent : LogEvent
  Constructors
| Edit this page View SourceKeepAliveFailureLogEvent()
Default constructor
Declaration
public KeepAliveFailureLogEvent()
  Properties
| Edit this page View SourceresponseStatus
Must be set to one of the values in the Status Codes Registry specified in Section 10.29 of NENA-STA-010.3. Required.
Declaration
public string responseStatus { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string |