Class that encapsulates the functionality need to submit requests to the Akismet antispam service. Based on the code by Joel Thoms, http://www.joel.net/me/weblog.aspx.

Namespace: MonoSoftware.Web.AntiSpam.AntiSpamProviders.Akismet
Assembly: MonoSoftware.Web (in MonoSoftware.Web.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
public class Akismet
Visual Basic
Public Class Akismet
Visual C++
public ref class Akismet
F#
type Akismet =  class end

Inheritance Hierarchy

System..::..Object
  MonoSoftware.Web.AntiSpam.AntiSpamProviders.Akismet..::..Akismet

See Also