C# 클래스 Orchard.AntiSpam.Services.AkismetApiSpamFilter

상속: ISpamFilter
파일 보기 프로젝트 열기: ucdavis/Orchard 1 사용 예제들

공개 메소드들

메소드 설명
AkismetApiSpamFilter ( string endpoint, string apiKey, System.Web.HttpContextBase context ) : System
CheckForSpam ( string text ) : SpamStatus
ReportHam ( string text ) : void
ReportSpam ( string text ) : void

비공개 메소드들

메소드 설명
ExecuteValidateRequest ( string text, string action ) : string
HandleValidateResponse ( System.Web.HttpContextBase context, string response ) : bool

메소드 상세

AkismetApiSpamFilter() 공개 메소드

public AkismetApiSpamFilter ( string endpoint, string apiKey, System.Web.HttpContextBase context ) : System
endpoint string
apiKey string
context System.Web.HttpContextBase
리턴 System

CheckForSpam() 공개 메소드

public CheckForSpam ( string text ) : SpamStatus
text string
리턴 SpamStatus

ReportHam() 공개 메소드

public ReportHam ( string text ) : void
text string
리턴 void

ReportSpam() 공개 메소드

public ReportSpam ( string text ) : void
text string
리턴 void