\r\n

51Degrees Pipeline .NET  4.2Newer Version 4.4

51Degrees Pipeline for .NET

FiftyOne.Pipeline.Engines.Constants Class Reference

Detailed Description

Static class containing various constants that are used by the Pipeline and/or are helpful to callers.

Public Attributes

const string  FIFTYONE_COOKIE_PREFIX = "51d_"
The prefix that is added to all cookies set by 51Degrees client-side code that can be used as evidence. More...
const string  DEFAULT_ASP_COOKIE_NAME = "asp.net_sessionid"
The default name of the cookie that holds the ID for the ASP.NET session. More...
const int  DATA_UPDATE_POLLING_DEFAULT = 30 * 60
Default polling interval for the data update service in seconds. More...
const int  DATA_UPDATE_RANDOMISATION_DEFAULT = 10 * 60
Default randomization to be applied to the calculated update timer interval in seconds. More...

Member Data Documentation

◆ DATA_UPDATE_POLLING_DEFAULT

const int FiftyOne.Pipeline.Engines.Constants.DATA_UPDATE_POLLING_DEFAULT = 30 * 60

Default polling interval for the data update service in seconds.

◆ DATA_UPDATE_RANDOMISATION_DEFAULT

const int FiftyOne.Pipeline.Engines.Constants.DATA_UPDATE_RANDOMISATION_DEFAULT = 10 * 60

Default randomization to be applied to the calculated update timer interval in seconds.

This is used to help prevent many requests hitting the update distribution endpoint at exactly the same time.

◆ DEFAULT_ASP_COOKIE_NAME

const string FiftyOne.Pipeline.Engines.Constants.DEFAULT_ASP_COOKIE_NAME = "asp.net_sessionid"

The default name of the cookie that holds the ID for the ASP.NET session.

◆ FIFTYONE_COOKIE_PREFIX

const string FiftyOne.Pipeline.Engines.Constants.FIFTYONE_COOKIE_PREFIX = "51d_"

The prefix that is added to all cookies set by 51Degrees client-side code that can be used as evidence.