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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.