C# Class TubeGuardian.clsVideoFeedReader

Mostra file Open project: joshgoodwin/TubeGuardian Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
GetVideos ( ) : void
GetVideosModifiedSince ( System.DateTime When ) : void
SetCredentials ( string Username, string Password ) : void
clsVideoFeedReader ( string DevelopersKey, string ApplicationName, string Username ) : System
clsVideoFeedReader ( string DevelopersKey, string ApplicationName, string Username, string Password ) : System

Private Methods

Method Description
_do_query ( Google.GData.YouTube.YouTubeQuery q ) : void
_entry_fetched ( Google.GData.YouTube.YouTubeEntry Entry ) : void
_exception ( Exception e ) : void
_progress ( int Current, int Total ) : void
_query_retry ( Exception e ) : void
_query_thread_DoWork ( object sender, System e ) : void
_query_thread_RunWorkerCompleted ( object sender, System e ) : void
_status_changed ( enumFeedReaderState state ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetVideos() public method

public GetVideos ( ) : void
return void

GetVideosModifiedSince() public method

public GetVideosModifiedSince ( System.DateTime When ) : void
When System.DateTime
return void

SetCredentials() public method

public SetCredentials ( string Username, string Password ) : void
Username string
Password string
return void

clsVideoFeedReader() public method

public clsVideoFeedReader ( string DevelopersKey, string ApplicationName, string Username ) : System
DevelopersKey string
ApplicationName string
Username string
return System

clsVideoFeedReader() public method

public clsVideoFeedReader ( string DevelopersKey, string ApplicationName, string Username, string Password ) : System
DevelopersKey string
ApplicationName string
Username string
Password string
return System