UploadAsync Method
Upload a file specified by LocalFile to an FTP server.
Syntax
[VB.NET]
Public Function UploadAsync() As Task
[C#]
public Task UploadAsync();
Remarks
This 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.