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 SourceHeaderCollerationIdActive
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 |
HeaderCollerationName
The header name of the colleraton id
Declaration
public string HeaderCollerationName { get; set; }
Property Value
Type | Description |
---|---|
System.String |