Detailed Description
Static class containing various constants that are used by the Pipeline and/or are helpful to callers.
Static Public Attributes | |
| const string | EVIDENCE_HOST_KEY |
| The complete key to be used when the 'Host' HTTP header is passed as evidence. | |
| const string | EVIDENCE_OBJECT_NAME_SUFFIX |
| The suffix used when the JavaScriptBuilderElement 'object name' parameter is supplied as evidence. | |
| const string | EVIDENCE_ENABLE_COOKIES_SUFFIX |
| The suffix used when the JavaScriptBuilderElement 'enable cookies' parameter is supplied as evidence. | |
| const string | EVIDENCE_OBJECT_NAME |
| The complete key to be used when the JavaScriptBuilderElement 'object name' parameter is supplied as part of the query string. | |
| const string | EVIDENCE_ENABLE_COOKIES |
| The complete key to be used when the JavaScriptBuilderElement 'enable cookies' parameter is supplied as part of the query string. | |
| const string | FALLBACK_PROTOCOL = "https" |
| The protocol used by the JavaScriptBuilderElement when creating a callback URL if no other protocol value was found or specified. | |
| const string | BUILDER_DEFAULT_OBJECT_NAME = "fod" |
| The default value for the JavaScript 'object name' used by the JavaScriptBuilderElement. | |
| const string | BUILDER_DEFAULT_PROTOCOL = "" |
| Default protocol for the JavaScriptBuilderElementBuilder. | |
| const string | BUILDER_DEFAULT_HOST = "" |
| Default host for the JavaScriptBuilderElementBuilder. | |
| const string | BUILDER_DEFAULT_ENDPOINT = Engines.Constants.DEFAULT_JSON_ENDPOINT |
| Default endpoint for the JavaScriptBuilderElementBuilder. | |
| const bool | BUILDER_DEFAULT_MINIFY = true |
| Default value for the flag that controls whether the JavaScript generated by JavaScriptBuilderElement should be minified or not. | |
| const bool | BUILDER_DEFAULT_ENABLE_COOKIES = true |
| Default value for the flag that controls whether the JavaScript generated by JavaScriptBuilderElement should store results of processing in cookies or not. | |
Member Data Documentation
◆ BUILDER_DEFAULT_ENDPOINT
|
static |
Default endpoint for the JavaScriptBuilderElementBuilder.
Note - this constant is redefinied here for consistency with other JS builder defaults.
◆ BUILDER_DEFAULT_HOST
|
static |
Default host for the JavaScriptBuilderElementBuilder.
An empty string means that it will use whatever host is in the evidence collection. I.e. whichever host the original request used.
◆ BUILDER_DEFAULT_PROTOCOL
|
static |
Default protocol for the JavaScriptBuilderElementBuilder.
An empty string means that it will use whatever protocol is in the evidence collection. I.e. whichever protocol the original request used.
◆ EVIDENCE_ENABLE_COOKIES
|
static |
The complete key to be used when the JavaScriptBuilderElement 'enable cookies' parameter is supplied as part of the query string.
◆ EVIDENCE_ENABLE_COOKIES_SUFFIX
|
static |
The suffix used when the JavaScriptBuilderElement 'enable cookies' parameter is supplied as evidence.
◆ EVIDENCE_HOST_KEY
|
static |
The complete key to be used when the 'Host' HTTP header is passed as evidence.
◆ EVIDENCE_OBJECT_NAME
|
static |
The complete key to be used when the JavaScriptBuilderElement 'object name' parameter is supplied as part of the query string.
◆ EVIDENCE_OBJECT_NAME_SUFFIX
|
static |
The suffix used when the JavaScriptBuilderElement 'object name' parameter is supplied as evidence.
