C# Class TubeGuardian.clsVideoFeedReader

Afficher le fichier Open project: joshgoodwin/TubeGuardian Class Usage Examples

Méthodes publiques

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

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

public Dispose ( ) : void
Résultat void

GetVideos() public méthode

public GetVideos ( ) : void
Résultat void

GetVideosModifiedSince() public méthode

public GetVideosModifiedSince ( System.DateTime When ) : void
When System.DateTime
Résultat void

SetCredentials() public méthode

public SetCredentials ( string Username, string Password ) : void
Username string
Password string
Résultat void

clsVideoFeedReader() public méthode

public clsVideoFeedReader ( string DevelopersKey, string ApplicationName, string Username ) : System
DevelopersKey string
ApplicationName string
Username string
Résultat System

clsVideoFeedReader() public méthode

public clsVideoFeedReader ( string DevelopersKey, string ApplicationName, string Username, string Password ) : System
DevelopersKey string
ApplicationName string
Username string
Password string
Résultat System