QuickBooks Integrator 2020 .NET Edition

Questions / Feedback?

SetResponseStream Method

Set's the response stream.

Syntax

public void SetResponseStream(System.IO.Stream responseStream);
Public Sub SetResponseStream(ByVal ResponseStream As System.IO.Stream)

Remarks

This method specifies a response stream to which data will be written when ProcessRequest is called. The Content-Type header MUST still be set to "text/xml" in your code. Additionally you must flush/end the response in your code after ProcessRequest returns.

Copyright (c) 2021 /n software inc. - All rights reserved.
QuickBooks Integrator 2020 .NET Edition - Version 20.0 [Build 7941]