2 writes to connections
System.Xml (2)
System\Xml\XmlDownloadManager.cs (1)
54
connections
= new Hashtable();
System\Xml\XmlDownloadManagerAsync.cs (1)
48
connections
= new Hashtable();
8 references to connections
System.Xml (8)
System\Xml\XmlDownloadManager.cs (5)
53
if (
connections
== null ) {
56
OpenedHost openedHost = (OpenedHost)
connections
[webReq.Address.Host];
64
connections
.Add( webReq.Address.Host, openedHost );
82
OpenedHost openedHost = (OpenedHost)
connections
[host];
85
connections
.Remove( host );
System\Xml\XmlDownloadManagerAsync.cs (3)
47
if (
connections
== null) {
50
OpenedHost openedHost = (OpenedHost)
connections
[webReq.Address.Host];
58
connections
.Add(webReq.Address.Host, openedHost);