Show / Hide Table of Contents

Class HttpClientServiceOptions

Settings for the HttpClientService

Inheritance
System.Object
HttpClientServiceOptions
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.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Geko.HttpClientService.Models
Assembly: Geko.HttpClientService.dll
Syntax
public class HttpClientServiceOptions

Properties

| Improve this Doc View Source

HeaderCollerationIdActive

A boolean indicating the use or not of the colleration id for logging purposes

Declaration
public bool HeaderCollerationIdActive { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

HeaderCollerationName

The header name of the colleraton id

Declaration
public string HeaderCollerationName { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
Back to top Generated by DocFX