Table of Contents

Class ImpersonateHeader

Namespace
Fluxzy.Clients.Ssl
Assembly
Fluxzy.Core.dll
public class ImpersonateHeader
Inheritance
ImpersonateHeader
Inherited Members

Constructors

ImpersonateHeader(string, string, bool)

public ImpersonateHeader(string name, string value, bool skipIfExists = false)

Parameters

name string
value string
skipIfExists bool

Properties

Name

public string Name { get; }

Property Value

string

SkipIfExists

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool SkipIfExists { get; }

Property Value

bool

Value

public string Value { get; }

Property Value

string