Class HeldConsts
Defines constants used for the HELD protocol
Inherited Members
Namespace: Held
Assembly: Ng911Lib.dll
Syntax
public class HeldConsts
Fields
| Edit this page View SourceContentType
Check for this HTTP Content-Type when receiving HELD responses.
Declaration
public const string ContentType = "application/held+xml"
Field Value
Type | Description |
---|---|
string |
HeldContentType
HTTP Content-Type header value to use when sending HELD requests
Declaration
public const string HeldContentType = "application/held+xml;charset=utf-8"
Field Value
Type | Description |
---|---|
string |