.NET Web ServicesDiscussions about .NET XML Web Service technologies including ASMX files, WSDL and SOAP.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the .NET Web Services section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
I am using the HTTPWebResponse class but I am only getting some of the data back from the request. The identical request run from IE returns all the data.
I create the StreamReader and immediately show the results of ReadToEnd() method. I am only getting about 25% of the data that IE returns.
1. Is there a size limit to the response?
2. Is it possible that the server is deliberately limiting the response because I am not sending the IE user agent or some other header?