OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Properties | List of all members
OpenSim.Framework.OutboundUrlFilter Class Reference

Public Member Functions

 OutboundUrlFilter (string name, List< IPNetwork > blacklistNetworks, List< IPEndPoint > blacklistEndPoints, List< IPNetwork > blacklistExceptionNetworks, List< IPEndPoint > blacklistExceptionEndPoints)
 
 OutboundUrlFilter (string name, IConfigSource config)
 Initializes a new instance of the OpenSim.Framework.OutboundUrlFilter class. More...
 
bool CheckAllowed (Uri url)
 Checks whether the given url is allowed by the filter. More...
 

Properties

string Name [get, set]
 

Detailed Description

Definition at line 39 of file OutboundUrlFilter.cs.

Constructor & Destructor Documentation

OpenSim.Framework.OutboundUrlFilter.OutboundUrlFilter ( string  name,
List< IPNetwork >  blacklistNetworks,
List< IPEndPoint >  blacklistEndPoints,
List< IPNetwork >  blacklistExceptionNetworks,
List< IPEndPoint >  blacklistExceptionEndPoints 
)
inline

Definition at line 51 of file OutboundUrlFilter.cs.

OpenSim.Framework.OutboundUrlFilter.OutboundUrlFilter ( string  name,
IConfigSource  config 
)
inline

Initializes a new instance of the OpenSim.Framework.OutboundUrlFilter class.

Parameters
nameName of the filter for logging purposes.
configFilter configuration

Definition at line 69 of file OutboundUrlFilter.cs.

Member Function Documentation

bool OpenSim.Framework.OutboundUrlFilter.CheckAllowed ( Uri  url)
inline

Checks whether the given url is allowed by the filter.

Returns

Definition at line 208 of file OutboundUrlFilter.cs.

Property Documentation

string OpenSim.Framework.OutboundUrlFilter.Name
getset

Definition at line 43 of file OutboundUrlFilter.cs.


The documentation for this class was generated from the following file: