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


IResponseStreamer.Init Method (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 > IResponseStreamer.Init Method
ArcGIS Developer Help

IResponseStreamer.Init Method

Initializes the Response streamer.

[Visual Basic .NET]
Public Sub Init ( _
    ByVal contentType As String, _
    ByVal contentEncoding As String _
)
[C#]
public void Init (
    string contentType,
    string contentEncoding
);
[C++]
HRESULT Init(
  BSTR contentType,
  BSTR contentEncoding
);
[C++]
Parameters
contentType [in]

contentType is a parameter of type BSTR contentEncoding [in]
contentEncoding is a parameter of type BSTR

Product Availability

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

See Also

IResponseStreamer Interface