10 instantiations of PolicyImporterElement
System.ServiceModel (10)
System\ServiceModel\Configuration\PolicyImporterElementCollection.cs (10)
34
this.Add(new
PolicyImporterElement
(typeof(PrivacyNoticeBindingElementImporter)));
35
this.Add(new
PolicyImporterElement
(typeof(UseManagedPresentationBindingElementImporter)));
36
this.Add(new
PolicyImporterElement
(typeof(TransactionFlowBindingElementImporter)));
37
this.Add(new
PolicyImporterElement
(typeof(ReliableSessionBindingElementImporter)));
38
this.Add(new
PolicyImporterElement
(typeof(SecurityBindingElementImporter)));
39
this.Add(new
PolicyImporterElement
(typeof(CompositeDuplexBindingElementImporter)));
40
this.Add(new
PolicyImporterElement
(typeof(OneWayBindingElementImporter)));
41
this.Add(new
PolicyImporterElement
(typeof(MessageEncodingBindingElementImporter)));
42
this.Add(new
PolicyImporterElement
(typeof(TransportBindingElementImporter)));
43
this.Add(new
PolicyImporterElement
(ConfigurationStrings.UdpTransportImporterType));
5 references to PolicyImporterElement
System.ServiceModel (5)
System\ServiceModel\Configuration\PolicyImporterElementCollection.cs (4)
15
[ConfigurationCollection(typeof(
PolicyImporterElement
), AddItemName = ConfigurationStrings.Extension)]
16
public sealed class PolicyImporterElementCollection : ServiceModelEnhancedConfigurationElementCollection<
PolicyImporterElement
>
28
PolicyImporterElement
configElementKey = (
PolicyImporterElement
)element;
System\ServiceModel\Description\ConfigLoader.cs (1)
348
foreach (
PolicyImporterElement
policyImporterElement in policyImporterElements)