C# 클래스 NDG.StorageAccess.AuthentitficationDataService

파일 보기 프로젝트 열기: nokiadatagathering/WP7-Official

공개 메소드들

메소드 설명
AuthentificateUser ( string userName, string password, string serverUrl, AuthentificateUserCallback callback ) : void

비공개 메소드들

메소드 설명
AuthentificateUserCallback ( IAsyncResult result ) : void

메소드 상세

AuthentificateUser() 공개 메소드

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