C# Class OnlineVideos.Sites.JSurf.ConnectorImplementations.BrowserUtilConnectorBase

Base connector which will show a loading dialog
Inheritance: BrowserUtilConnector
Afficher le fichier Open project: offbyoneBB/mp-onlinevideos2

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
PerformActualLogin ( string username, string password ) : Sites.Entities.EventResult

Method Details

PerformActualLogin() protected abstract méthode

protected abstract PerformActualLogin ( string username, string password ) : Sites.Entities.EventResult
username string
password string
Résultat Sites.Entities.EventResult

PerformLogin() public méthode

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
Résultat Sites.Entities.EventResult