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 |
---|---|---|
Work |
dispatcher | |
IConfig |
confNode |
EffectiveCallerIPEndPointFilter(WorkDispatcher, String, Int32)
Declaration
public EffectiveCallerIPEndPointFilter(WorkDispatcher dispatcher, string name, int order)
Parameters
Type | Name | Description |
---|---|---|
Work |
dispatcher | |
System. |
name | |
System. |
order |
EffectiveCallerIPEndPointFilter(WorkHandler, IConfigSectionNode)
Declaration
public EffectiveCallerIPEndPointFilter(WorkHandler handler, IConfigSectionNode confNode)
Parameters
Type | Name | Description |
---|---|---|
Work |
handler | |
IConfig |
confNode |
EffectiveCallerIPEndPointFilter(WorkHandler, String, Int32)
Declaration
public EffectiveCallerIPEndPointFilter(WorkHandler handler, string name, int order)
Parameters
Type | Name | Description |
---|---|---|
Work |
handler | |
System. |
name | |
System. |
order |
Properties
RealIpHdr
Declaration
[Config]
public string RealIpHdr { get; set; }
Property Value
Type | Description |
---|---|
System. |
RealPortHdr
Declaration
[Config]
public string RealPortHdr { get; set; }
Property Value
Type | Description |
---|---|
System. |
Methods
DoFilterWork(WorkContext, IList<WorkFilter>, Int32)
Declaration
protected override void DoFilterWork(WorkContext work, IList<WorkFilter> filters, int thisFilterIndex)
Parameters
Type | Name | Description |
---|---|---|
Work |
work | |
System. |
filters | |
System. |
thisFilterIndex |
Overrides
Implements
System.IDisposable