BindingElement.BuildChannelFactory<TChannel> Method

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

Initializes a channel factory for producing channels of a specified type from the binding context.

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

Syntax

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

Type Parameters

  • TChannel
    The type of channel the factory builds.

Parameters

Return Value

Type: System.ServiceModel.Channels.IChannelFactory<TChannel>
The IChannelFactory<TChannel> of type TChannel initialized from the context.

Exceptions

Exception Condition
ArgumentNullException

context is nulla null reference (Nothing in Visual Basic).

Version Information

Silverlight

Supported in: 5, 4, 3

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0

XNA Framework

Supported in: Windows Phone OS 7.0

Platforms

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