ClientBase(Of TChannel).ChannelBase(Of T).IExtensibleObject(Of IContextChannel).Extensions Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a collection of extension objects for this extensible object.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
'Declaration Private ReadOnly Property Extensions As IExtensionCollection(Of IContextChannel) Implements IExtensibleObject(Of IContextChannel).Extensions
Property Value
Type: System.ServiceModel.IExtensionCollection(Of IContextChannel)A IExtensionCollection(Of T) of extension objects.
Implements
IExtensibleObject(Of T).Extensions
Show: