[Get Stock Basic Delayed Data] - Duration: 04:40:07.041 - 04:40:13.992 System.IO.IOException: Unable to read data from the transport connection: The connection was closed.
at System.Net.ConnectStream.Read(Byte[] buffer, Int32 offset, Int32 size)
at System.IO.StreamReader.ReadBuffer(Char[] userBuffer, Int32 userOffset, Int32 desiredChars, Boolean& readToUserBuffer)
at System.IO.StreamReader.Read(Char[] buffer, Int32 index, Int32 count)
at System.Xml.XmlTextReaderImpl.ReadData()
at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
at System.Xml.XmlTextReaderImpl.Read()
at System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc)
at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
at System.Xml.XmlDocument.Load(XmlReader reader)
at System.Xml.XmlDocument.Load(TextReader txtReader)
at Common.GeneralUtility.GetXml(String v_sXmlUrl, Int32 v_iTimeout, Encoding v_eEncoding)
at DataAccess.CacheEngine.GetQuote(String ConnectionString, List`1 ListQuoteGroup, Language v_eLanguage)
at BusinessLogic.DataEngine.GetStock_BasicDelayData(String ConnectionString, Language Language, List`1 listSymbolGp1, List`1& listStockGroup, CustomException& customException)