Click or drag to resize
HTTPSendSetHeader Method
Allows you to add some additional header data to be sent along with 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 SetHeader(
	string Name,
	string Value
)

Parameters

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