HttpBindingBaseElement(String) 构造函数

定义

初始化 HttpBindingBaseElement 类的新实例。

protected:
 HttpBindingBaseElement(System::String ^ name);
protected HttpBindingBaseElement (string name);
new System.ServiceModel.Configuration.HttpBindingBaseElement : string -> System.ServiceModel.Configuration.HttpBindingBaseElement
Protected Sub New (name As String)

参数

name
String

绑定的名称。

适用于