[System.Net.Http] Return ContentLength of the buffer when content is loaded into...
authorMarek Safar <marek.safar@gmail.com>
Wed, 19 Feb 2014 14:29:02 +0000 (15:29 +0100)
committerMarek Safar <marek.safar@gmail.com>
Wed, 19 Feb 2014 14:30:42 +0000 (15:30 +0100)
commit651fc6a28966a9e60be6b3c49251749e6cf0437f
tree1aee07ffa4e6b0823c5d6b1d531e6e959805c6e4
parentf2f4e366b4ea073c37da3c459b5479fb06ab7800
[System.Net.Http] Return ContentLength of the buffer when content is loaded into a buffer in request handler. Fixes #17861
mcs/class/System.Net.Http/System.Net.Http.Headers/HttpContentHeaders.cs
mcs/class/System.Net.Http/System.Net.Http/HttpContent.cs
mcs/class/System.Net.Http/Test/System.Net.Http/StreamContentTest.cs