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

HttpsRelayTransportBindingElement.InitializeInnerChannelBindingElement 方法

定义

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

protected override void InitializeInnerChannelBindingElement (System.ServiceModel.Channels.HttpTransportBindingElement httpTransportElement);
override this.InitializeInnerChannelBindingElement : System.ServiceModel.Channels.HttpTransportBindingElement -> unit
Protected Overrides Sub InitializeInnerChannelBindingElement (httpTransportElement As HttpTransportBindingElement)

参数

httpTransportElement
HttpTransportBindingElement

要初始化的绑定元素。

适用于