Initializes a new instance of the RequestForm class.

Namespace: S22.Xmpp.Extensions.Dataforms
Assembly: S22.Xmpp (in S22.Xmpp.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public RequestForm(
	string title = null,
	string instructions = null,
	params DataField[] fields
)

Parameters

title (Optional)
Type: System..::..String
The title of the data-form.
instructions (Optional)
Type: System..::..String
The natural-language instructions to be followed by the form-submitting entity.
fields
Type: array<S22.Xmpp.Extensions.Dataforms..::..DataField>[]()[][]
One or several data-fields to add to the form.

See Also