The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ServiceHostBase::Extensions Property
.NET Framework (current version)
Gets the extensions for the current specified service host.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: property IExtensionCollection<ServiceHostBase^>^ Extensions { virtual IExtensionCollection<ServiceHostBase^>^ get() sealed; }
Property Value
Type: System.ServiceModel::IExtensionCollection<ServiceHostBase^>^An IExtensionCollection<T> of type ServiceHostBase.
Implements
IExtensibleObject<T>::Extensions
.NET Framework
Available since 3.0
Available since 3.0
Show: