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)
361internal IWebProxy ProxyObject { get { return _proxyObject; } }