UploadAsync Method
Upload a file specified by LocalFile to an FTP server.
Syntax
[VB.NET] Public Function UploadAsync() As IAsyncAction
[C#] public IAsyncAction UploadAsync();
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
UploadAsync MethodUpload a file specified by LocalFile to an FTP server. Syntax[VB.NET] Public Function UploadAsync() As IAsyncAction [C#] public IAsyncAction UploadAsync(); RemarksThis method is the asynchronous version of the Upload method and is used to support asynchronous operations in WinRT. Please refer to Upload for more information. |
||