Show / Hide Table of Contents

Class Headers

Constant of headers for use on APIs.

Inheritance
System.Object
Headers
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: StoneCo.Framework.Common.Constants
Assembly: cs.temp.dll.dll
Syntax
public class Headers

Properties

Action

Represents the socket Action that will be listed.

Declaration
public static string Action { get; }
Property Value
Type Description
System.String

Room

AuthorizationToken

Key to authorize request on Microservices, Domais or Enterprise Service Bus

Declaration
public static string AuthorizationToken { get; }
Property Value
Type Description
System.String

Authorization-Token

Brand

Code that identify the brand. Brand

Declaration
public static string Brand { get; }
Property Value
Type Description
System.String

Brand

ContentSource

Represents the custom content from REST Call. Values Body or Query.

Declaration
public static string ContentSource { get; }
Property Value
Type Description
System.String

Content-Source

ErrorCount

Count of errors number occurred on service.

Declaration
public static string ErrorCount { get; }
Property Value
Type Description
System.String

Error-Count

EventhubType

Represents the eventhub header type.

Declaration
public static string EventhubType { get; }
Property Value
Type Description
System.String

Eventhub-Type

OriginApplication

Represents the application identified on the origin.

Declaration
public static string OriginApplication { get; }
Property Value
Type Description
System.String

Origin-Application

OriginDevice

Represents the device identified on the origin.

Declaration
public static string OriginDevice { get; }
Property Value
Type Description
System.String

Origin-Device

OriginIp

Represents the IP identified on the origin.

Declaration
public static string OriginIp { get; }
Property Value
Type Description
System.String

Origin-Ip

Room

Represents the socket custom group.

Declaration
public static string Room { get; }
Property Value
Type Description
System.String

Room

Tracekey

Key of trace.

Declaration
public static string Tracekey { get; }
Property Value
Type Description
System.String

Tracekey

Back to top Generated by DocFX