Marek Safar
|
5aeeb9cf7b
Fix few warnings
|
13 yıl önce |
Rodrigo Kumpera
|
1b92a4148c
Since MOBILE implies NET_4_* now, take this into account and simplify our ifdefs.
|
13 yıl önce |
Rodrigo Kumpera
|
5007c14d62
Kill the MOONLIGHT define in System.
|
13 yıl önce |
Sebastien Pouliot
|
42daa4fd3a
Add some stubs for methods required by the portable class library profiles
|
13 yıl önce |
Jeffrey Stedfast
|
0fd6a5a564
WebRequest.GetDefaultWebProxy() must not assume the type of the system proxy.
|
13 yıl önce |
Jeffrey Stedfast
|
197498d047
[System.Net.WebRequest] Implemented new and improved proxy support on Mac/iOS
|
13 yıl önce |
Gonzalo Paniagua Javier
|
880bea0e62
Merge pull request #194 from QuickJack/master
|
14 yıl önce |
Martin
|
1861a10177
Code formatting fixes.
|
14 yıl önce |
Martin
|
485b40e9a2
WebRequest.GetSystemWebProxy() throws a NullReferenceException in case the proxy bypass list is empty or has not been configured for the system. This is true when running MonoDevelop 2.8.2 in Linux to debug an ASP.NET application. In this case, the debugger does not have access to the no_proxy environment variable. As a result, WebClient cannot be used in such an environment.
|
14 yıl önce |
Alex Rønne Petersen
|
7ddaf56120
Merge pull request #186 from QuickJack/master
|
14 yıl önce |
Atsushi Eno
|
f04c82230a
Fix NET_2_1 builds.
|
14 yıl önce |
Martin
|
69b90e3312
Fixes an Exception that is beeing thrown in Linux when the no_proxy environment variable is empty.
|
14 yıl önce |
Gonzalo Paniagua Javier
|
6e7b1a5012
Change check to detect Windows.
|
14 yıl önce |
Martin
|
8ba66e9aa2
Update mcs/class/System/System.Net/WebRequest.cs
|
14 yıl önce |
Martin
|
09c0349259
Provide proxy support for Windows; completes https://bugzilla.novell.com/show_bug.cgi?id=691291
|
14 yıl önce |
Martin
|
0699bf99c8
Provide proxy support for Windows; completes https://bugzilla.novell.com/show_bug.cgi?id=691291
|
14 yıl önce |
Martin
|
120aaadf09
respect BypassOnLocal attribute in GetSystemWebProxy(); completes https://bugzilla.novell.com/show_bug.cgi?id=691291
|
14 yıl önce |
QuickJack
|
cfff94d023
Edited mcs/class/System/System.Net/WebRequest.cs via GitHub
|
14 yıl önce |
QuickJack
|
20cbf434f7
Edited mcs/class/System/System.Net/WebRequest.cs via GitHub
|
14 yıl önce |
Marek Safar
|
1ce7b6016f
Add async methods to System.Net
|
14 yıl önce |
Marek Safar
|
166cfb1bd6
Remove few ifdefs
|
14 yıl önce |
Jeffrey Stedfast
|
dbff4b9934
If #CONFIGURATION_DEP isn't defined, we still want to get a default proxy
|
14 yıl önce |
Sebastien Pouliot
|
a7ee25e84b
Ensure the linker can eliminate the *RequestCreator code without extra instructions.
|
14 yıl önce |
Jeffrey Stedfast
|
67e45d8ca4
Load the correct type for MacOSX (as opposed to iOS)
|
14 yıl önce |
Jeffrey Stedfast
|
7715de7ad9
Implemented a shared way to do MacOSX detection in System.dll
|
14 yıl önce |
Jeffrey Stedfast
|
057b426f7b
Doh, do proper OSX detection
|
14 yıl önce |
Jeffrey Stedfast
|
7bd517619a
Use runtime detection to decide to use CoreFoundation.CFNetwork.GetDefaultProxy()
|
14 yıl önce |
Jeffrey Stedfast
|
287a28b0fe
On MonoTouch, call CoreFoundation.CFNetwork.GetDefaultProxy() to get the default proxy
|
14 yıl önce |
Gonzalo Paniagua Javier
|
0705817178
Revert my last patch
|
15 yıl önce |
Gonzalo Paniagua Javier
|
ca4b4816fc
Fix typo. It has been there for 4 years.
|
15 yıl önce |