HttpTransportBindingElement.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 (in System.ServiceModel.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
Type of channel factory.
Parameters
- context
Type: System.ServiceModel.Channels.BindingContext
BindingContext members that describe bindings, behaviors, contracts and other information required to create the channel factory.
Return Value
Type: System.ServiceModel.Channels.IChannelFactory<TChannel>
A channel factory of the specified type.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | context cannot be nulla null reference (Nothing in Visual Basic). |
Remarks
This method can be used to get a channel factory for sending messages based on the configuration of the transport binding element.
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.