Azure Integrator V2 - Online Help
Azure Integrator V2
Questions / Feedback?

SetDownloadStream Method

Sets the stream to which a retrieved blob will be written.

Syntax

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

Remarks

This method should be set when a retrieved blob is to be written to a stream prior to calling GetBlob.

By default and when this value is set to null, the component will write the data to the file specified by LocalFile or store it within BlobData (if LocalFile is set to empty string) when retrieving a blob. However when a valid stream is specified, the data will be written to the stream.

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