this halts in c# while fetching vales from daybook Tally
using (StreamReader streamReader = new StreamReader(((HttpWebResponse)httpWebRequest.GetResponse()).GetResponseStream())) { xml = streamReader.ReadToEnd(); // streamReader.Close(); }
Refer below links.
https://social.msdn.microsoft.com/Forums/en-US/d7194ffd-f0fc-4fe9-b721-141ea04ec9e4/receiving-data-streamreaderreadtoend-does-not-respond?forum=vbgeneral
https://groups.google.com/g/microsoft.public.dotnet.framework/c/UR92sm8rU-8
© COPYRIGHT 2024 ASPSnippets.com ALL RIGHTS RESERVED.