HttpRelayTransportBindingElement.CreateInnerChannelBindingElement Method

Definition

Creates a HttpTransportBindingElement for the inner channel.

protected virtual System.ServiceModel.Channels.HttpTransportBindingElement CreateInnerChannelBindingElement ();
abstract member CreateInnerChannelBindingElement : unit -> System.ServiceModel.Channels.HttpTransportBindingElement
override this.CreateInnerChannelBindingElement : unit -> System.ServiceModel.Channels.HttpTransportBindingElement
Protected Overridable Function CreateInnerChannelBindingElement () As HttpTransportBindingElement

Returns

A HttpTransportBindingElement for the inner channel.

Applies to