InnerChannel Property
Collapse the table of content
Expand the table of content

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.

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

public IClientChannel InnerChannel { get; }

Property Value

Type: System.ServiceModel.IClientChannel
The 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.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft