RelayedOnewayTransportBindingElement.BuildChannelFactory<TChannel> Method

Definition

Creates a channel factory for creating channels of the specified type and that is initialized from the specified binding context.

public override System.ServiceModel.Channels.IChannelFactory<TChannel> BuildChannelFactory<TChannel> (System.ServiceModel.Channels.BindingContext context);
override this.BuildChannelFactory : System.ServiceModel.Channels.BindingContext -> System.ServiceModel.Channels.IChannelFactory<'Channel>
Public Overrides Function BuildChannelFactory(Of TChannel) (context As BindingContext) As IChannelFactory(Of TChannel)

Type Parameters

TChannel

Parameters

context
BindingContext

The binding context that provides context for the binding element.

Returns

IChannelFactory<TChannel>

A channel factory for creating channels of the specified type and that is initialized from the specified binding context.

Applies to