Class HttpContextItem
Names of HttpContext.Items processed by TelemetryInitializer. Added to context to improve telemetry.
Inherited Members
Namespace: SuperOffice.WebApi
Assembly: SoCore.dll
Syntax
public class HttpContextItem
Constructors
HttpContextItem()
Names of HttpContext.Items processed by TelemetryInitializer. Added to context to improve telemetry.
Declaration
public HttpContextItem()
Fields
AccountId
Names of HttpContext.Items processed by TelemetryInitializer. Added to context to improve telemetry.
Declaration
public const string AccountId = "accountId"
Field Value
Type | Description |
---|---|
string |
ContextIdentifier
Names of HttpContext.Items processed by TelemetryInitializer. Added to context to improve telemetry.
Declaration
public const string ContextIdentifier = "ContextIdentifier"
Field Value
Type | Description |
---|---|
string |
SoClaimsPrincipal
Names of HttpContext.Items processed by TelemetryInitializer. Added to context to improve telemetry.
Declaration
public const string SoClaimsPrincipal = "SoClaimsPrincipal"
Field Value
Type | Description |
---|---|
string |
SuccessOverride
Tell telemetry that success/failure state of operation is overridden with bool value
Declaration
public const string SuccessOverride = "isSuccess"
Field Value
Type | Description |
---|---|
string |
TelemetryOperationName
Override automatically generated operation name in telemetry
Declaration
public const string TelemetryOperationName = "TelemetryOperationName"
Field Value
Type | Description |
---|---|
string |