C# Class SpamDetection, getputs

Summary description for SpamDetection
Afficher le fichier Open project: vatsal/getputs Class Usage Examples

Méthodes publiques

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

Method Details

IsSafeLink() public méthode

public IsSafeLink ( string link ) : bool
link string
Résultat bool

IsSpam() public méthode

public IsSpam ( string commentAuthor, string commentIP, string commentContent ) : bool
commentAuthor string
commentIP string
commentContent string
Résultat bool

SpamDetection() public méthode

public SpamDetection ( ) : System
Résultat System

VerifyAkismetApiKey() public méthode

public VerifyAkismetApiKey ( ) : bool
Résultat bool