Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2019-03-30 02:12:38 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2019-03-30 02:13:07 +0300
commit5cce664b6f85ea830cfadf4b531c5b7dddf04ea7 (patch)
tree57046f4bbac8de5333f6040e6525e983920f3cb8 /mcs/class/System.Net.Http
parentbb4a72ae3b818264ad901290fb69a07315276d61 (diff)
Update System.Net.Http for Watch
(cherry picked from commit 4e3ef48ff03349c46551fb0ad43016a92296cf99)
Diffstat (limited to 'mcs/class/System.Net.Http')
-rw-r--r--mcs/class/System.Net.Http/Assembly/AssemblyInfo.cs7
1 files changed, 5 insertions, 2 deletions
diff --git a/mcs/class/System.Net.Http/Assembly/AssemblyInfo.cs b/mcs/class/System.Net.Http/Assembly/AssemblyInfo.cs
index 888e87bd501..bb313023df8 100644
--- a/mcs/class/System.Net.Http/Assembly/AssemblyInfo.cs
+++ b/mcs/class/System.Net.Http/Assembly/AssemblyInfo.cs
@@ -67,14 +67,17 @@ using System.Runtime.InteropServices;
[assembly: InternalsVisibleTo ("System.Net.Http.WebRequest, PublicKey=002400000480000094000000060200000024000052534131000400000100010007d1fa57c4aed9f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dcc1dd9ad236132102900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5efe8f1645c4c0c93c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a12436518206dc093344d5ad293")]
#if MONOTOUCH
-[assembly: TypeForwardedToAttribute (typeof (System.Net.Http.NSUrlSessionHandler))]
-[assembly: TypeForwardedToAttribute (typeof (System.Net.Http.CFNetworkHandler))]
#if MONOTOUCH_TV
+[assembly: TypeForwardedToAttribute (typeof (System.Net.Http.NSUrlSessionHandler))]
+[assembly: TypeForwardedToAttribute (typeof (System.Net.Http.CFNetworkHandler))]
[assembly: InternalsVisibleTo ("Xamarin.TVOS, PublicKey=0024000004800000940000000602000000240000525341310004000011000000438ac2a5acfbf16cbd2b2b47a62762f273df9cb2795ceccdf77d10bf508e69e7a362ea7a45455bbf3ac955e1f2e2814f144e5d817efc4c6502cc012df310783348304e3ae38573c6d658c234025821fda87a0be8a0d504df564e2c93b2b878925f42503e9d54dfef9f9586d9e6f38a305769587b1de01f6c0410328b2c9733db")]
#elif MONOTOUCH_WATCH
+[assembly: TypeForwardedToAttribute (typeof (System.Net.Http.NSUrlSessionHandler))]
[assembly: InternalsVisibleTo ("Xamarin.WatchOS, PublicKey=0024000004800000940000000602000000240000525341310004000011000000438ac2a5acfbf16cbd2b2b47a62762f273df9cb2795ceccdf77d10bf508e69e7a362ea7a45455bbf3ac955e1f2e2814f144e5d817efc4c6502cc012df310783348304e3ae38573c6d658c234025821fda87a0be8a0d504df564e2c93b2b878925f42503e9d54dfef9f9586d9e6f38a305769587b1de01f6c0410328b2c9733db")]
#else
+[assembly: TypeForwardedToAttribute (typeof (System.Net.Http.NSUrlSessionHandler))]
+[assembly: TypeForwardedToAttribute (typeof (System.Net.Http.CFNetworkHandler))]
[assembly: InternalsVisibleTo ("Xamarin.iOS, PublicKey=0024000004800000940000000602000000240000525341310004000011000000438ac2a5acfbf16cbd2b2b47a62762f273df9cb2795ceccdf77d10bf508e69e7a362ea7a45455bbf3ac955e1f2e2814f144e5d817efc4c6502cc012df310783348304e3ae38573c6d658c234025821fda87a0be8a0d504df564e2c93b2b878925f42503e9d54dfef9f9586d9e6f38a305769587b1de01f6c0410328b2c9733db")]
#endif