ServiceHostBase.Extensions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the extensions for the current specified service host.
public:
property System::ServiceModel::IExtensionCollection<System::ServiceModel::ServiceHostBase ^> ^ Extensions { System::ServiceModel::IExtensionCollection<System::ServiceModel::ServiceHostBase ^> ^ get(); };
public System.ServiceModel.IExtensionCollection<System.ServiceModel.ServiceHostBase> Extensions { get; }
member this.Extensions : System.ServiceModel.IExtensionCollection<System.ServiceModel.ServiceHostBase>
Public ReadOnly Property Extensions As IExtensionCollection(Of ServiceHostBase)
Property Value
An IExtensionCollection<T> of type ServiceHostBase.
Implements
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.