ServiceHostingEnvironmentSection.BaseAddressPrefixFilters 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得組態項目的集合,這些項目會指定服務主機使用之基底位址的前置詞篩選條件。
public:
property System::ServiceModel::Configuration::BaseAddressPrefixFilterElementCollection ^ BaseAddressPrefixFilters { System::ServiceModel::Configuration::BaseAddressPrefixFilterElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("baseAddressPrefixFilters", Options=System.Configuration.ConfigurationPropertyOptions.None)]
public System.ServiceModel.Configuration.BaseAddressPrefixFilterElementCollection BaseAddressPrefixFilters { get; }
[<System.Configuration.ConfigurationProperty("baseAddressPrefixFilters", Options=System.Configuration.ConfigurationPropertyOptions.None)>]
member this.BaseAddressPrefixFilters : System.ServiceModel.Configuration.BaseAddressPrefixFilterElementCollection
Public ReadOnly Property BaseAddressPrefixFilters As BaseAddressPrefixFilterElementCollection
屬性值
組態項目的集合,這些項目會指定服務主機使用之基底位址的前置詞篩選條件。
- 屬性