2 writes to Proxy
System.ServiceModel.Http (2)
System\ServiceModel\Channels\HttpTransportBindingElement.cs (2)
41
Proxy
= HttpTransportDefaults.Proxy;
60
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)
60
Proxy = elementToBeCloned.
Proxy
;