Class GetServiceBoundaryResponse
Class for the LoST getServiceBoundaryResponse
Inherited Members
Namespace: Lost
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class GetServiceBoundaryResponse
Constructors
| Edit this page View SourceGetServiceBoundaryResponse()
Default constructor.
Declaration
public GetServiceBoundaryResponse()
Fields
| Edit this page View Sourcepath
Request path that was followed.
Declaration
public List<LostPath> path
Field Value
Type | Description |
---|---|
List<LostPath> |
serviceBoundary
Contains the service boundary corresponding to the locInfoType schema defined in Section 2.2.5 of RFC 4119.
Declaration
public locInfoType serviceBoundary
Field Value
Type | Description |
---|---|
locInfoType |
warnings
Contains any warnings that may have occurred.
Declaration
public LostWarnings warnings
Field Value
Type | Description |
---|---|
LostWarnings |