This document is archived and information here might be outdated.  Recommended version.


IResponseStreamer.Write Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Server)  

IResponseStreamer.Write Method

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(
  bytes bytes
);
[C++]

Parameters bytes [in] bytes is a parameter of type

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IResponseStreamer Interface