Show / Hide Table of Contents

Class HttpContextItem

Names of HttpContext.Items processed by TelemetryInitializers/>. 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 TelemetryInitializers/>. Added to context to improve telemetry.

Declaration
public HttpContextItem()

Fields

ContextIdentifier

Used when setting (the empty standard field) ITelemetry.Context.User.AccountId

Declaration
public const string ContextIdentifier = "ContextIdentifier"
Field Value
Type Description
string

SuccessOverride

Used to override (the SDK generated) RequestTelemetry.Success

Declaration
public const string SuccessOverride = "SuccessOverride"
Field Value
Type Description
string

TelemetryOperationName

Used to override (the SDK generated) telemetry.Context.Operation.Name

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