QuickBooks Integrator V6 - Online Help
QuickBooks Integrator V6
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) 2017 /n software inc. - All rights reserved.
Build 6.0.6240.0