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

NetTcpRelayBindingCollectionElement 类

定义

表示一个配置节,该配置节保存了一个 NetTcpRelayBindingElement 实例集合。

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

构造函数

NetTcpRelayBindingCollectionElement()

表示一个配置节,该配置节保存了一个 NetTcpRelayBindingElement 实例集合。

适用于