2 references to WsdlEndpointConversionContext
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlExporter.cs (1)
178
endpointContext = new
WsdlEndpointConversionContext
(contractContext, endpoint, wsdlBinding, wsdlPort);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlImporter.cs (1)
382
bindingEndpointContext = new
WsdlEndpointConversionContext
(contractContext, newWsdlBindingEndpoint, wsdlBinding, null);