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


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

IResponseStreamer2 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 InitWithHeaders Initializes the Response streamer.
Method Write Writes a byte array as a response stream.

Inherited Interfaces

Interfaces Description
IResponseStreamer An interface for streaming responses.

Classes that implement IResponseStreamer2

Classes Description