9 references to WSAddressingHelper
dotnet-svcutil-lib (9)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CompositeDuplexBindingElementImporter.cs (1)
33
|| WsdlImporter.
WSAddressingHelper
.DetermineSupportedAddressingMode(importer, context) == SupportedAddressingMode.NonAnonymous)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageEncodingBindingElementImporter.cs (3)
77
string wsaAction = WsdlImporter.
WSAddressingHelper
.FindWsaActionAttribute(wsdlOperationFault);
96
string wsaAction = WsdlImporter.
WSAddressingHelper
.FindWsaActionAttribute(wsdlOperationMessage);
187
AddressingVersion addressingVersion = WsdlImporter.
WSAddressingHelper
.FindAddressingVersion(context);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\OneWayBindingElementImporter.cs (1)
50
else if (WsdlImporter.
WSAddressingHelper
.DetermineSupportedAddressingMode(importer, context) == SupportedAddressingMode.NonAnonymous)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportBindingElementImporter.cs (1)
85
EndpointAddress address = context.Endpoint.Address = WsdlImporter.
WSAddressingHelper
.ImportAddress(context.WsdlPort);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\UdpTransportImporter.cs (1)
109
address = context.Endpoint.Address = WsdlImporter.
WSAddressingHelper
.ImportAddress(context.WsdlPort);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlImporter.cs (2)
498
string actionUri =
WSAddressingHelper
.GetWsaActionUri(wsdlOperationMessage);
526
string actionUri =
WSAddressingHelper
.GetWsaActionUri(wsdlOperationFault);