ClientBase<TChannel>.InnerChannel Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the underlying IClientChannel implementation.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Property Value
Type: System.ServiceModel.IClientChannelThe client channel for the Windows Phone client object.
Use the InnerChannel property to obtain the System.ServiceModel.IClientChannel that is used to connect to the service.
Show: