Sebastien Pouliot
|
35899c07ff
Merge pull request #829 from symform/httpwebreq-async-ssl
|
12 år sedan |
OttoG
|
e4a09c8613
Changed compiler directive according to documentation
|
12 år sedan |
OttoG
|
a9079357c6
Stub implementation of EndGetRequestStream overload in HttpWebRequest.cs
|
12 år sedan |
Marek Safar
|
6ab86f50fd
[system] Redirect of put requests was converted to get. Fixes #16670
|
12 år sedan |
Bassam Tabbara
|
90f9595967
Convert blocking operations in HttpWebRequest and SslClientStream to non-blocking operations. This fixes #15451.
|
12 år sedan |
Jérémie Laval
|
96935b19e1
[System] Add crude (for now) socket stealing of an HttpWebRequest.
|
12 år sedan |
Jérémie Laval
|
ee7a497ed4
[System] Don't overwrite custom Connection header on HttpWebRequest
|
12 år sedan |
Martin Baulig
|
e181a1a44d
[System]: Partially fix #12393.
|
12 år sedan |
Martin Baulig
|
3016218856
HttpWebRequest/Response API fixes for .NET 4.5.
|
12 år sedan |
Martin Baulig
|
879250e505
Misc PCL-related API fixes.
|
13 år sedan |
Marek Safar
|
5aeeb9cf7b
Fix few warnings
|
13 år sedan |
Miguel de Icaza
|
14f0405443
Revert "[HttpWebRequest] Avoid using the threadpool for synchronous requests"
|
13 år sedan |
Rodrigo Kumpera
|
1b92a4148c
Since MOBILE implies NET_4_* now, take this into account and simplify our ifdefs.
|
13 år sedan |
Rodrigo Kumpera
|
5007c14d62
Kill the MOONLIGHT define in System.
|
13 år sedan |
Andres G. Aragoneses
|
b190db44cb
[HttpWebRequest] Avoid using the threadpool for synchronous requests
|
13 år sedan |
Martin Baulig
|
1ccb01e108
[#7637][Web]: Support empty write streams.
|
13 år sedan |
Martin Baulig
|
63a38bdcd9
[#7258][Web]: Fix proxy authentication.
|
13 år sedan |
Marek Safar
|
7748c8af5f
BeginGetRequestStream cannot be called once the request has been submitted.
|
13 år sedan |
Martin Potter
|
c289daf4db
If a CookieContainer is set, always use its cookies.
|
13 år sedan |
Martin Baulig
|
15053c403f
Oops, actually remove the 'Date' header.
|
13 år sedan |
Martin Baulig
|
abab46be8b
Fix DateTime.MinValue in HttpWebRequest.Date.
|
13 år sedan |
Marek Safar
|
6ca8ad7642
Remove double null check
|
13 år sedan |
Sebastien Pouliot
|
42daa4fd3a
Add some stubs for methods required by the portable class library profiles
|
13 år sedan |
Gonzalo Paniagua Javier
|
033a2536df
.NET 4.0+ flushes the request stream when content length is not set
|
13 år sedan |
Marek Safar
|
bfea12c482
Add exception ignore mode to HttpWebRequest
|
13 år sedan |
Gonzalo Paniagua Javier
|
9007f5e043
Avoid deadlocking when getting the ServicePoint
|
13 år sedan |
Gonzalo Paniagua Javier
|
c64a76e3aa
Redirect right after NTLM authentication works now
|
13 år sedan |
Marek Safar
|
2869713c48
Fix some compiler warnings
|
14 år sedan |
Marek Safar
|
ae11667cff
WebHeaderCollection fixes
|
14 år sedan |
Marek Safar
|
099d9e7fcc
Add some 4.5 api
|
14 år sedan |