C# Class NDG.StorageAccess.AuthentitficationDataService

Show file Open project: nokiadatagathering/WP7-Official

Public Methods

Method Description
AuthentificateUser ( string userName, string password, string serverUrl, AuthentificateUserCallback callback ) : void

Private Methods

Method Description
AuthentificateUserCallback ( IAsyncResult result ) : void

Method Details

AuthentificateUser() public method

public AuthentificateUser ( string userName, string password, string serverUrl, AuthentificateUserCallback callback ) : void
userName string
password string
serverUrl string
callback AuthentificateUserCallback
return void