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