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


IResponseStreamer Interface (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Server)  

IResponseStreamer Interface

An interface for streaming responses.

Product Availability

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

Members

Description
Method Close Closes the response stream.
Method GetBufferSize The size of each response chunk that the client will receive.
Method Init Initializes the Response streamer.
Method Write Writes a byte array as a response stream.

CoClasses that implement IResponseStreamer

CoClasses and Classes Description
ResponseStreamer