Class ListServicesByLocation
Class for the listServicesByLocation LoST request.
Inherited Members
Namespace: Lost
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class ListServicesByLocation
  Constructors
| Edit this page View SourceListServicesByLocation()
Default constructor.
Declaration
public ListServicesByLocation()
  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 perform recursive requests.
Declaration
public bool recursive
  Field Value
| Type | Description | 
|---|---|
| bool | 
service
URN of the service. For example "urn:service:sos".
Declaration
public string service
  Field Value
| Type | Description | 
|---|---|
| string |