C# 클래스 OnlineVideos.Sites.JSurf.ConnectorImplementations.BrowserUtilConnectorBase

Base connector which will show a loading dialog
상속: BrowserUtilConnector
파일 보기 프로젝트 열기: offbyoneBB/mp-onlinevideos2

공개 메소드들

메소드 설명
PerformLogin ( string username, string password ) : Sites.Entities.EventResult

Show the loading dialog, the implementations will need to remove it when the video is fully ready

보호된 메소드들

메소드 설명
PerformActualLogin ( string username, string password ) : Sites.Entities.EventResult

메소드 상세

PerformActualLogin() 보호된 추상적인 메소드

protected abstract PerformActualLogin ( string username, string password ) : Sites.Entities.EventResult
username string
password string
리턴 Sites.Entities.EventResult

PerformLogin() 공개 메소드

Show the loading dialog, the implementations will need to remove it when the video is fully ready
public PerformLogin ( string username, string password ) : Sites.Entities.EventResult
username string
password string
리턴 Sites.Entities.EventResult