Constructor allowing the setting of the url and items to post.

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

Parameters

url
Type: System..::..String
the url for the post.
values
Type: System.Collections.Specialized..::..NameValueCollection
The values for the post.

See Also