Spotify.NET/SpotifyAPI/Web
Jürgen 14210f3654 Fix:
In WPF application the HttpProcessor was newer released and got stuck in method "StreamReadLine".
This causes the application to stay alive with a zombie-process...
By introducing IDisposable-interface containing an "active" flag we can shut the processor down.
putting the processor in "using" it will be disposed once HttpServer is shut down.
2016-07-17 00:59:53 +02:00
..
Auth Simplified String -> string 2016-03-31 12:08:23 +02:00
Enums Added Top artists/tracks 2016-04-01 14:08:06 +02:00
Models Fixed wrong visibility in BasicModel 2016-07-07 21:55:12 +02:00
IClient.cs Merged headers branch 2016-07-07 21:28:02 +02:00
SimpleHttpServer.cs Fix: 2016-07-17 00:59:53 +02:00
SpotifyWebAPI.cs Merged headers branch 2016-07-07 21:28:02 +02:00
SpotifyWebBuilder.cs Added Top artists/tracks 2016-04-01 14:08:06 +02:00
SpotifyWebClient.cs Merged headers branch 2016-07-07 21:28:02 +02:00
Util.cs Simplified String -> string 2016-03-31 12:08:23 +02:00