Posts the supplied data to specified url.

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

Syntax

C#
public string Post()
Visual Basic
Public Function Post As String
Visual C++
public:
String^ Post()
F#
member Post : unit -> string 

Return Value

Type: String
a string containing the result of the post.

See Also