Class FindServiceResponse
Class for handling the findServiceResponse response to a findService request.
Inherited Members
Namespace: Lost
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class FindServiceResponse
Constructors
| Edit this page View SourceFindServiceResponse()
Default constructor
Declaration
public FindServiceResponse()
Fields
| Edit this page View SourcelocationUsed
Identifies which location was used to find the service provider.
Declaration
public LocationUsed locationUsed
Field Value
Type | Description |
---|---|
LocationUsed |
mapping
This array contains the URI and other information about each service provider that was found.
Declaration
public List<Mapping> mapping
Field Value
Type | Description |
---|---|
List<Mapping> |
path
Contains information about each LoST server that was in the request path if recursion occurred.
Declaration
public LostPath path
Field Value
Type | Description |
---|---|
LostPath |
warnings
Contains any warnings that may have been generated by the LoST server.
Declaration
public LostWarnings warnings
Field Value
Type | Description |
---|---|
LostWarnings |