ServiceHostingEnvironmentSection::BaseAddressPrefixFilters Property
.NET Framework (current version)
Gets a collection of configuration elements that specifies prefix filters for the base addresses used by the service host.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: [ConfigurationPropertyAttribute("baseAddressPrefixFilters", Options = ConfigurationPropertyOptions::None)] property BaseAddressPrefixFilterElementCollection^ BaseAddressPrefixFilters { BaseAddressPrefixFilterElementCollection^ get(); }
Property Value
Type: System.ServiceModel.Configuration::BaseAddressPrefixFilterElementCollection^A collection of configuration elements that specifies prefix filters for the base addresses used by the service host.
.NET Framework
Available since 3.0
Available since 3.0
Show: