Constructor that accepts a url as a parameter

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 PostSubmitter(
	string url
)
Visual Basic
Public Sub New ( 
	url As String
)
Visual C++
public:
PostSubmitter(
	String^ url
)
F#
new : 
        url : string -> PostSubmitter

Parameters

url
Type: System..::..String
The url where the post will be submitted to.

See Also