QuickBooks Integrator 2016 .NET Edition
QuickBooks Integrator 2016 .NET Edition
Questions / Feedback?

SetResponseStream Method

Set's the response stream.

Syntax

[VB.NET]
Public Sub SetResponseStream(ByVal ResponseStream As System.IO.Stream)
[C#]
public void SetResponseStream(System.IO.Stream responseStream);

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) 2020 /n software inc. - All rights reserved.
QuickBooks Integrator 2016 .NET Edition - Version 16.0 [Build 7353]