C# Class NDG.StorageAccess.AuthentitficationDataService

Afficher le fichier Open project: nokiadatagathering/WP7-Official

Méthodes publiques

Méthode Description
AuthentificateUser ( string userName, string password, string serverUrl, AuthentificateUserCallback callback ) : void

Private Methods

Méthode Description
AuthentificateUserCallback ( IAsyncResult result ) : void

Method Details

AuthentificateUser() public méthode

public AuthentificateUser ( string userName, string password, string serverUrl, AuthentificateUserCallback callback ) : void
userName string
password string
serverUrl string
callback AuthentificateUserCallback
Résultat void