AddHeader

This method of the IResponse interface adds a header to the HTML output.

Syntax

public abstract void AddHeader(java.lang.String HeaderName, java.lang.String HeaderValue);

Parameters

HeaderName [in] Contains the name of the HTTP header.
HeaderValue [in] Contains the HTTP header value.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.