13 references to Contract
System.ServiceModel (13)
System\ServiceModel\Configuration\ChannelEndpointElement.cs (4)
67
if (properties[ConfigurationStrings.
Contract
].ValueOrigin != PropertyValueOrigin.Default)
143
[ConfigurationProperty(ConfigurationStrings.
Contract
, DefaultValue = "", Options = ConfigurationPropertyOptions.IsKey)]
147
get { return (string)base[ConfigurationStrings.
Contract
]; }
154
base[ConfigurationStrings.
Contract
] = value;
System\ServiceModel\Configuration\ComContractElement.cs (3)
24
[ConfigurationProperty(ConfigurationStrings.
Contract
, Options = ConfigurationPropertyOptions.IsKey | ConfigurationPropertyOptions.IsRequired)]
28
get { return (string)base[ConfigurationStrings.
Contract
]; }
36
base[ConfigurationStrings.
Contract
] = value;
System\ServiceModel\Configuration\ServiceEndpointElement.cs (4)
60
if (properties[ConfigurationStrings.
Contract
].ValueOrigin != PropertyValueOrigin.Default)
193
[ConfigurationProperty(ConfigurationStrings.
Contract
, DefaultValue = "", Options = ConfigurationPropertyOptions.IsKey)]
197
get { return (string)base[ConfigurationStrings.
Contract
]; }
204
base[ConfigurationStrings.
Contract
] = 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>