Previous PageNext Page

13.7.3 IResponse::BinaryWrite

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

HRESULT BinaryWrite(

VARIANT varBuffer

);

Parameters

varBuffer
A variant containing the data as a Safe Array.

Remarks

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 © 2000 Chili!Soft

Previous PageTop Of PageNext Page