CHttp.AddRequestHeaders Method | |
Adds additional headers to the current request.
Namespace:
VO
Assembly:
VOInternetClasses (in VOInternetClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD AddRequestHeaders(
cHeaders,
nModifiers
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual AddRequestHeaders(
Usual cHeaders = default,
Usual nModifiers = default
)
Request Example
View SourceParameters
- cHeaders (Optional)
- Type: Usual
Contains the headers to append to the request. Each header must be terminated by a CR/LF (carriage return/line feed) pair. - nModifiers (Optional)
- Type: Usual
Contains values used to modify the semantics of this function (see HttpAddRequestHeaders in the Win32 Internet API help for possible values).
Return Value
Type:
Usual
TRUE if successful; otherwise, FALSE.
See Also