2 writes to Proxy
System.ServiceModel.Http (2)
System\ServiceModel\Channels\HttpTransportBindingElement.cs (2)
47Proxy = HttpTransportDefaults.Proxy; 71Proxy = elementToBeCloned.Proxy;
3 references to Proxy
System.ServiceModel.Http (3)
System\ServiceModel\Channels\HttpChannelFactory.cs (2)
99if (bindingElement.Proxy != null) 101Proxy = bindingElement.Proxy;
System\ServiceModel\Channels\HttpTransportBindingElement.cs (1)
71Proxy = elementToBeCloned.Proxy;