Class IpEgressFilter
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
stringoperation
StringSelectorOperation
Properties
AutoGeneratedName
public override string AutoGeneratedName { get; }
Property Value
FilterScope
public override FilterScope FilterScope { get; }
Property Value
GenericName
public override string GenericName { get; }
Property Value
ShortName
public override string ShortName { get; }
Property Value
Methods
GetExamples()
public override IEnumerable<FilterExample> GetExamples()
Returns
GetMatchInputs(ExchangeContext?, IAuthority, IExchange?)
protected override IEnumerable<string> GetMatchInputs(ExchangeContext? exchangeContext, IAuthority authority, IExchange? exchange)
Parameters
exchangeContext
ExchangeContextauthority
IAuthorityexchange
IExchange