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

WebHttpRelayBindingCollectionElement 类

定义

表示一个配置元素,该元素包含的子元素可指定有关使用 WebHttpRelayBinding 绑定的设置。

public class WebHttpRelayBindingCollectionElement : System.ServiceModel.Configuration.StandardBindingCollectionElement<Microsoft.ServiceBus.WebHttpRelayBinding,Microsoft.ServiceBus.Configuration.WebHttpRelayBindingElement>
type WebHttpRelayBindingCollectionElement = class
    inherit StandardBindingCollectionElement<WebHttpRelayBinding, WebHttpRelayBindingElement>
Public Class WebHttpRelayBindingCollectionElement
Inherits StandardBindingCollectionElement(Of WebHttpRelayBinding, WebHttpRelayBindingElement)
继承

构造函数

WebHttpRelayBindingCollectionElement()

表示一个配置元素,该元素包含的子元素可指定有关使用 WebHttpRelayBinding 绑定的设置。

方法

GetDefault()

获取所使用的默认绑定。

适用于