This documentation is archived and is not being maintained.
ServiceModelSectionGroup Class
Visual Studio 2010
Represents the main configuration section for . This class cannot be inherited.
System::Object
System.Configuration::ConfigurationSectionGroup
System.ServiceModel.Configuration::ServiceModelSectionGroup
System.Configuration::ConfigurationSectionGroup
System.ServiceModel.Configuration::ServiceModelSectionGroup
Assembly: System.ServiceModel (in System.ServiceModel.dll)
The ServiceModelSectionGroup type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ServiceModelSectionGroup | Initializes a new instance of the ServiceModelSectionGroup class. |
| Name | Description | |
|---|---|---|
![]() | Behaviors | Gets the configuration section that contains child entries that are behavior elements. |
![]() | Bindings | Gets the configuration section that contains all the bindings. |
![]() | Client | Gets the configuration section that contains a list of endpoints a client uses to connect to a service. |
![]() | ComContracts | Gets the configuration section that defines the namespace and contract name for a service contract used in COM+ interoperability. |
![]() | CommonBehaviors | Gets the configuration section that contains a list of behaviors that is applied to all services on the machine before the behaviors in the behaviors section are applied. |
![]() | Diagnostic | Gets the configuration section for the diagnostics features of . |
![]() | Extensions | Gets a configuration section that defines all the extensions. |
![]() | IsDeclarationRequired | Gets a value that indicates whether this ConfigurationSectionGroup object declaration is required. (Inherited from ConfigurationSectionGroup.) |
![]() | IsDeclared | Gets a value that indicates whether this ConfigurationSectionGroup object is declared. (Inherited from ConfigurationSectionGroup.) |
![]() | Name | Gets the name property of this ConfigurationSectionGroup object. (Inherited from ConfigurationSectionGroup.) |
![]() | ProtocolMapping | Gets an endpoint configuration section that defines the communications protocol. |
![]() | SectionGroupName | Gets the section group name associated with this ConfigurationSectionGroup. (Inherited from ConfigurationSectionGroup.) |
![]() | SectionGroups | Gets a ConfigurationSectionGroupCollection object that contains all the ConfigurationSectionGroup objects that are children of this ConfigurationSectionGroup object. (Inherited from ConfigurationSectionGroup.) |
![]() | Sections | Gets a ConfigurationSectionCollection object that contains all of ConfigurationSection objects within this ConfigurationSectionGroup object. (Inherited from ConfigurationSectionGroup.) |
![]() | ServiceHostingEnvironment | Gets the configuration section that defines what type the service hosting environment instantiates for a particular transport. |
![]() | Services | Gets the configuration section that defines a collection of services. |
![]() | StandardEndpoints | Gets a StandardEndpointsSection object. |
![]() | Type | Gets or sets the type for this ConfigurationSectionGroup object. (Inherited from ConfigurationSectionGroup.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | ForceDeclaration() | Forces the declaration for this ConfigurationSectionGroup object. (Inherited from ConfigurationSectionGroup.) |
![]() | ForceDeclaration(Boolean) | Forces the declaration for this ConfigurationSectionGroup object. (Inherited from ConfigurationSectionGroup.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() ![]() | GetSectionGroup | Gets the system.ServiceModel configuration section group from the specified configuration file. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ShouldSerializeSectionGroupInTargetVersion | Indicates whether the current ConfigurationSectionGroup instance should be serialized when the configuration object hierarchy is serialized for the specified target version of the .NET Framework. (Inherited from ConfigurationSectionGroup.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
