Amazon Integrator V6 - Online Help
Amazon Integrator V6
Questions / Feedback?

SetDownloadStream Method

Sets the stream to which the downloaded data from the server will be written.

Syntax

[VB.NET]
Public Sub SetDownloadStream(ByVal DownloadStream As System.IO.Stream)
[C#]
public void SetDownloadStream(System.IO.Stream downloadStream);

Remarks

If a download stream is set before the GetObject method is called, the downloaded data will be written to the stream. The stream should be open and normally set to position 0.

Note: SetDownloadStream and LocalFile will reset the other.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 6.0.6240.0