- Namespace
- Fluxzy.Clients.Headers
- Assembly
- Fluxzy.Core.dll
public class HeaderAlterationReplace : HeaderAlteration
- Inheritance
-
HeaderAlterationReplace
- Inherited Members
-
Constructors
public HeaderAlterationReplace(string headerName, string headerValue, bool addIfMissing)
Parameters
headerName
string
headerValue
string
addIfMissing
bool
Properties
public bool AddIfMissing { get; }
Property Value
- bool
public string? AppendSeparator { get; set; }
Property Value
- string
public string HeaderName { get; }
Property Value
- string
public string HeaderValue { get; }
Property Value
- string
Methods
public override void Apply(Header header)
Parameters
header
Header