8 references to PolicyVersion
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ReliableSessionBindingElement.cs (1)
330XmlElement assertion = settings.CreateReliabilityAssertion(exporter.PolicyVersion, bindingElements);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlExporter.cs (5)
218new WSPolicyAttachmentHelper(this.PolicyVersion).AttachPolicy(endpoint, endpointContext, policyContext); 290WSAddressingHelper.AddActionAttribute(message.Action, wsdlOperationMessage, this.PolicyVersion); 303WSAddressingHelper.AddActionAttribute(fault.Action, wsdlOperationFault, this.PolicyVersion); 491XmlSerializerNamespaces namespaces = new XmlSerializerNamespaces(new WsdlNamespaceHelper(this.PolicyVersion).SerializerNamespaces); 644if (exporter.PolicyVersion == PolicyVersion.Policy12)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityPolicy.cs (2)
241XmlElement result = doc.CreateElement(WspPrefix, PolicyName, exporter.PolicyVersion.Namespace); 1905result.SetAttribute(OptionalName, exporter.PolicyVersion.Namespace, TrueName);