BinaryWrite

This method of the IResponse interface writes data to the HTTP output without any character conversion.

Syntax

public abstract void BinaryWrite(com.ms.com.Variant varBuffer);

Parameters

varBuffer [in] Contains the data as a SafeArray.

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