Class AdditionalDataQueryLogEvent
Data class for the AdditionalDataQueryLogEvent. See Sections 4.12.3.7 and E.8.1 of NENA-STA-010.3. Logged when a request for Additional Data is sent or received.
Inherited Members
Namespace: I3V3.LogEvents
Assembly: Ng911Lib.dll
Syntax
public class AdditionalDataQueryLogEvent : LogEvent
Constructors
| Edit this page View SourceAdditionalDataQueryLogEvent()
Default constructor
Declaration
public AdditionalDataQueryLogEvent()
Properties
| Edit this page View Sourcedirection
Set to “outgoing” or “incoming”. Required.
Declaration
public string direction { get; set; }
Property Value
Type | Description |
---|---|
string |
queryId
Locally generated tag that is used to relate the request to the response. Required.
Declaration
public string queryId { get; set; }
Property Value
Type | Description |
---|---|
string |
text
Contains the body of the request. Required. Note: RFC 7852 specifies the protocol for requesting Additional Data. The requestor sends an HTTP GET, there is no body for a GET request.
Declaration
public string text { get; set; }
Property Value
Type | Description |
---|---|
string |
uri
The URI of the request. Required
Declaration
public string uri { get; set; }
Property Value
Type | Description |
---|---|
string |