BindingContext.CanBuildInnerChannelFactory<TChannel> Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns a value that indicates whether the inner channel factory can produce a specified type of channel.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Type Parameters
- TChannel
The type of IChannel object the inner channel factory produces.
Return Value
Type: System.Booleantrue if the inner channel factory can produce the specified TChannel; otherwise, false.
Show: