Spotify.NET/SpotifyAPI/Web/Auth
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
..
AutorizationCodeAuth.cs Removed Proxy = null 2017-05-31 18:24:22 +02:00
ClientCredentialsAuth.cs Async auth support for ClientCredentialsAuth (#148) 2017-06-06 18:56:26 +02:00
ImplicitGrantAuth.cs Simplified String -> string 2016-03-31 12:08:23 +02:00
WebApiFactory.cs Added support for proxy configuration (#224) 2018-03-25 19:39:19 +02:00