This method of the IResponse interface adds a header to the HTML output.
public abstract void AddHeader(java.lang.String HeaderName, java.lang.String HeaderValue);
HeaderName | [in] Contains the name of the HTTP header. |
HeaderValue | [in] Contains the HTTP header value. |