2 writes to _proxyObject
System.Runtime.Remoting (2)
channels\http\httpclientchannel.cs (2)
345
_proxyObject
= proxy;
349
_proxyObject
= new WebProxy();
1 reference to _proxyObject
System.Runtime.Remoting (1)
channels\http\httpclientchannel.cs (1)
361
internal IWebProxy ProxyObject { get { return
_proxyObject
; } }