This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IR > IResponseStreamer Interface > IResponseStreamer.Init Method (ArcObjects .NET 10.5 SDK) |
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