Click or drag to resize
HTTPSendSetField Method
Allows you to add some additional field data to be sent along with the transfer. This is usually used for things like userid and password to validate the transfer.

Namespace: Kettic.AspNet.Controls.Editor.DialogControls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public void SetField(
	string Name,
	string Value
)

Parameters

Name
Type: SystemString
The name of the custom field.
Value
Type: SystemString
The value of the custom field.
See Also