Class AddBasicAuthenticationAction
- Namespace
- Fluxzy.Rules.Actions.HighLevelActions
- Assembly
- Fluxzy.Core.dll
[ActionMetadata("Add a basic authentication (RFC 7617) to incoming exchanges with an username and a password")]
public class AddBasicAuthenticationAction : Action
- Inheritance
-
AddBasicAuthenticationAction
- Inherited Members
Constructors
AddBasicAuthenticationAction(string, string)
public AddBasicAuthenticationAction(string username, string password)
Parameters
Properties
ActionScope
public override FilterScope ActionScope { get; }
Property Value
DefaultDescription
public override string DefaultDescription { get; }
Property Value
Password
public string Password { get; set; }
Property Value
Username
public string Username { 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