[System.Net.Http] Move Mac/iOS specific HttpMessageHandler's to Xamarin.*.dll (#13746)
commit15a0b97b1069e0f07c66e0fe875a58597d971201
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Fri, 29 Mar 2019 18:27:07 +0000 (29 19:27 +0100)
committerGitHub <noreply@github.com>
Fri, 29 Mar 2019 18:27:07 +0000 (29 19:27 +0100)
tree876b258304e42e07d6dddff3b03e5a36c254508c
parent9ebf3a834c47a2d5a73523a6b85c11327dd5adaf
[System.Net.Http] Move Mac/iOS specific HttpMessageHandler's to Xamarin.*.dll (#13746)

* Revert "[System.Net.Http] Move NSUrlSessionHandler from xamarin-macios to mono (#13229)"

This reverts commit 5bf74a995465dd54ceb4a2311c2d6041258e8fe0.

* [System.Net.Http] Move Mac/iOS specific HttpMessageHandler's to Xamarin.*.dll

We decided to move these types into Xamarin products since they can't be
used without the underlying infrastructure anyway.

* Bump API snapshot submodule

* [csproj] Update project files
18 files changed:
external/api-snapshot
external/binary-reference-assemblies
mcs/class/System.Net.Http/Assembly/AssemblyInfo.cs
mcs/class/System.Net.Http/CFContentStream.cs [deleted file]
mcs/class/System.Net.Http/CFNetworkHandler.cs [deleted file]
mcs/class/System.Net.Http/HttpClientEx.cs [deleted file]
mcs/class/System.Net.Http/Makefile
mcs/class/System.Net.Http/NSUrlSessionHandler.cs [deleted file]
mcs/class/System.Net.Http/RuntimeOptions.cs [deleted file]
mcs/class/System.Net.Http/System.Net.Http.csproj
mcs/class/System.Net.Http/System.Net.Http/HttpClient.mac.cs [deleted file]
mcs/class/System.Net.Http/System.Net.Http/HttpClient.macios.cs [new file with mode: 0644]
mcs/class/System.Net.Http/monotouch_System.Net.Http.dll.sources
mcs/class/System.Net.Http/monotouch_runtime_System.Net.Http.dll.sources
mcs/class/System.Net.Http/monotouch_tv_System.Net.Http.dll.sources
mcs/class/System.Net.Http/monotouch_watch_System.Net.Http.dll.sources
mcs/class/System.Net.Http/xammac_System.Net.Http.dll.sources
mcs/class/System.Net.Http/xammac_net_4_5_System.Net.Http.dll.sources