IFtp.LoginAsync Method
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9119)
LoginAsync(String, String, Object)
Authenticates the user to the server.
Declaration
Task LoginAsync(string userName, string password, object state = null)
Parameters
Type | Name | Description |
---|---|---|
String | userName | The username. |
String | password | Password for the given username. |
Object | state | An optional user-provided object that identifies this particular asynchronous operation. |
Returns
Type | Description |
---|---|
Task |