1 write to _proxy
System.Private.Xml (1)
System\Xml\XmlUrlResolver.cs (1)
30
set {
_proxy
= value; }
2 references to _proxy
System.Private.Xml (2)
System\Xml\XmlUrlResolver.cs (2)
43
return XmlDownloadManager.GetStream(absoluteUri, _credentials,
_proxy
);
54
return await XmlDownloadManager.GetStreamAsync(absoluteUri, _credentials,
_proxy
).ConfigureAwait(false);