LogonAsync Method
Logon to the FTP RemoteHost using the current User and Password .
Syntax
[VB.NET] Public Function LogonAsync() As Task
[C#] public Task LogonAsync();
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
LogonAsync MethodLogon to the FTP RemoteHost using the current User and Password . Syntax[VB.NET] Public Function LogonAsync() As Task [C#] public Task LogonAsync(); RemarksThis method is the asynchronous version of the Logon method and is used to support asynchronous operations in WinRT. Please refer to Logon for more information. |
||