Jo Shields a575963da9 Imported Upstream version 3.6.0
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
2014-08-13 10:39:27 +01:00

273 lines
14 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Type Name="ServiceModelSectionGroup" FullName="System.ServiceModel.Configuration.ServiceModelSectionGroup">
<TypeSignature Language="C#" Value="public sealed class ServiceModelSectionGroup : System.Configuration.ConfigurationSectionGroup" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed beforefieldinit ServiceModelSectionGroup extends System.Configuration.ConfigurationSectionGroup" />
<AssemblyInfo>
<AssemblyName>System.ServiceModel</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Configuration.ConfigurationSectionGroup</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>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.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Represents the main configuration section for indigo1. This class cannot be inherited.</para>
</summary>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public ServiceModelSectionGroup ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters />
<Docs>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Initializes a new instance of the <see cref="T:System.ServiceModel.Configuration.ServiceModelSectionGroup" /> class.</para>
</summary>
</Docs>
</Member>
<Member MemberName="Behaviors">
<MemberSignature Language="C#" Value="public System.ServiceModel.Configuration.BehaviorsSection Behaviors { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.ServiceModel.Configuration.BehaviorsSection Behaviors" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.ServiceModel.Configuration.BehaviorsSection</ReturnType>
</ReturnValue>
<Docs>
<value>To be added.</value>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The behavior section defines behavior elements. Each entry is identified by its unique name, which is used by services when linking to behaviors.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Gets the configuration section that contains child entries that are behavior elements.</para>
</summary>
</Docs>
</Member>
<Member MemberName="Bindings">
<MemberSignature Language="C#" Value="public System.ServiceModel.Configuration.BindingsSection Bindings { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.ServiceModel.Configuration.BindingsSection Bindings" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.ServiceModel.Configuration.BindingsSection</ReturnType>
</ReturnValue>
<Docs>
<value>To be added.</value>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>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.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Gets the configuration section that contains all the bindings.</para>
</summary>
</Docs>
</Member>
<Member MemberName="Client">
<MemberSignature Language="C#" Value="public System.ServiceModel.Configuration.ClientSection Client { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.ServiceModel.Configuration.ClientSection Client" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.ServiceModel.Configuration.ClientSection</ReturnType>
</ReturnValue>
<Docs>
<value>To be added.</value>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Gets the configuration section that contains a list of endpoints that a client uses to connect to a service.</para>
</summary>
</Docs>
</Member>
<Member MemberName="CommonBehaviors">
<MemberSignature Language="C#" Value="public System.ServiceModel.Configuration.CommonBehaviorsSection CommonBehaviors { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.ServiceModel.Configuration.CommonBehaviorsSection CommonBehaviors" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.ServiceModel.Configuration.CommonBehaviorsSection</ReturnType>
</ReturnValue>
<Docs>
<value>To be added.</value>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>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.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>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.</para>
</summary>
</Docs>
</Member>
<Member MemberName="Diagnostic">
<MemberSignature Language="C#" Value="public System.ServiceModel.Configuration.DiagnosticSection Diagnostic { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.ServiceModel.Configuration.DiagnosticSection Diagnostic" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.ServiceModel.Configuration.DiagnosticSection</ReturnType>
</ReturnValue>
<Docs>
<value>To be added.</value>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>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.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Gets the configuration section for the diagnostics features of indigo2.</para>
</summary>
</Docs>
</Member>
<Member MemberName="Extensions">
<MemberSignature Language="C#" Value="public System.ServiceModel.Configuration.ExtensionsSection Extensions { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.ServiceModel.Configuration.ExtensionsSection Extensions" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.ServiceModel.Configuration.ExtensionsSection</ReturnType>
</ReturnValue>
<Docs>
<value>To be added.</value>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Gets a configuration section that defines all the extensions.</para>
</summary>
</Docs>
</Member>
<Member MemberName="GetSectionGroup">
<MemberSignature Language="C#" Value="public static System.ServiceModel.Configuration.ServiceModelSectionGroup GetSectionGroup (System.Configuration.Configuration config);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.ServiceModel.Configuration.ServiceModelSectionGroup GetSectionGroup(class System.Configuration.Configuration config) cil managed" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.ServiceModel.Configuration.ServiceModelSectionGroup</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="config" Type="System.Configuration.Configuration" />
</Parameters>
<Docs>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Gets the system.ServiceModel configuration section group from the specified configuration file.</para>
</summary>
<returns>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>A <see cref="T:System.ServiceModel.Configuration.ServiceModelSectionGroup" /> that represents the system.ServiceModel settings in configuration.</para>
</returns>
<param name="config">
<attribution license="cc4" from="Microsoft" modified="false" />A <see cref="T:System.Configuration.Configuration" /> that represents a configuration file.</param>
</Docs>
</Member>
<Member MemberName="ProtocolMapping">
<MemberSignature Language="C#" Value="public System.ServiceModel.Configuration.ProtocolMappingSection ProtocolMapping { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.ServiceModel.Configuration.ProtocolMappingSection ProtocolMapping" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.ServiceModel.Configuration.ProtocolMappingSection</ReturnType>
</ReturnValue>
<Docs>
<value>To be added.</value>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Gets an endpoint configuration section that defines the communications protocol.</para>
</summary>
</Docs>
</Member>
<Member MemberName="ServiceHostingEnvironment">
<MemberSignature Language="C#" Value="public System.ServiceModel.Configuration.ServiceHostingEnvironmentSection ServiceHostingEnvironment { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.ServiceModel.Configuration.ServiceHostingEnvironmentSection ServiceHostingEnvironment" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.ServiceModel.Configuration.ServiceHostingEnvironmentSection</ReturnType>
</ReturnValue>
<Docs>
<value>To be added.</value>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Gets the configuration section that defines what type the service hosting environment instantiates for a particular transport.</para>
</summary>
</Docs>
</Member>
<Member MemberName="Services">
<MemberSignature Language="C#" Value="public System.ServiceModel.Configuration.ServicesSection Services { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.ServiceModel.Configuration.ServicesSection Services" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.ServiceModel.Configuration.ServicesSection</ReturnType>
</ReturnValue>
<Docs>
<value>To be added.</value>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>For each service defined in the assembly, this section contains a service element with the settings for the service.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Gets the configuration section that defines a collection of services.</para>
</summary>
</Docs>
</Member>
<Member MemberName="StandardEndpoints">
<MemberSignature Language="C#" Value="public System.ServiceModel.Configuration.StandardEndpointsSection StandardEndpoints { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.ServiceModel.Configuration.StandardEndpointsSection StandardEndpoints" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.ServiceModel.Configuration.StandardEndpointsSection</ReturnType>
</ReturnValue>
<Docs>
<value>To be added.</value>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Gets a configuration section for the standard endpoints.</para>
</summary>
</Docs>
</Member>
</Members>
</Type>