你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

WSHttpRelayBindingBaseElement 构造函数

定义

重载

WSHttpRelayBindingBaseElement()

初始化 WSHttpRelayBindingBaseElement 类的新实例。

WSHttpRelayBindingBaseElement(String)

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

WSHttpRelayBindingBaseElement()

初始化 WSHttpRelayBindingBaseElement 类的新实例。

protected WSHttpRelayBindingBaseElement ();
Protected Sub New ()

适用于

WSHttpRelayBindingBaseElement(String)

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

protected WSHttpRelayBindingBaseElement (string name);
new Microsoft.ServiceBus.Configuration.WSHttpRelayBindingBaseElement : string -> Microsoft.ServiceBus.Configuration.WSHttpRelayBindingBaseElement
Protected Sub New (name As String)

参数

name
String

用于唯一标识此配置元素的名称。

适用于