System.ServiceModel 4.0.0.0 System.Configuration.ConfigurationSection The COM+ integration service contracts are currently restricted to the “http://tempuri.org” namespace, and contract name is derived from the supporting COM interface. You can, however, specify alternatives by using the comContracts section in the configuration file. For example, you can use the following configuration to specify the namespace and contract name for a service contract code reference: S_UEComContractsSection#0
When the service is initialized, the specified namespaces and contract names are applied to the generated service descriptions.
When this section is empty, the service initialization applies a default namespace and contract name taken from the supporting COM interface ID.
Represents a configuration section that contains elements for specifying the namespace and contract name for a COM+ integration contract. This class cannot be inherited.
Constructor 4.0.0.0 To be added. Initializes a new instance of the class. Property 4.0.0.0 System.Configuration.ConfigurationProperty("", IsDefaultCollection=true, Options=System.Configuration.ConfigurationPropertyOptions.IsDefaultCollection) System.ServiceModel.Configuration.ComContractElementCollection To be added. To be added. Gets all the COM+ integration service contracts specified in the section. Property 4.0.0.0 System.Configuration.ConfigurationPropertyCollection To be added. To be added. To be added.