Click or drag to resize
IAccessFilter Interface
The interface for classes that can take an Access list from Settings and use that to decide whether to allow or disallow an incoming connection or request.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IAccessFilter

The IAccessFilter type exposes the following members.

Properties
  NameDescription
Public propertyAccess
Gets the access last passed to Initialise(Access).
Top
Methods
  NameDescription
Public methodAllow
Returns true if access from the address passed across should be allowed.
Public methodInitialise
Initialises the filter. Changes to the Access object after this call have no effect on the operation of the filter. Multiple calls are permitted.
Top
Remarks
Implementations must be thread-safe.
See Also