| ShareUsageBuilder (ILoggerFactory loggerFactory, HttpClient httpClient)
|
| ShareUsageBuilder (ILoggerFactory loggerFactory, ILogger logger, HttpClient httpClient)
|
override ShareUsageElement
| Build ()
|
|
| ShareUsageBuilderBase (ILoggerFactory loggerFactory)
|
| ShareUsageBuilderBase (ILoggerFactory loggerFactory, ILogger logger)
|
ShareUsageBuilderBase< T >
| SetIncludedQueryStringParameters (List< string > queryStringParameterNames)
By default query string and HTTP form parameters are not shared unless prefixed with '51D_'. More...
|
ShareUsageBuilderBase< T >
| SetIncludedQueryStringParameters (string queryStringParameterNames)
By default query string and HTTP form parameters are not shared unless prefixed with '51D_'. More...
|
ShareUsageBuilderBase< T >
| SetIncludedQueryStringParameter (string queryStringParameterName)
By default query string and HTTP form parameters are not shared unless prefixed with '51D_'. More...
|
ShareUsageBuilderBase< T >
| SetShareAllQueryStringParameters (bool shareAll)
Configure the usage sharing element to share all query string and HTTP form parameters. More...
|
ShareUsageBuilderBase< T >
| SetShareAllEvidence (bool shareAll)
Configure the usage sharing element to share all evidence. More...
|
ShareUsageBuilderBase< T >
| SetBlockedHttpHeaders (List< string > blockedHeaders)
By default, all HTTP headers (excluding a few such as 'cookies') are shared. More...
|
ShareUsageBuilderBase< T >
| SetBlockedHttpHeader (string blockedHeader)
By default, all HTTP headers (excluding a few such as 'cookies') are shared. More...
|
ShareUsageBuilderBase< T >
| SetIgnoreFlowDataEvidenceFilter (string evidenceFilter)
This setting can be used to stop the usage sharing element from sharing anything about specific requests. More...
|
ShareUsageBuilderBase< T >
| SetSharePercentage (double sharePercentage)
Set the percentage of data that the ShareUsageElement should be sharing. More...
|
ShareUsageBuilderBase< T >
| SetMinimumEntriesPerMessage (int minimumEntriesPerMessage)
The usage element will group data into single requests before sending it. More...
|
ShareUsageBuilderBase< T >
| SetMaximumQueueSize (int size)
Set the maximum number of entries to be stored in the queue to be sent. More...
|
ShareUsageBuilderBase< T >
| SetAddTimeout (int milliseconds)
Set the timeout in milliseconds to allow when attempting to add an item to the queue. More...
|
ShareUsageBuilderBase< T >
| SetTakeTimeout (int milliseconds)
Set the timeout in milliseconds to allow when attempting to take an item from the queue in order to send to the remote service. More...
|
ShareUsageBuilderBase< T >
| SetShareUsageUrl (string shareUsageUrl)
Set the URL to use when sharing usage data. More...
|
ShareUsageBuilderBase< T >
| SetShareUsageUrl (Uri shareUsageUrl)
Set the URL to use when sharing usage data. More...
|
ShareUsageBuilderBase< T >
| SetAspSessionCookieName (string cookieName)
Set the name of the cookie that contains the asp.net session id. More...
|
ShareUsageBuilderBase< T >
| SetRepeatEvidenceIntervalMinutes (int interval)
If exactly the same evidence values are seen multiple times within this time limit then they will only be shared once. More...
|
ShareUsageBuilderBase< T >
| SetTrackSession (bool track)
If set to true, the configured session cookie will be used to identify user sessions. More...
|