Class EffectiveCallerIPEndPointFilter
Upon match, injects real caller WorkContext.EffectiveCallerIPEndPoint
Inheritance
System.Object
EffectiveCallerIPEndPointFilter
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Azos.Wave.Filters
Assembly: Azos.Wave.dll
Syntax
public class EffectiveCallerIPEndPointFilter : WorkFilter, IDisposable, IApplicationComponent, INamed, IOrdered
Constructors
EffectiveCallerIPEndPointFilter(WorkDispatcher, IConfigSectionNode)
Declaration
public EffectiveCallerIPEndPointFilter(WorkDispatcher dispatcher, IConfigSectionNode confNode)
Parameters
Type | Name | Description |
---|---|---|
WorkDispatcher | dispatcher | |
IConfigSectionNode | confNode |
EffectiveCallerIPEndPointFilter(WorkDispatcher, String, Int32)
Declaration
public EffectiveCallerIPEndPointFilter(WorkDispatcher dispatcher, string name, int order)
Parameters
Type | Name | Description |
---|---|---|
WorkDispatcher | dispatcher | |
System.String | name | |
System.Int32 | order |
EffectiveCallerIPEndPointFilter(WorkHandler, IConfigSectionNode)
Declaration
public EffectiveCallerIPEndPointFilter(WorkHandler handler, IConfigSectionNode confNode)
Parameters
Type | Name | Description |
---|---|---|
WorkHandler | handler | |
IConfigSectionNode | confNode |
EffectiveCallerIPEndPointFilter(WorkHandler, String, Int32)
Declaration
public EffectiveCallerIPEndPointFilter(WorkHandler handler, string name, int order)
Parameters
Type | Name | Description |
---|---|---|
WorkHandler | handler | |
System.String | name | |
System.Int32 | order |
Properties
RealIpHdr
Declaration
[Config]
public string RealIpHdr { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RealPortHdr
Declaration
[Config]
public string RealPortHdr { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
DoFilterWork(WorkContext, IList<WorkFilter>, Int32)
Declaration
protected override void DoFilterWork(WorkContext work, IList<WorkFilter> filters, int thisFilterIndex)
Parameters
Type | Name | Description |
---|---|---|
WorkContext | work | |
System.Collections.Generic.IList<WorkFilter> | filters | |
System.Int32 | thisFilterIndex |
Overrides
Implements
System.IDisposable