Class DeleteResponseHeaderAction
Remove response headers. This actions remove every occurrence of the header from the response.
[ActionMetadata("Remove response headers. This action removes <b>every</b> occurrence of the header from the response.")]
public class DeleteResponseHeaderAction : Action
- Inheritance
-
DeleteResponseHeaderAction
- Inherited Members
Constructors
DeleteResponseHeaderAction(string)
public DeleteResponseHeaderAction(string headerName)
Parameters
headerName
string
Properties
ActionScope
public override FilterScope ActionScope { get; }
Property Value
DefaultDescription
public override string DefaultDescription { get; }
Property Value
HeaderName
Header name
public string HeaderName { get; set; }
Property Value
Methods
GetExamples()
public override IEnumerable<ActionExample> GetExamples()
Returns
InternalAlter(ExchangeContext, Exchange?, Connection?, FilterScope, BreakPointManager)
public override ValueTask InternalAlter(ExchangeContext context, Exchange? exchange, Connection? connection, FilterScope scope, BreakPointManager breakPointManager)
Parameters
context
ExchangeContextexchange
Exchangeconnection
Connectionscope
FilterScopebreakPointManager
BreakPointManager