7 references to GetSoapVersion
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageEncodingBindingElementImporter.cs (1)
119EnvelopeVersion soapVersion = SoapHelper.GetSoapVersion(context.WsdlBinding);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\SoapHelper.cs (6)
49EnvelopeVersion version = GetSoapVersion(wsdlBinding); 69EnvelopeVersion version = GetSoapVersion(endpointContext.WsdlBinding); 81EnvelopeVersion version = GetSoapVersion(endpointContext.WsdlBinding); 96EnvelopeVersion version = GetSoapVersion(endpointContext.WsdlBinding); 107EnvelopeVersion version = GetSoapVersion(endpointContext.WsdlBinding); 115EnvelopeVersion version = GetSoapVersion(endpointContext.WsdlBinding);