Class ForceRemotePortAction
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
portint
Properties
ActionScope
public override FilterScope ActionScope { get; }
Property Value
DefaultDescription
public override string DefaultDescription { get; }
Property Value
Port
public int Port { get; set; }
Property Value
Methods
InternalAlter(ExchangeContext, Exchange?, Connection?, FilterScope, BreakPointManager)
public override ValueTask InternalAlter(ExchangeContext context, Exchange? exchange, Connection? connection, FilterScope scope, BreakPointManager breakPointManager)
Parameters
contextExchangeContextexchangeExchangeconnectionConnectionscopeFilterScopebreakPointManagerBreakPointManager