The getContentType and putContentType methods of the IResponse interface retrieve or set the value of the ContentType property, respectively.
public abstract java.lang.String getContentType();
public abstract void putContentType(java.lang.String ContentType);
Returns a string that contains the ContentType value.
ContentType | [in] A string that contains the new ContentType value. |