Class LostRedirect
Class for handling a redirect response element.
Inherited Members
Namespace: Lost
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class LostRedirect
Constructors
| Edit this page View SourceLostRedirect()
Default constructor
Declaration
public LostRedirect()
Fields
| Edit this page View Sourcelang
Language of the text message
Declaration
public string lang
Field Value
Type | Description |
---|---|
string |
message
Text message that may explain the reason for the redirect response
Declaration
public string message
Field Value
Type | Description |
---|---|
string |
source
Specifies the URI of the LoST server that returned the redirect.
Declaration
public string source
Field Value
Type | Description |
---|---|
string |
target
Specifies the URI of a different LoST server to contact for a redirected request.
Declaration
public string target
Field Value
Type | Description |
---|---|
string |