C# Class MessengR.Client.LoginHelper

Afficher le fichier Open project: dv00d00/BinaryStudio.TaskManager

Méthodes publiques

Méthode Description
LoginAsync ( string url, string userName, string password ) : Task

Logs into the MessengR service using forms auth and retrives an auth cookie.

Method Details

LoginAsync() public static méthode

Logs into the MessengR service using forms auth and retrives an auth cookie.
public static LoginAsync ( string url, string userName, string password ) : Task
url string
userName string
password string
Résultat Task