2 instantiations of XmlRegisteredNonCachedStream
System.Xml (2)
System\Xml\XmlDownloadManager.cs (1)
67return new XmlRegisteredNonCachedStream( resp.GetResponseStream(), this, webReq.Address.Host );
System\Xml\XmlDownloadManagerAsync.cs (1)
61return new XmlRegisteredNonCachedStream(resp.GetResponseStream(), this, webReq.Address.Host);