System.ServiceModel
4.0.0.0
System.Configuration.ConfigurationSectionGroup
All indigo2 configuration elements are nested in the system.serviceModel element of the configuration file. indigo2 does not add elements to the configuration sections of other products.
Represents the main configuration section for indigo1. 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.ServiceModel.Configuration.BehaviorsSection
To be added.
The behavior section defines behavior elements. Each entry is identified by its unique name, which is used by services when linking to behaviors.
Gets the configuration section that contains child entries that are behavior elements.
Property
4.0.0.0
System.ServiceModel.Configuration.BindingsSection
To be added.
This section holds a collection of standard and custom bindings. Each entry is identified by its unique name, which is used by services when linking to bindings.
Gets the configuration section that contains all the bindings.
Property
4.0.0.0
System.ServiceModel.Configuration.ClientSection
To be added.
To be added.
Gets the configuration section that contains a list of endpoints that a client uses to connect to a service.
Property
4.0.0.0
System.ServiceModel.Configuration.CommonBehaviorsSection
To be added.
This section is defined in the Machine.config file. It contains a list of behaviors that is applied to all indigo2 services on the machine before the behaviors in the behaviors collection are applied. If a behavior is defined in both sections, the behavior in the behaviors sections is given preference.
Gets the configuration section that contains a list of behaviors that is applied to all indigo2 services on the machine before the behaviors in the behaviors section are applied.
Property
4.0.0.0
System.ServiceModel.Configuration.DiagnosticSection
To be added.
The diagnostics section contains settings for the diagnostics features of indigo2. The user can enable/disable tracing, performance counters, and the WMI provider, and can add custom message filters.
Gets the configuration section for the diagnostics features of indigo2.
Property
4.0.0.0
System.ServiceModel.Configuration.ExtensionsSection
To be added.
To be added.
Gets a configuration section that defines all the extensions.
Method
4.0.0.0
System.ServiceModel.Configuration.ServiceModelSectionGroup
To be added.
Gets the system.ServiceModel configuration section group from the specified configuration file.
A that represents the system.ServiceModel settings in configuration.
A that represents a configuration file.
Property
4.0.0.0
System.ServiceModel.Configuration.ProtocolMappingSection
To be added.
To be added.
Gets an endpoint configuration section that defines the communications protocol.
Property
4.0.0.0
System.ServiceModel.Configuration.ServiceHostingEnvironmentSection
To be added.
To be added.
Gets the configuration section that defines what type the service hosting environment instantiates for a particular transport.
Property
4.0.0.0
System.ServiceModel.Configuration.ServicesSection
To be added.
For each service defined in the assembly, this section contains a service element with the settings for the service.
Gets the configuration section that defines a collection of services.
Property
4.0.0.0
System.ServiceModel.Configuration.StandardEndpointsSection
To be added.
To be added.
Gets a configuration section for the standard endpoints.