C# 클래스 TubeGuardian.clsVideoFeedReader

파일 보기 프로젝트 열기: joshgoodwin/TubeGuardian 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
_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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetVideos() 공개 메소드

public GetVideos ( ) : void
리턴 void

GetVideosModifiedSince() 공개 메소드

public GetVideosModifiedSince ( System.DateTime When ) : void
When System.DateTime
리턴 void

SetCredentials() 공개 메소드

public SetCredentials ( string Username, string Password ) : void
Username string
Password string
리턴 void

clsVideoFeedReader() 공개 메소드

public clsVideoFeedReader ( string DevelopersKey, string ApplicationName, string Username ) : System
DevelopersKey string
ApplicationName string
Username string
리턴 System

clsVideoFeedReader() 공개 메소드

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