Goto: 4C Home | 4C Docs | 4C External Libraries Home | FCCom Home | FCCom Function List SetGlobalHeader()

SetGlobalHeader()

Purpose:
FCCom::SetGlobalHeader() sets the value for a global request header.
Usage:
ret = FCCom::SetGlobalHeader(<connident>,<headername>,<headerval>);
Arguments:

integer <connident> - The connection id returned by an earlier call to FCCom::Alloc().
Returns:
0 - OK
-1 - Invalid <connident>
Where Used:
FCCom::SetGlobalHeader() can be called anytime that you have a valid connection id to use.
Example:
Example
Description:
FCCom::SetGlobalHeader() sets the value for a global request header. Setting the value of global header to "" removes it from the list of global headers sent with every request.
Bugs/Features/Comments:
See Also:
FCCom Function List


Back to Top