[Top] [Prev] [Next] [Bottom]
[Contents]
SaSetHeader
Sets a server application header string name/value pair to the content string returned by Sapphire.
#include "SaRnHtml.h"
void XKEXPORT SaSetHeader SUTPROTO((char *name,char *value));
Arguments
- name
- String representing header string name.
- value
- String representing header string value.
Return Values
None.
Sets a header string name/value pair to the content string returned by Sapphire. This must be called before any output is sent from the Sapphire server application. Any previous value for the header, name, is overwritten.
SaSetHeader("", "");
See Also
[Top] [Prev] [Next] [Bottom]
[Contents]
info@bluestone.com
Copyright © 1997, Bluestone. All rights
reserved.