Table of Contents

Class SetUserAgentAction

Namespace
Fluxzy.Rules.Actions
Assembly
Fluxzy.Core.dll
[ActionMetadata("Change the User-AgentThis action is used to change the User-Agent header of the request from a list of built-in user-agent values.")]
public class SetUserAgentAction : Action
Inheritance
SetUserAgentAction
Inherited Members

Constructors

SetUserAgentAction(string)

public SetUserAgentAction(string name)

Parameters

name string

Properties

ActionScope

public override FilterScope ActionScope { get; }

Property Value

FilterScope

DefaultDescription

public override string DefaultDescription { get; }

Property Value

string

Name

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