[System.Net.Http] Improve HttpClientTest to use the retry http listener (#12994)
commit9e8317f877940784a3c29682b06d6edff2516932
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Thu, 14 Feb 2019 10:32:12 +0000 (14 11:32 +0100)
committerGitHub <noreply@github.com>
Thu, 14 Feb 2019 10:32:12 +0000 (14 11:32 +0100)
treea3963ba9695b6f72c12295d4f4735bdff8f77c4c
parentf1ccdc49a97c5960893b28b3fff5ad8410b58a6a
[System.Net.Http] Improve HttpClientTest to use the retry http listener (#12994)

It was missed in https://github.com/mono/mono/pull/11829 so we were still manually
creating HttpListeners which are not hardened against "Address already in use".

Should fix/improve https://github.com/xamarin/maccore/issues/1407.
mcs/class/System.Net.Http/Test/System.Net.Http/HttpClientTest.cs