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

Base connector which will show a loading dialog
Inheritance: BrowserUtilConnector
Show file Open project: offbyoneBB/mp-onlinevideos2

Public Methods

Method 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

Protected Methods

Method Description
PerformActualLogin ( string username, string password ) : Sites.Entities.EventResult

Method Details

PerformActualLogin() protected abstract method

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

PerformLogin() public method

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
return Sites.Entities.EventResult