ServiceHostingEnvironmentSection::BaseAddressPrefixFilters Property

 

Gets a collection of configuration elements that specifies prefix filters for the base addresses used by the service host.

Namespace:   System.ServiceModel.Configuration
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
Return to top
Show: