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: