7 references to EndpointReference
System.ServiceModel (7)
System\ServiceModel\Description\WsdlImporter.cs (2)
1082
XmlElement addressing10Element = wsdlPort.Extensions.Find(AddressingStrings.
EndpointReference
, Addressing10Strings.Namespace);
1083
XmlElement 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)
187
if (appliesToName == AddressingStrings.
EndpointReference
&& appliesToNamespace == request.Version.Addressing.Namespace)
System\ServiceModel\Security\SecuritySessionSecurityTokenAuthenticator.cs (1)
896
if (appliesToName == AddressingStrings.
EndpointReference
&& appliesToNamespace == request.Version.Addressing.Namespace)
System\ServiceModel\Security\SspiNegotiationTokenAuthenticator.cs (1)
207
if (appliesToName == AddressingStrings.
EndpointReference
&& appliesToNamespace == request.Version.Addressing.Namespace)