12 references to Namespace
System.ServiceModel (12)
System\ServiceModel\Channels\HttpTransportBindingElement.cs (1)
773exporter.PolicyVersion.Namespace);
System\ServiceModel\Channels\ReliableSessionBindingElement.cs (1)
627string policyNs = policyVersion.Namespace;
System\ServiceModel\Channels\TransactionFlowBindingElement.cs (3)
430TransactionPolicyStrings.OleTxTransactionsNamespace, exporter.PolicyVersion.Namespace); 436TransactionPolicyStrings.WsatTransactionsNamespace10, exporter.PolicyVersion.Namespace); 442TransactionPolicyStrings.WsatTransactionsNamespace11, exporter.PolicyVersion.Namespace);
System\ServiceModel\Description\WsdlExporter.cs (5)
811policyVersion.Namespace); 848policyVersion.Namespace); 853policyVersion.Namespace); 859policyVersion.Namespace); 924namespaces.Add(MetadataStrings.WSPolicy.Prefix, policyVersion.Namespace);
System\ServiceModel\Security\WSSecurityPolicy.cs (2)
241XmlElement result = doc.CreateElement(WspPrefix, PolicyName, exporter.PolicyVersion.Namespace); 1905result.SetAttribute(OptionalName, exporter.PolicyVersion.Namespace, TrueName);