C# Class SpamDetection, getputs

Summary description for SpamDetection
Datei anzeigen Open project: vatsal/getputs Class Usage Examples

Public Methods

Method Description
IsSafeLink ( string link ) : bool
IsSpam ( string commentAuthor, string commentIP, string commentContent ) : bool
SpamDetection ( ) : System
VerifyAkismetApiKey ( ) : bool

Method Details

IsSafeLink() public method

public IsSafeLink ( string link ) : bool
link string
return bool

IsSpam() public method

public IsSpam ( string commentAuthor, string commentIP, string commentContent ) : bool
commentAuthor string
commentIP string
commentContent string
return bool

SpamDetection() public method

public SpamDetection ( ) : System
return System

VerifyAkismetApiKey() public method

public VerifyAkismetApiKey ( ) : bool
return bool