Cloud Storage Integrator - Online Help
Cloud Storage Integrator
Questions / Feedback?

SetUploadStream Method

Sets the stream from which data is read when uploading.

Syntax

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

Remarks

If an upload stream is specified before the UploadFile method is called, the content of the stream will be read by the component and uploaded to the server. The stream should be open and normally set to position 0.

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