ServiceModelSectionGroup 类

定义

表示 Windows Communication Foundation (WCF) 的主配置节。 此类不能被继承。

public ref class ServiceModelSectionGroup sealed : System::Configuration::ConfigurationSectionGroup
public sealed class ServiceModelSectionGroup : System.Configuration.ConfigurationSectionGroup
type ServiceModelSectionGroup = class
    inherit ConfigurationSectionGroup
Public NotInheritable Class ServiceModelSectionGroup
Inherits ConfigurationSectionGroup
继承
ServiceModelSectionGroup

注解

所有 WCF 配置元素都嵌套在 system.serviceModel 配置文件的 元素中。 WCF 不会向其他产品的配置节中添加元素。

构造函数

ServiceModelSectionGroup()

初始化 ServiceModelSectionGroup 类的新实例。

属性

Behaviors

获取包含行为元素子项的配置节。

Bindings

获取包含所有绑定的配置节。

Client

获取一个配置节,该配置节包含客户端用来连接到服务的终结点的列表。

ComContracts

获取一个配置节,该配置节定义 COM+ 互操作性中所用服务协定的命名空间与协定名称。

CommonBehaviors

获取配置节,该配置节包含一个行为列表,其中所含的行为在 behaviors 节中的行为应用之前应用到计算机上的所有 WCF 服务。

Diagnostic

获取 WCF 诊断功能的配置节。

Extensions

获取定义所有扩展的配置节。

IsDeclarationRequired

获取一个值,指示是否需要声明此 ConfigurationSectionGroup 对象。

(继承自 ConfigurationSectionGroup)
IsDeclared

获取一个值,指示是否已声明此 ConfigurationSectionGroup 对象。

(继承自 ConfigurationSectionGroup)
Name

获取此 ConfigurationSectionGroup 对象的名称属性。

(继承自 ConfigurationSectionGroup)
ProtocolMapping

获取一个定义通信协议的终结点配置节。

SectionGroupName

获取与此 ConfigurationSectionGroup 关联的节组名称。

(继承自 ConfigurationSectionGroup)
SectionGroups

获取一个 ConfigurationSectionGroupCollection 对象,其中包含作为此 ConfigurationSectionGroup 对象的子对象的所有 ConfigurationSectionGroup 对象。

(继承自 ConfigurationSectionGroup)
Sections

获取一个 ConfigurationSectionCollection 对象,其中包含此 ConfigurationSection 对象中的所有 ConfigurationSectionGroup 对象。

(继承自 ConfigurationSectionGroup)
ServiceHostingEnvironment

获取一个配置节,该配置节定义服务主机环境要为特定传输实例化哪个类型。

Services

获取定义服务集合的配置节。

StandardEndpoints

获取标准终结点的配置节。

Type

获取或设置此 ConfigurationSectionGroup 对象的类型。

(继承自 ConfigurationSectionGroup)

方法

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
ForceDeclaration()

强制声明此 ConfigurationSectionGroup 对象。

(继承自 ConfigurationSectionGroup)
ForceDeclaration(Boolean)

强制声明此 ConfigurationSectionGroup 对象。

(继承自 ConfigurationSectionGroup)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetSectionGroup(Configuration)

从指定的配置文件中获取 system.ServiceModel 配置节组。

GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ShouldSerializeSectionGroupInTargetVersion(FrameworkName)

指示在为.NET Framework的指定目标版本序列化配置对象层次结构时,是否应序列化当前ConfigurationSectionGroup实例。

(继承自 ConfigurationSectionGroup)
ToString()

返回表示当前对象的字符串。

(继承自 Object)

适用于