[This is preliminary documentation and is subject to change.]
The EffectiveCallerIPEndPointFilter type exposes the following members.Constructors
Name | Description | |
---|---|---|
![]() | EffectiveCallerIPEndPointFilter(WorkDispatcher, IConfigSectionNode) | Initializes a new instance of the EffectiveCallerIPEndPointFilter class |
![]() | EffectiveCallerIPEndPointFilter(WorkHandler, IConfigSectionNode) | Initializes a new instance of the EffectiveCallerIPEndPointFilter class |
![]() | EffectiveCallerIPEndPointFilter(WorkDispatcher, String, Int32) | Initializes a new instance of the EffectiveCallerIPEndPointFilter class |
![]() | EffectiveCallerIPEndPointFilter(WorkHandler, String, Int32) | Initializes a new instance of the EffectiveCallerIPEndPointFilter class |
Methods
Name | Description | |
---|---|---|
![]() | __setComponentDirector | (Inherited from ApplicationComponent.) |
![]() | Destructor | (Inherited from ApplicationComponent.) |
![]() | Dispose |
Deterministically disposes object. DO NOT OVERRIDE this method, override Destructor() instead
(Inherited from DisposableObject.) |
![]() | DoFilterWork | (Overrides WorkFilter DoFilterWork(WorkContext, IList WorkFilter , Int32).) |
![]() | EnsureObjectNotDisposed |
Checks to see whether object dispose started or has already been disposed and throws an exception if Dispose() was called
(Inherited from DisposableObject.) |
![]() | ![]() | Determines whether the specified object is equal to the current object. (Inherited from ![]() |
![]() | FilterWork |
Override to filter the work - i.e. extract some security name from cookies and check access, turn exception in error page etc.
Note: This method is re-entrant by multiple threads
(Inherited from WorkFilter.) |
![]() | Finalize | (Inherited from DisposableObject.) |
![]() | ![]() | Serves as the default hash function. (Inherited from ![]() |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | InvokeNextWorker |
Invokes next processing body be it the next filter or handler (when all filters are iterated through).
The filter implementors must call this method to pass WorkContext processing along the line.
Does nothing if work is Aborted or Handled
(Inherited from WorkFilter.) |
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | ToString | (Inherited from WorkFilter.) |
Extension Methods
Properties
Name | Description | |
---|---|---|
![]() | ComponentCommonName |
Returns the common name used to identify the component, for example "Glue" for various IGlue implementations.
This name is searched-by some management tools that allow to find component by this name that does not change between
application restarts like ComponentSID does. Subordinate (non-root) components return null
(Inherited from ApplicationComponent.) |
![]() | ComponentDirector |
Returns a reference to an object that this app component services/operates under, or null
(Inherited from ApplicationComponent.) |
![]() | ComponentSID |
Returns process/instance unique app component system id
(Inherited from ApplicationComponent.) |
![]() | ComponentStartTime |
Returns local computer time of component start (not from application container time)
(Inherited from ApplicationComponent.) |
![]() | Dispatcher |
Returns the dispatcher that this filter works under
(Inherited from WorkFilter.) |
![]() | Disposed |
Indicates whether this object was already disposed - the Dispose() has finished
(Inherited from DisposableObject.) |
![]() | DisposeStarted |
Indicates whether this object Dispose() has been called and dispose started but not finished yet
(Inherited from DisposableObject.) |
![]() | Handler |
Returns the handler that this filter works under. May be null if the filter works under dispatcher
(Inherited from WorkFilter.) |
![]() | Name |
Returns the filter instance name
(Inherited from WorkFilter.) |
![]() | NetGate |
Returns network gate that filter implementation may use to set business variables or null
(Inherited from WorkFilter.) |
![]() | Order |
Returns the filter order in filter registry. Order is used for URI pattern matching
(Inherited from WorkFilter.) |
![]() | RealIpHdr | |
![]() | RealPortHdr | |
![]() | Server |
Returns the server that this filter works under
(Inherited from WorkFilter.) |
See Also