Property | Type | Description | |
---|---|---|---|
FetchDatabases | void | ||
GetCurrentRevision | int | ||
ParseSessionId | void | ||
Refresh | void | ||
UpdateLoop | void | ||
WaitForRevision | int |
Method | Description | |
---|---|---|
Client ( |
||
Client ( Daap.Service service ) : System | ||
Client ( string host, |
||
Dispose ( ) : void | ||
Login ( ) : void | ||
Login ( string password ) : void | ||
Login ( string username, string password ) : void | ||
Logout ( ) : void |
Method | Description | |
---|---|---|
FetchDatabases ( ) : void | ||
GetCurrentRevision ( ) : int | ||
ParseSessionId ( Daap.ContentNode node ) : void | ||
Refresh ( ) : void | ||
UpdateLoop ( ) : void | ||
WaitForRevision ( int currentRevision ) : int |
public Client ( |
||
address | ||
port | ||
return | System |
public Client ( Daap.Service service ) : System | ||
service | Daap.Service | |
return | System |
public Client ( string host, |
||
host | string | |
port | ||
return | System |
public Login ( string username, string password ) : void | ||
username | string | |
password | string | |
return | void |