你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
TcpRelayTransportBindingElement 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示 TCP 传输中继的绑定元素。
public class TcpRelayTransportBindingElement : Microsoft.ServiceBus.Channels.ConnectionOrientedTransportBindingElement, System.ServiceModel.Description.IPolicyExportExtension
type TcpRelayTransportBindingElement = class
inherit ConnectionOrientedTransportBindingElement
interface IPolicyExportExtension
Public Class TcpRelayTransportBindingElement
Inherits ConnectionOrientedTransportBindingElement
Implements IPolicyExportExtension
- 继承
- 实现
构造函数
TcpRelayTransportBindingElement() |
初始化 TcpRelayTransportBindingElement 类的新实例。 |
TcpRelayTransportBindingElement(RelayClientAuthenticationType) |
使用指定的中继客户端身份验证类型初始化 类的新实例 TcpRelayTransportBindingElement 。 |
TcpRelayTransportBindingElement(TcpRelayTransportBindingElement) |
使用指定的中继绑定元素初始化 类的新实例 TcpRelayTransportBindingElement 。 |
属性
ChannelInitializationTimeout |
获取或设置时间跨度,该时间跨度指定通道初始化在超时之前必须完成多长时间。 (继承自 ConnectionOrientedTransportBindingElement) |
ConnectionBufferSize |
获取并设置用于从客户端或服务在网络上传输序列化消息区块的缓冲区大小。 (继承自 ConnectionOrientedTransportBindingElement) |
ConnectionMode |
已过时.
获取或设置连接模式。 |
ConnectionPoolSettings |
获取当前实例的连接池设置。 |
HostNameComparisonMode |
获取或设置一个值,该值指示在对 URI 进行匹配时,是否使用主机名来访问服务。 (继承自 ConnectionOrientedTransportBindingElement) |
IsDynamic |
获取或设置绑定元素是否为动态元素。 |
MaxBufferSize |
获取或设置要使用的缓冲区的最大大小。 (继承自 ConnectionOrientedTransportBindingElement) |
MaxOutputDelay |
获取或设置消息块或完整消息在发出之前可以在内存中保持缓冲的最大时间间隔。 (继承自 ConnectionOrientedTransportBindingElement) |
MaxPendingAccepts |
获取或设置可用于处理服务上的传入连接的最大挂起异步接受操作数。 (继承自 ConnectionOrientedTransportBindingElement) |
MaxPendingConnections |
获取或设置在服务上等待调度的最大连接数。 (继承自 ConnectionOrientedTransportBindingElement) |
RelayClientAuthenticationType |
获取或设置服务客户端使用的身份验证类型。 |
Scheme |
获取传输的 URI 方案。 |
TransferMode |
获取或设置一个值,该值指定通过面向连接的传输对消息进行缓冲还是流处理。 (继承自 ConnectionOrientedTransportBindingElement) |
方法
BuildChannelFactory<TChannel>(BindingContext) |
创建可用于创建通道的通道工厂。 |
BuildChannelListener<TChannel>(BindingContext) |
创建指定类型的通道侦听器。 |
CanBuildChannelFactory<TChannel>(BindingContext) |
确定是否可生成指定类型的通道工厂。 (继承自 ConnectionOrientedTransportBindingElement) |
CanBuildChannelListener<TChannel>(BindingContext) |
返回一个值,该值指示绑定元素是否可以为特定类型的通道生成侦听器。 (继承自 ConnectionOrientedTransportBindingElement) |
Clone() |
创建当前绑定元素的副本。 |
GetProperty<T>(BindingContext) |
从绑定上下文返回指定的 对象。 |
显式接口实现
IPolicyExportExtension.ExportPolicy(MetadataExporter, PolicyConversionContext) |
导出有关此绑定的自定义策略断言。 |