Show / Hide Table of Contents

Class HttpContextItem

Names of HttpContext.Items processed by TelemetryInitializer. Added to context to improve telemetry.

Inheritance
object
HttpContextItem
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top