SetUploadStreamAsync Method
Sets the stream to be uploaded 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);
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
SetUploadStreamAsync MethodSets the stream to be uploaded 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); RemarksThis method is the asynchronous version of the SetUploadStream method and is used to support asynchronous operations in WinRT. Please refer to SetUploadStream for more information. |
||