Martin Baulig
|
8f2d3ea31d
HttpWebRequest: Only add "Content-Length" if we have a body; fixes #17736.
|
hace 12 años |
Martin Baulig
|
faaa8a7c94
Async-ify the remaining WebConnectionStream pieces.
|
hace 12 años |
AxlPr
|
b3ae7c6d11
Fixed time outs on http redirects
|
hace 12 años |
Martin Baulig
|
da6c88b49b
[System] WebConnection and WebConnectionStream code cleanups.
|
hace 12 años |
Martin Baulig
|
5e03c107bc
Put back and fix the SSL async patch.
|
hace 12 años |
Martin Baulig
|
4b5f5f96c8
[System]: Reset NTLM auth state when redirecting; distinguish host and proxy.
|
hace 12 años |
Marek Safar
|
56d9a057eb
Revert "Merge pull request #829 from symform/httpwebreq-async-ssl"
|
hace 12 años |
Sebastien Pouliot
|
35899c07ff
Merge pull request #829 from symform/httpwebreq-async-ssl
|
hace 12 años |
OttoG
|
e4a09c8613
Changed compiler directive according to documentation
|
hace 12 años |
OttoG
|
a9079357c6
Stub implementation of EndGetRequestStream overload in HttpWebRequest.cs
|
hace 12 años |
Marek Safar
|
6ab86f50fd
[system] Redirect of put requests was converted to get. Fixes #16670
|
hace 12 años |
Bassam Tabbara
|
90f9595967
Convert blocking operations in HttpWebRequest and SslClientStream to non-blocking operations. This fixes #15451.
|
hace 12 años |
Jérémie Laval
|
96935b19e1
[System] Add crude (for now) socket stealing of an HttpWebRequest.
|
hace 12 años |
Jérémie Laval
|
ee7a497ed4
[System] Don't overwrite custom Connection header on HttpWebRequest
|
hace 12 años |
Martin Baulig
|
e181a1a44d
[System]: Partially fix #12393.
|
hace 12 años |
Martin Baulig
|
3016218856
HttpWebRequest/Response API fixes for .NET 4.5.
|
hace 13 años |
Martin Baulig
|
879250e505
Misc PCL-related API fixes.
|
hace 13 años |
Marek Safar
|
5aeeb9cf7b
Fix few warnings
|
hace 13 años |
Miguel de Icaza
|
14f0405443
Revert "[HttpWebRequest] Avoid using the threadpool for synchronous requests"
|
hace 13 años |
Rodrigo Kumpera
|
1b92a4148c
Since MOBILE implies NET_4_* now, take this into account and simplify our ifdefs.
|
hace 13 años |
Rodrigo Kumpera
|
5007c14d62
Kill the MOONLIGHT define in System.
|
hace 13 años |
Andres G. Aragoneses
|
b190db44cb
[HttpWebRequest] Avoid using the threadpool for synchronous requests
|
hace 13 años |
Martin Baulig
|
1ccb01e108
[#7637][Web]: Support empty write streams.
|
hace 13 años |
Martin Baulig
|
63a38bdcd9
[#7258][Web]: Fix proxy authentication.
|
hace 13 años |
Marek Safar
|
7748c8af5f
BeginGetRequestStream cannot be called once the request has been submitted.
|
hace 13 años |
Martin Potter
|
c289daf4db
If a CookieContainer is set, always use its cookies.
|
hace 13 años |
Martin Baulig
|
15053c403f
Oops, actually remove the 'Date' header.
|
hace 13 años |
Martin Baulig
|
abab46be8b
Fix DateTime.MinValue in HttpWebRequest.Date.
|
hace 13 años |
Marek Safar
|
6ca8ad7642
Remove double null check
|
hace 13 años |
Sebastien Pouliot
|
42daa4fd3a
Add some stubs for methods required by the portable class library profiles
|
hace 13 años |