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.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
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.
Show: