C# Class gp.Files.BadIPs

Mostrar archivo Open project: vatsal/getputs

Public Methods

Method Description
Contains ( string url ) : bool

Indicates whether a url is a contained in the BadIPs List

ReLoadList ( ) : void

Private Methods

Method Description
BadIPs ( ) : System

Reads Words File

Method Details

Contains() public method

Indicates whether a url is a contained in the BadIPs List
public Contains ( string url ) : bool
url string The url to check
return bool

ReLoadList() public method

public ReLoadList ( ) : void
return void