Class LocationQueryLogEvent
Class for the LocationQueryLogEvent. See Sections 4.12.3.7 and E.8.1 of NENA-STA-010.3. Logged when a HTTP Enabled Location Data (HELD, RFC 5985) request is sent or received.
Inherited Members
Namespace: I3V3.LogEvents
Assembly: Ng911Lib.dll
Syntax
public class LocationQueryLogEvent : LogEvent
Constructors
| Edit this page View SourceLocationQueryLogEvent()
Default constructor
Declaration
public LocationQueryLogEvent()
Properties
| Edit this page View Sourcedirection
Set to either "incoming" or "outgoing". Required.
Declaration
public string direction { get; set; }
Property Value
Type | Description |
---|---|
string |
queryId
Contains a unique ID that links the request to a response. Required.
Declaration
public string queryId { get; set; }
Property Value
Type | Description |
---|---|
string |
text
Contains the body of the HELD request. Required.
Declaration
public string text { get; set; }
Property Value
Type | Description |
---|---|
string |
uri
The URI that the request was sent to. Required.
Declaration
public string uri { get; set; }
Property Value
Type | Description |
---|---|
string |