C# 클래스 Daap.Client

상속: IDisposable
파일 보기 프로젝트 열기: gburt/dmap-sharp 1 사용 예제들

Private Properties

프로퍼티 타입 설명
FetchDatabases void
GetCurrentRevision int
ParseSessionId void
Refresh void
UpdateLoop void
WaitForRevision int

공개 메소드들

메소드 설명
Client ( IPAddress address, UInt16 port ) : System
Client ( Daap.Service service ) : System
Client ( string host, UInt16 port ) : System
Dispose ( ) : void
Login ( ) : void
Login ( string password ) : void
Login ( string username, string password ) : void
Logout ( ) : void

비공개 메소드들

메소드 설명
FetchDatabases ( ) : void
GetCurrentRevision ( ) : int
ParseSessionId ( Daap.ContentNode node ) : void
Refresh ( ) : void
UpdateLoop ( ) : void
WaitForRevision ( int currentRevision ) : int

메소드 상세

Client() 공개 메소드

public Client ( IPAddress address, UInt16 port ) : System
address System.Net.IPAddress
port System.UInt16
리턴 System

Client() 공개 메소드

public Client ( Daap.Service service ) : System
service Daap.Service
리턴 System

Client() 공개 메소드

public Client ( string host, UInt16 port ) : System
host string
port System.UInt16
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Login() 공개 메소드

public Login ( ) : void
리턴 void

Login() 공개 메소드

public Login ( string password ) : void
password string
리턴 void

Login() 공개 메소드

public Login ( string username, string password ) : void
username string
password string
리턴 void

Logout() 공개 메소드

public Logout ( ) : void
리턴 void