Class ListServicesResponse
Class for the listServicesResponse response from a LoST server.
Inherited Members
Namespace: Lost
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class ListServicesResponse
  Constructors
| Edit this page View SourceListServicesResponse()
Default constructor.
Declaration
public ListServicesResponse()
  Fields
| Edit this page View Sourcepath
Path elements of the servers in the request path.
Declaration
public List<LostPath> path
  Field Value
| Type | Description | 
|---|---|
| List<LostPath> | 
serviceList
Contains a list of available services.
Declaration
public List<string> serviceList
  Field Value
| Type | Description | 
|---|---|
| List<string> | 
warnings
Contains warnings.
Declaration
public LostWarnings warnings
  Field Value
| Type | Description | 
|---|---|
| LostWarnings |