16 references to ProxyAddress
System.ServiceModel (16)
System\ServiceModel\Configuration\HttpBindingBaseElement.cs (4)
72
[ConfigurationProperty(ConfigurationStrings.
ProxyAddress
, DefaultValue = HttpTransportDefaults.ProxyAddress)]
75
get { return (Uri)base[ConfigurationStrings.
ProxyAddress
]; }
76
set { base[ConfigurationStrings.
ProxyAddress
] = value; }
126
SetPropertyValueIfNotDefaultValue(ConfigurationStrings.
ProxyAddress
, httpBindingBase.ProxyAddress);
System\ServiceModel\Configuration\HttpTransportElement.cs (4)
109
[ConfigurationProperty(ConfigurationStrings.
ProxyAddress
, DefaultValue = HttpTransportDefaults.ProxyAddress)]
112
get { return (Uri)base[ConfigurationStrings.
ProxyAddress
]; }
113
set { base[ConfigurationStrings.
ProxyAddress
] = value; }
252
SetPropertyValueIfNotDefaultValue(ConfigurationStrings.
ProxyAddress
, source.ProxyAddress);
System\ServiceModel\Configuration\WSDualHttpBindingElement.cs (4)
85
[ConfigurationProperty(ConfigurationStrings.
ProxyAddress
, DefaultValue = HttpTransportDefaults.ProxyAddress)]
88
get { return (Uri)base[ConfigurationStrings.
ProxyAddress
]; }
89
set { base[ConfigurationStrings.
ProxyAddress
] = value; }
137
SetPropertyValueIfNotDefaultValue(ConfigurationStrings.
ProxyAddress
, wspBinding.ProxyAddress);
System\ServiceModel\Configuration\WSHttpBindingBaseElement.cs (4)
73
[ConfigurationProperty(ConfigurationStrings.
ProxyAddress
, DefaultValue = HttpTransportDefaults.ProxyAddress)]
76
get { return (Uri)base[ConfigurationStrings.
ProxyAddress
]; }
77
set { base[ConfigurationStrings.
ProxyAddress
] = value; }
118
SetPropertyValueIfNotDefaultValue(ConfigurationStrings.
ProxyAddress
, wspBinding.ProxyAddress);