1 write to _proxy
System.Xml (1)
System\Xml\XmlUrlResolver.cs (1)
44
set {
_proxy
= value; }
2 references to _proxy
System.Xml (2)
System\Xml\XmlUrlResolver.cs (1)
58
return DownloadManager.GetStream(absoluteUri, _credentials,
_proxy
, _cachePolicy);
System\Xml\XmlUrlResolverAsync.cs (1)
14
return await DownloadManager.GetStreamAsync(absoluteUri, _credentials,
_proxy
, _cachePolicy).ConfigureAwait(false);