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

RelayedOnewayTransportElement 类

定义

表示一个配置元素,当包含在自定义绑定中时,该元素指定通过Azure 服务总线传输单向消息的通道。 此类不能被继承。

public sealed class RelayedOnewayTransportElement : Microsoft.ServiceBus.Configuration.ConnectionOrientedTransportElement
type RelayedOnewayTransportElement = class
    inherit ConnectionOrientedTransportElement
Public NotInheritable Class RelayedOnewayTransportElement
Inherits ConnectionOrientedTransportElement
继承

构造函数

RelayedOnewayTransportElement()

初始化 RelayedOnewayTransportElement 类的新实例。

属性

BindingElementType

获取当前实例的类型。

ChannelInitializationTimeout

获取或设置通道在断开连接前可处于初始化状态的最长时间。

(继承自 ConnectionOrientedTransportElement)
ConnectionBufferSize

获取或设置用于从客户端或服务传输网络上的部分序列化消息的缓冲区大小。

(继承自 ConnectionOrientedTransportElement)
ConnectionMode

获取或设置描述单向连接模式的 XML 值。

ConnectionPoolSettings

获取或设置一个 XML 值,该值描述当前实例的连接池设置。

HostNameComparisonMode

获取或设置一个值,该值指示在对 URI 进行匹配时,是否使用主机名来访问服务。

(继承自 ConnectionOrientedTransportElement)
ListenBacklog

获取或设置可挂起的最大排队连接请求数。

MaxBufferSize

获取或设置要使用的缓冲区的最大大小。

(继承自 ConnectionOrientedTransportElement)
MaxOutputDelay

获取或设置部分消息或完整消息在发出之前可以在内存中保持缓冲的最大时间间隔。

(继承自 ConnectionOrientedTransportElement)
MaxPendingAccepts

获取或设置可用于处理服务上的传入连接的最大挂起异步接受线程数。

(继承自 ConnectionOrientedTransportElement)
MaxPendingConnections

获取或设置最大挂起连接数。

(继承自 ConnectionOrientedTransportElement)
Properties

获取 ConfigurationPropertyCollection 实例,该实例包含 ConfigurationProperty 对象的集合,这些对象可以是此配置元素的属性或 ConfigurationElement 对象。

(继承自 ConnectionOrientedTransportElement)
RelayClientAuthenticationType

获取或设置一个 XML 值,该值描述在此配置元素中指定的身份验证类型。

TransferMode

获取或设置一个值,该值指定通过面向连接的传输对消息进行缓冲还是流处理。

(继承自 ConnectionOrientedTransportElement)

方法

ApplyConfiguration(BindingElement)

将此配置元素中的设置应用于指定的绑定元素。

CopyFrom(ServiceModelExtensionElement)

将设置从指定的配置元素复制到当前实例。

适用于