Table of Contents

Class IpEgressFilter

Namespace
Fluxzy.Rules.Filters
Assembly
Fluxzy.Core.dll

Select exchanges according to upstream ip address

[FilterMetaData(null, LongDescription = "Select exchanges according to upstream IP address. Full IP notation is used from IPv6.")]
public class IpEgressFilter : StringFilter
Inheritance
IpEgressFilter
Inherited Members
Extension Methods

Constructors

IpEgressFilter(string)

public IpEgressFilter(string pattern)

Parameters

pattern string

IpEgressFilter(string, StringSelectorOperation)

[JsonConstructor]
public IpEgressFilter(string pattern, StringSelectorOperation operation)

Parameters

pattern string
operation StringSelectorOperation

Properties

AutoGeneratedName

public override string AutoGeneratedName { get; }

Property Value

string

FilterScope

public override FilterScope FilterScope { get; }

Property Value

FilterScope

GenericName

public override string GenericName { get; }

Property Value

string

ShortName

public override string ShortName { get; }

Property Value

string

Methods

GetExamples()

public override IEnumerable<FilterExample> GetExamples()

Returns

IEnumerable<FilterExample>

GetMatchInputs(ExchangeContext?, IAuthority, IExchange?)

protected override IEnumerable<string> GetMatchInputs(ExchangeContext? exchangeContext, IAuthority authority, IExchange? exchange)

Parameters

exchangeContext ExchangeContext
authority IAuthority
exchange IExchange

Returns

IEnumerable<string>