SetUploadStreamAsync Method
Sets the stream from which the component will read data to upload to the server.
Syntax
[VB.NET] Public Function SetUploadStreamAsync(ByVal UploadStream As System.IO.Stream) As Task
[C#] public Task SetUploadStreamAsync(System.IO.Stream uploadStream);