次の方法で共有


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

初期化するバインド要素。

適用対象