SetSendStreamAsync Method
Reads content from the stream and sends it to the server.
Syntax
[VB.NET] Public Function SetSendStreamAsync(ByVal SendStream As System.IO.Stream) As Task
[C#] public Task SetSendStreamAsync(System.IO.Stream sendStream);
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
SetSendStreamAsync MethodReads content from the stream and sends it to the server. Syntax[VB.NET] Public Function SetSendStreamAsync(ByVal SendStream As System.IO.Stream) As Task [C#] public Task SetSendStreamAsync(System.IO.Stream sendStream); RemarksThis method is the asynchronous version of the SetSendStream method and is used to support asynchronous operations in WinRT. Please refer to SetSendStream for more information. |
||