[Top] [Prev] [Next] [Bottom] [Contents]

SaAddHeader

Adds a server application header string name/value pair to the content string returned by Sapphire.

Synopsis

#include "SaRnHtml.h"
void XKEXPORT SaAddHeader SUTPROTO((char *name,char *value));

Arguments

name
String representing header string name.
value
String representing header string value.

Return Values

None.

Description

Adds 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 not overwritten. Instead, another instance is created.

Example

SaAddHeader("", "");

See Also



[Top] [Prev] [Next] [Bottom] [Contents]

info@bluestone.com
Copyright © 1997, Bluestone. All rights reserved.