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


IResponseStreamer Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IR > IResponseStreamer Interface
ArcGIS Developer Help

IResponseStreamer Interface

An interface for streaming responses.

Product Availability

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

Members

Name 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.

Classes that implement IResponseStreamer

Classes Description
ResponseStreamer