You've already forked linux-packaging-mono
Imported Upstream version 6.0.0.246
Former-commit-id: 241b0eee0d9f22ae63312d981dd04646ce8514ed
This commit is contained in:
parent
fdf94592db
commit
65ce5c75f1
@@ -508,7 +508,7 @@ namespace System.Net {
|
||||
throw new PlatformNotSupportedException ();
|
||||
#elif MONOTOUCH
|
||||
return Mono.Net.CFNetwork.GetDefaultProxy ();
|
||||
#elif MONODROID
|
||||
#elif MONODROID && !MOBILE_DESKTOP_HOST
|
||||
// Return the system web proxy. This only works for ICS+.
|
||||
var data = AndroidPlatform.GetDefaultProxy ();
|
||||
if (data != null)
|
||||
|
@@ -292,7 +292,7 @@ namespace System.Threading
|
||||
context = GetWinRTContext();
|
||||
#endif
|
||||
|
||||
#if MONODROID
|
||||
#if MONODROID && !MOBILE_DESKTOP_HOST
|
||||
if (context == null)
|
||||
context = AndroidPlatform.GetDefaultSyncContext ();
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user