Allows you to add some additional header data
to be sent along with the transfer.
Namespace: Kettic.AspNet.Controls.Editor.DialogControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic void SetHeader(
string Name,
string Value
)
Public Sub SetHeader (
Name As String,
Value As String
)
public:
void SetHeader(
String^ Name,
String^ Value
)
member SetHeader :
Name : string *
Value : string -> unit
Parameters
- Name
- Type: SystemString
The name of the custom header. - Value
- Type: SystemString
The value of the custom header.
See Also