System\ServiceModel\Channels\ReliableSessionBindingElementImporter.cs (11)
95return IsElement(node, ReliableSessionPolicyStrings.NET11Namespace, assertion);
113return IsElement(node, ReliableSessionPolicyStrings.ReliableSessionFebruary2005Namespace, assertion);
337if (!IsElement(node, MetadataStrings.WSPolicy.NamespaceUri, policyLocalName)
338&& !IsElement(node, MetadataStrings.WSPolicy.NamespaceUri15, policyLocalName))
427if (IsElement(node, wsrmNs, ReliableSessionPolicyStrings.SequenceSTR))
432if (IsElement(node, wsrmNs, ReliableSessionPolicyStrings.SequenceTransportSecurity))
445if (!IsElement(node, wsrmNs, ReliableSessionPolicyStrings.DeliveryAssurance))
466if (!IsElement(element, wsrmNs, ReliableSessionPolicyStrings.ExactlyOnce)
467&& !IsElement(element, wsrmNs, ReliableSessionPolicyStrings.AtMostOnce)
468&& !IsElement(element, wsrmNs, ReliableSessionPolicyStrings.AtMostOnce))
486if (IsElement(element, wsrmNs, ReliableSessionPolicyStrings.InOrder))