IPWorks Cloud 2020 .NET Edition

Questions / Feedback?

SetDownloadStream Method

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

Syntax

public void SetDownloadStream(System.IO.Stream downloadStream);
Public Sub SetDownloadStream(ByVal DownloadStream As System.IO.Stream)

Remarks

If a download stream is set before calling GetJobOutput the downloaded data will be written to the stream. The stream should be open and normally set to position 0.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 .NET Edition - Version 20.0 [Build 8265]