Spotify.NET/SpotifyAPI
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
..
Local Added support for proxy configuration (#224) 2018-03-25 19:39:19 +02:00
Properties Formatted and beautified code via codemaid 2015-10-17 00:44:35 +02:00
Web Added support for proxy configuration (#224) 2018-03-25 19:39:19 +02:00
app.config Initial Commit 2014-01-07 16:26:03 +01:00
packages.config Refactored SpotifyUri Parsing (#194) 2017-11-09 15:36:53 +01:00
ProxyConfig.cs Added support for proxy configuration (#224) 2018-03-25 19:39:19 +02:00
publish.cmd Added source to publish.cmd 2017-07-16 23:57:02 +02:00
SpotifyAPI.csproj Added support for proxy configuration (#224) 2018-03-25 19:39:19 +02:00
SpotifyAPI.nuspec Added publish script for nuget 2017-07-16 22:47:06 +02:00