ServiceElement 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示一个 XML 元素,该元素包含 Windows Communication Foundation (WCF) 服务的设置以及公开该服务的终结点。 此类不能被继承。
public ref class ServiceElement sealed : System::Configuration::ConfigurationElement
public sealed class ServiceElement : System.Configuration.ConfigurationElement
type ServiceElement = class
inherit ConfigurationElement
Public NotInheritable Class ServiceElement
Inherits ConfigurationElement
- 继承
构造函数
ServiceElement() |
初始化 ServiceElement 类的新实例。 |
ServiceElement(String) |
使用要实例化的服务的类型来初始化 ServiceElement 类的新实例。 |