NFX.Wave.Filters NamespaceNFX Class Library

[This is preliminary documentation and is subject to change.]

 
Classes

  ClassDescription
Public classBeforeAfterFilterBase
Provides base for filters that have before/after semantics
Public classEffectiveCallerIPEndPointFilter
Upon match, injects real caller WorkContext.EffectiveCallerIPEndPoint
Public classErrorFilter
Intercepts error that arise during processing and displays an error page for exceptions and error codes
Public classGeoLookupFilter
Upon match, looks up user's geo location based on a IP addresses
Public classLoggingFilter
Logs information extracted from WorkContext
Public classPortalFilter
Manages injection of portal into the work context
Public classRedirectFilter
Upon match, redirects client to the specified URL resource. Specify matches with 'redirect-url' var
Public classSecurityFilter
Checks permissions before doing work
Public classSessionFilter
Manages session state in work context
Public classStopFilter
Stops the processing of WorkContext by throwing exception upon match