HttpBindingBaseElement(String) 构造函数

定义

初始化 HttpBindingBaseElement 类的新实例。Initializes a new instance of the HttpBindingBaseElement class.

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

绑定的名称。the name of the binding.

适用于