getCharSet

The getCharSet and putCharSet methods of the IResponse interface retrieve or add the name of a character set to append to the content-type header, respectively.

Syntax

public abstract java.lang.String getCharSet();
public abstract void putCharSet(java.lang.String CharSet);

Return Value

Returns a string that contains the CharSet value.

Parameters

CharSet [in] A string that contains the new CharSet value.

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