◆ EvidenceKeyFilterShareUsage()
FiftyOne.Pipeline.Engines.FiftyOne.Data.EvidenceKeyFilterShareUsage.EvidenceKeyFilterShareUsage | ( | List< string > | blockedHttpHeaders, |
List< string > | includedQueryStringParams, | ||
bool | includeSession, | ||
string | aspSessionCookieName | ||
) |
Constructor
- Parameters
-
- blockedHttpHeaders - A list of the names of the HTTP headers that share usage should not send to 51Degrees.
- includedQueryStringParams - A list of the names of query string parameters that share usage should send to 51Degrees.
- includeSession - If true then the asp.net session cookie will be included in the filter.
- aspSessionCookieName - The name of the cookie that contains the asp.net session id.