Cloud Storage Integrator 2016 .NET Edition
Cloud Storage Integrator 2016 .NET Edition
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) 2019 /n software inc. - All rights reserved.
Cloud Storage Integrator 2016 .NET Edition - Version 16.0 [Build 7239]