Table of Contents

Class AddAuthorizationBasicAction

Namespace
Fluxzy.Rules.Actions
Assembly
Fluxzy.Core.dll

Add Authorization Basic to the request header.

[ActionMetadata("Add Authorization Basic to the request header.")]
public class AddAuthorizationBasicAction : Action
Inheritance
AddAuthorizationBasicAction
Inherited Members

Constructors

AddAuthorizationBasicAction(string, string)

public AddAuthorizationBasicAction(string user, string password)

Parameters

user string
password string

Properties

ActionScope

public override FilterScope ActionScope { get; }

Property Value

FilterScope

DefaultDescription

public override string DefaultDescription { get; }

Property Value

string

Password

Password

public string Password { get; set; }

Property Value

string

User

User

public string User { 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