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
プロパティ値
サービス ホストによって使用されるベース アドレスのプレフィックス フィルターを指定する構成要素のコレクション。
- 属性