Class ImpersonateHeader
public class ImpersonateHeader
- Inheritance
-
ImpersonateHeader
- Inherited Members
Constructors
ImpersonateHeader(string, string, bool)
public ImpersonateHeader(string name, string value, bool skipIfExists = false)
Parameters
Properties
Name
public string Name { get; }
Property Value
SkipIfExists
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool SkipIfExists { get; }
Property Value
Value
public string Value { get; }