←Select platform

SourceStream Property

Summary

Gets the source stream.

Syntax

C#
VB
C++
public Stream SourceStream { get; } 
  
Public ReadOnly Property SourceStream As Stream 
public: 
property Stream^ SourceStream { 
   Stream^ get(); 
} 

Property Value

The source stream.

Remarks

This is the same value as the sourceStream parameter passed to UploadStreamAsync if this method is used to initiate the upload operation. If UploadFileAsync was used instead, then the value of this property will be null ( Nothing in VB)

Example

For an example, refer to UploadStreamAsync.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.