BuildInnerChannelFactory(TChannel) Method
Collapse the table of content
Expand the table of content

BindingContext.BuildInnerChannelFactory<TChannel> Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Builds the inner channel factory for channels of a specified type below the current channel factory.

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

public IChannelFactory<TChannel> BuildInnerChannelFactory<TChannel>()

Type Parameters

TChannel

The type of IChannel object the inner channel factory produces.

Return Value

Type: System.ServiceModel.Channels.IChannelFactory<TChannel>
The IChannelFactory<TChannel> of type IChannel that represents the inner channel factory of the current channel factory.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft