TcpTransportBindingElement.BuildChannelFactory<TChannel> Method

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Creates a channel factory that can be used to create a channel.

Namespace:  System.ServiceModel.Channels
Assembly:  System.ServiceModel.NetTcp (in System.ServiceModel.NetTcp.dll)

Syntax

'Declaration
Public Overrides Function BuildChannelFactory(Of TChannel) ( _
    context As BindingContext _
) As IChannelFactory(Of TChannel)
public override IChannelFactory<TChannel> BuildChannelFactory<TChannel>(
    BindingContext context
)

Type Parameters

  • TChannel
    The type of channel factory.

Parameters

Return Value

Type: System.ServiceModel.Channels.IChannelFactory<TChannel>
Returns an IChannelFactory<TChannel> of type TChannel.

Version Information

Silverlight

Supported in: 5, 4

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.