9 references to PolicyImporterElement
System.ServiceModel (9)
System\ServiceModel\Configuration\PolicyImporterElementCollection.cs (9)
34this.Add(new PolicyImporterElement(typeof(PrivacyNoticeBindingElementImporter))); 35this.Add(new PolicyImporterElement(typeof(UseManagedPresentationBindingElementImporter))); 36this.Add(new PolicyImporterElement(typeof(TransactionFlowBindingElementImporter))); 37this.Add(new PolicyImporterElement(typeof(ReliableSessionBindingElementImporter))); 38this.Add(new PolicyImporterElement(typeof(SecurityBindingElementImporter))); 39this.Add(new PolicyImporterElement(typeof(CompositeDuplexBindingElementImporter))); 40this.Add(new PolicyImporterElement(typeof(OneWayBindingElementImporter))); 41this.Add(new PolicyImporterElement(typeof(MessageEncodingBindingElementImporter))); 42this.Add(new PolicyImporterElement(typeof(TransportBindingElementImporter)));