Table of Contents

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

username string
password string

Properties

ActionScope

public override FilterScope ActionScope { get; }

Property Value

FilterScope

DefaultDescription

public override string DefaultDescription { get; }

Property Value

string

Password

public string Password { get; set; }

Property Value

string

Username

public string Username { get; set; }

Property Value

string

Methods

GetExamples()

public override IEnumerable<ActionExample> GetExamples()

Returns

IEnumerable<ActionExample>

InternalAlter(ExchangeContext, Exchange?, Connection?, FilterScope, BreakPointManager)

public override ValueTask InternalAlter(ExchangeContext context, Exchange? exchange, Connection? connection, FilterScope scope, BreakPointManager breakPointManager)

Parameters

context ExchangeContext
exchange Exchange
connection Connection
scope FilterScope
breakPointManager BreakPointManager

Returns

ValueTask