Property | Type | Description | |
---|---|---|---|
BuildRequest | |||
OnFileDownloadResponseReceived | void |
Method | Description | |
---|---|---|
AudioStationSession ( ) : System | ||
AudioStationSession ( IVersionDependentResourcesProvider versionDependentResourcesProvider, DsmVersions dsmVersion ) : System | ||
GetAlbumsForArtist ( |
||
GetAlbumsForArtistAsync ( |
||
GetFileStream ( |
Gets the remote file network stream. The caller is responsible for closing the stream after the call to DownloadFile returns |
|
GetTracksForAlbum ( |
||
GetTracksForAlbumAsync ( |
||
LoginAsync ( string login, string password, Action |
||
SearchAlbums ( string album ) : Task |
||
SearchAllMusic ( string pattern, Action |
||
SearchArtist ( string pattern, Action |
||
SearchArtistAsync ( string artistName ) : Task |
Method | Description | |
---|---|---|
BuildRequest ( string url ) : |
||
OnFileDownloadResponseReceived ( IAsyncResult ar ) : void |
public AudioStationSession ( IVersionDependentResourcesProvider versionDependentResourcesProvider, DsmVersions dsmVersion ) : System | ||
versionDependentResourcesProvider | IVersionDependentResourcesProvider | |
dsmVersion | DsmVersions | |
return | System |
public GetAlbumsForArtist ( |
||
artist | ||
callback | Action |
|
callbackError | Action |
|
return | void |
public GetAlbumsForArtistAsync ( |
||
artist | ||
return | Task |
public GetFileStream ( |
||
synoTrack | The track wor which to retrieve the stream. | |
callback | SynoTrack>.Action | The method to call after the stream is open. The HttpResponse is passed as argument |
return | void |
public GetTracksForAlbum ( |
||
album | ||
callback | Action |
|
callbackError | Action |
|
return | void |
public GetTracksForAlbumAsync ( |
||
album | ||
return | Task |
public LoginAsync ( string login, string password, Action |
||
login | string | |
password | string | |
callback | Action |
|
callbackError | Action |
|
useSsl | bool | |
return | void |
public SearchAllMusic ( string pattern, Action |
||
pattern | string | |
callback | Action |
|
callbackError | Action |
|
return | void |
public SearchArtist ( string pattern, Action |
||
pattern | string | |
callback | Action |
|
callbackError | Action |
|
return | void |
public SearchArtistAsync ( string artistName ) : Task |
||
artistName | string | |
return | Task |