This document is archived and information here might be outdated. Recommended version. |
Writes a byte array as a response stream.
[Visual Basic .NET]
Public Sub Write ( _
ByVal bytes As Byte[] _
)
[C#]
public void Write (
Byte[] bytes
);
[C++]
HRESULT Write(
SafeArray bytes
);
[C++] Parameters bytes [in]
bytes is a parameter of type SAFEARRAY(unsigned char)