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

SetUploadStream Method

Sets the stream to be uploaded to the server.

Syntax

[VB.NET]
Public Sub SetUploadStream(ByVal UploadStream As System.IO.Stream)
[C#]
public void SetUploadStream(System.IO.Stream uploadStream);

Remarks

This method should be set when a blob is to be created from a stream prior to calling CreateBlob.

By default and when this value is set to null, the component will use the file specified by LocalFile or the data contained within BlobData (if LocalFile is set to empty string) to create a blob. However when a valid stream is specified, the data will be read from the stream.

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