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

HttpsRelayTransportBindingElement 类

定义

表示用于指定用于传输消息的 HTTPS 中继传输的绑定元素。

public class HttpsRelayTransportBindingElement : Microsoft.ServiceBus.HttpRelayTransportBindingElement
type HttpsRelayTransportBindingElement = class
    inherit HttpRelayTransportBindingElement
Public Class HttpsRelayTransportBindingElement
Inherits HttpRelayTransportBindingElement
继承
HttpsRelayTransportBindingElement

构造函数

HttpsRelayTransportBindingElement()

使用默认设置初始化 类的新实例 HttpsRelayTransportBindingElement

HttpsRelayTransportBindingElement(HttpsRelayTransportBindingElement)

使用指定的元素初始化 类的新实例 HttpsRelayTransportBindingElement

HttpsRelayTransportBindingElement(RelayClientAuthenticationType)

使用指定的客户端身份验证类型初始化 类的新实例 HttpsRelayTransportBindingElement

属性

AllowCookies

获取或设置一个值,该值指示客户端是否接受 Cookie 并根据今后的请求传播 Cookie。

(继承自 HttpRelayTransportBindingElement)
HostNameComparisonMode

获取或设置主机名中的比较模式用法。

(继承自 HttpRelayTransportBindingElement)
IsDynamic

获取或设置绑定元素是否为动态元素。

(继承自 HttpRelayTransportBindingElement)
KeepAliveEnabled

获取或设置一个值,该值指示是否与服务终结点建立持久性连接。

(继承自 HttpRelayTransportBindingElement)
MaxBufferSize

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

(继承自 HttpRelayTransportBindingElement)
ProxyAddress

获取或设置一个 URI,包含要用于 HTTP 请求的代理地址。

(继承自 HttpRelayTransportBindingElement)
ProxyAuthenticationScheme

获取或设置用于对 HTTP 代理所处理的客户端请求进行身份验证的身份验证方案。

(继承自 HttpRelayTransportBindingElement)
RelayClientAuthenticationType

获取或设置中继客户端身份验证类型。

(继承自 HttpRelayTransportBindingElement)
Scheme

获取传输的 URI 方案。

TransferMode

获取或设置传输模式。

(继承自 HttpRelayTransportBindingElement)
UseDefaultWebProxy

获取或设置一个值,该值指示是否使用计算机范围的代理设置,而不使用用户特定的设置。

(继承自 HttpRelayTransportBindingElement)

方法

BuildChannelFactory<TChannel>(BindingContext)

创建可用于创建通道的通道工厂。

(继承自 HttpRelayTransportBindingElement)
BuildChannelListener<TChannel>(BindingContext)

为指定泛型类型的通道创建通道侦听器。

(继承自 HttpRelayTransportBindingElement)
CanBuildChannelFactory<TChannel>(BindingContext)

确定是否可生成指定类型的通道工厂。

(继承自 HttpRelayTransportBindingElement)
CanBuildChannelListener<TChannel>(BindingContext)

返回一个值,该值指示绑定元素是否可以为特定类型的通道生成侦听器。

(继承自 HttpRelayTransportBindingElement)
Clone()

创建当前绑定元素的深层副本。

CreateInnerChannelBindingElement()

HttpTransportBindingElement为内部通道创建绑定元素。

GetProperty<T>(BindingContext)

从指定的绑定上下文中获取指定的属性。

GetTransportTokenAssertion()

获取表示安全绑定中使用的传输令牌的 XML 元素。

(继承自 HttpRelayTransportBindingElement)
InitializeInnerChannelBindingElement(HttpTransportBindingElement)

使用绑定元素的当前实例HttpsRelayTransportBindingElement 中的设置初始化指定的绑定元素。

显式接口实现

IPolicyExportExtension.ExportPolicy(MetadataExporter, PolicyConversionContext)

导出有关此绑定的自定义策略断言。

(继承自 HttpRelayTransportBindingElement)
IWsdlExportExtension.ExportContract(WsdlExporter, WsdlContractConversionContext)

为协定将自定义 Web 服务描述语言 (WSDL) 元素写入到生成的 WSDL 中。

(继承自 HttpRelayTransportBindingElement)
IWsdlExportExtension.ExportEndpoint(WsdlExporter, WsdlEndpointConversionContext)

为终结点将自定义 Web 服务描述语言 (WSDL) 元素写入到生成的 WSDL 中。

(继承自 HttpRelayTransportBindingElement)

适用于