Sun Chili!Soft ASP Sun Chili!Soft
ASP Sun Microsystems

 

IResponse::BinaryWrite

The IResponse::BinaryWrite method writes data to the HTTP output without converting Unicode characters to ANSI.

HRESULT BinaryWrite(

VARIANT varBuffer

);

Parameters: IResponse::BinaryWrite

varBuffer

A variant containing the data as a Safe Array.

Remarks: IResponse::BinaryWrite

This method writes the specified information to the current HTTP output without any character conversion. This method is useful for writing binary data required by a custom application. 

Copyright 2002 Sun Microsystems, Inc. All rights reserved. Legal Notice.