Table of Contents

Class ForceRemotePortAction

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

Ignore the default port used by the current authority and use the provided port instead

[ActionMetadata("Ignores the default port used by the current authority and use the provided port instead.")]
public class ForceRemotePortAction : Action
Inheritance
ForceRemotePortAction
Inherited Members

Constructors

ForceRemotePortAction(int)

public ForceRemotePortAction(int port)

Parameters

port int

Properties

ActionScope

public override FilterScope ActionScope { get; }

Property Value

FilterScope

DefaultDescription

public override string DefaultDescription { get; }

Property Value

string

Port

public int Port { get; set; }

Property Value

int

Methods

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