18 references to Address
System.ServiceModel (18)
System\ServiceModel\Configuration\ChannelEndpointElement.cs (4)
47
if (properties[ConfigurationStrings.
Address
].ValueOrigin != PropertyValueOrigin.Default)
91
[ConfigurationProperty(ConfigurationStrings.
Address
, Options = ConfigurationPropertyOptions.None)]
94
get { return (Uri)base[ConfigurationStrings.
Address
]; }
95
set { base[ConfigurationStrings.
Address
] = value; }
System\ServiceModel\Configuration\EndpointAddressElementBase.cs (4)
19
[ConfigurationProperty(ConfigurationStrings.
Address
, DefaultValue = null, Options = ConfigurationPropertyOptions.IsRequired)]
22
get { return (Uri)base[ConfigurationStrings.
Address
]; }
23
set { base[ConfigurationStrings.
Address
] = value; }
66
SetPropertyValueIfNotDefaultValue(ConfigurationStrings.
Address
, endpointAddress.Uri);
System\ServiceModel\Configuration\PeerCustomResolverElement.cs (4)
19
[ConfigurationProperty(ConfigurationStrings.
Address
, DefaultValue = null, Options = ConfigurationPropertyOptions.None)]
22
get { return (Uri)base[ConfigurationStrings.
Address
]; }
23
set { base[ConfigurationStrings.
Address
] = value; }
100
SetPropertyValueIfNotDefaultValue(ConfigurationStrings.
Address
, settings.Address.Uri);
System\ServiceModel\Configuration\ServiceEndpointElement.cs (4)
32
if (properties[ConfigurationStrings.
Address
].ValueOrigin != PropertyValueOrigin.Default)
96
[ConfigurationProperty(ConfigurationStrings.
Address
, DefaultValue = "", Options = ConfigurationPropertyOptions.IsKey)]
99
get { return (Uri)base[ConfigurationStrings.
Address
]; }
100
set { base[ConfigurationStrings.
Address
] = value; }
System\ServiceModel\Description\ServiceMetadataExtension.cs (2)
1656
<font color=""blue""><<font color=""darkred"">" + ConfigurationStrings.Endpoint + @" </font><font color=""red"">" + ConfigurationStrings.Contract + @"</font>=<font color=""black"">""</font>" + ServiceMetadataBehavior.MexContractName + @"<font color=""black"">"" </font><font color=""red"">" + ConfigurationStrings.Binding + @"</font>=<font color=""black"">""</font>mexHttpBinding<font color=""black"">"" </font><font color=""red"">" + ConfigurationStrings.
Address
+ @"</font>=<font color=""black"">""</font>mex<font color=""black"">"" </font>/></font>
1669
<font color=""blue""> <<font color=""darkred"">" + ConfigurationStrings.Endpoint + @" </font><font color=""red"">" + ConfigurationStrings.Contract + @"</font>=<font color=""black"">""</font>" + ServiceMetadataBehavior.MexContractName + @"<font color=""black"">"" </font><font color=""red"">" + ConfigurationStrings.Binding + @"</font>=<font color=""black"">""</font>mexHttpBinding<font color=""black"">"" </font><font color=""red"">" + ConfigurationStrings.
Address
+ @"</font>=<font color=""black"">""</font>mex<font color=""black"">"" </font>/></font>