7 references to EndpointReference
System.ServiceModel (7)
System\ServiceModel\Description\WsdlImporter.cs (2)
1082XmlElement addressing10Element = wsdlPort.Extensions.Find(AddressingStrings.EndpointReference, Addressing10Strings.Namespace); 1083XmlElement addressing200408Element = wsdlPort.Extensions.Find(AddressingStrings.EndpointReference, Addressing200408Strings.Namespace);
System\ServiceModel\EndpointAddress10.cs (1)
16[XmlRoot(AddressingStrings.EndpointReference, Namespace = Addressing10Strings.Namespace)]
System\ServiceModel\EndpointAddressAugust2004.cs (1)
16[XmlRoot(AddressingStrings.EndpointReference, Namespace = Addressing200408Strings.Namespace)]
System\ServiceModel\Security\AcceleratedTokenAuthenticator.cs (1)
187if (appliesToName == AddressingStrings.EndpointReference && appliesToNamespace == request.Version.Addressing.Namespace)
System\ServiceModel\Security\SecuritySessionSecurityTokenAuthenticator.cs (1)
896if (appliesToName == AddressingStrings.EndpointReference && appliesToNamespace == request.Version.Addressing.Namespace)
System\ServiceModel\Security\SspiNegotiationTokenAuthenticator.cs (1)
207if (appliesToName == AddressingStrings.EndpointReference && appliesToNamespace == request.Version.Addressing.Namespace)