Share via


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

HttpRelayTransportBindingElement.InitializeInnerChannelBindingElement 方法

定义

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

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

参数

httpTransportElement
HttpTransportBindingElement

要初始化的绑定元素。

适用于