Class FindService
Class for handling the findService request. See RFC 5222.
Inherited Members
Namespace: Lost
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class FindService
  Constructors
| Edit this page View SourceFindService()
Default constructor
Declaration
public FindService()
  Fields
| Edit this page View Sourcelocation
Contains the location information corresponding to the locInfoType schema defined in Section 2.2.5 of RFC 4119.
Declaration
public locInfoType location
  Field Value
| Type | Description | 
|---|---|
| locInfoType | 
recursive
If true, then the LoST server will perform recursive requests.
Declaration
public bool recursive
  Field Value
| Type | Description | 
|---|---|
| bool | 
service
Specifies the service to provide. For example "urn:service:sos". The list should only contain one service.
Declaration
public List<string> service
  Field Value
| Type | Description | 
|---|---|
| List<string> | 
serviceBoundary
Set to "value" to request the service boundary in the response by value. Set to "reference" to request the service boundary by-reference. If absent then no service boundary is requested.
Declaration
public string serviceBoundary
  Field Value
| Type | Description | 
|---|---|
| string | 
validateLocation
Set to true to request that the LoST server perform validation of a civic address. Applies only to civic addresses.
Declaration
public bool validateLocation
  Field Value
| Type | Description | 
|---|---|
| bool |