This document is archived and information here might be outdated. Recommended version. |
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