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