Spotify.NET/SpotifyAPI/Local
Alessandro Attard Barbini dd77be8a8a Added support for proxy configuration (#224)
* Create ProxyConfig class + Unit tests

* Use ProxyConfig in SpotifyLocalAPI

* Refactor WebProxy creation in ProxyConfig

* Use ProxyConfig in SpotifyWebAPI

* Add ProxyConfig parameter in GetAlbumArt methods

* Add ProxyConfig to WebAPIFactory

* Add proxy settings to Example app

* Fix ArgumentNullException in GetAlbumArtUrl when not using proxy

* Performed requested changes

- Removed redundant "this".
- Added necessary null checks.
- Added a ProxyConfig property to SpotifyLocalAPIConfig and removed constructor overloads with it in SpotifyLocalAPI and RemoteHandler.

* Updated Example app
2018-03-25 19:39:19 +02:00
..
Enums Refactored SpotifyUri Parsing (#194) 2017-11-09 15:36:53 +01:00
Models Added support for proxy configuration (#224) 2018-03-25 19:39:19 +02:00
ExtendedWebClient.cs Moved Encoding to ExtendedWebClient 2017-09-03 14:46:25 +02:00
LocalEvents.cs Formatted and beautified code via codemaid 2015-10-17 00:44:35 +02:00
RemoteHandler.cs Added support for proxy configuration (#224) 2018-03-25 19:39:19 +02:00
SpotifyLocalAPI.cs Added support for proxy configuration (#224) 2018-03-25 19:39:19 +02:00
SpotifyLocalAPIConfig.cs Added support for proxy configuration (#224) 2018-03-25 19:39:19 +02:00
VolumeMixerControl.cs Small code cleanup 2018-03-25 18:32:46 +02:00