ServiceBehaviorElement 构造函数

定义

初始化 ServiceBehaviorElement 类的新实例。

重载

ServiceBehaviorElement()

初始化 ServiceBehaviorElement 类的新实例。

ServiceBehaviorElement(String)

用指定的名称初始化 ServiceBehaviorElement 类的新实例。

ServiceBehaviorElement()

初始化 ServiceBehaviorElement 类的新实例。

public:
 ServiceBehaviorElement();
public ServiceBehaviorElement ();
Public Sub New ()

适用于

ServiceBehaviorElement(String)

用指定的名称初始化 ServiceBehaviorElement 类的新实例。

public:
 ServiceBehaviorElement(System::String ^ name);
public ServiceBehaviorElement (string name);
new System.ServiceModel.Configuration.ServiceBehaviorElement : string -> System.ServiceModel.Configuration.ServiceBehaviorElement
Public Sub New (name As String)

参数

name
String

行为元素的唯一名称。

适用于