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(
	string url
)
Visual Basic
Public Function Post ( 
	url As String
) As String
Visual C++
public:
String^ Post(
	String^ url
)
F#
member Post : 
        url : string -> string 

Parameters

url
Type: System..::..String
The url to post to.

Return Value

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

See Also