8 references to GetSoapVersion
System.ServiceModel (8)
System\ServiceModel\Channels\MessageEncodingBindingElementImporter.cs (1)
121EnvelopeVersion soapVersion = SoapHelper.GetSoapVersion(context.WsdlBinding);
System\ServiceModel\Description\MessageContractExporter.cs (1)
658this.soapVersion = SoapHelper.GetSoapVersion(endpointContext.WsdlBinding);
System\ServiceModel\Description\SoapHelper.cs (6)
48EnvelopeVersion version = GetSoapVersion(wsdlBinding); 68EnvelopeVersion version = GetSoapVersion(endpointContext.WsdlBinding); 80EnvelopeVersion version = GetSoapVersion(endpointContext.WsdlBinding); 95EnvelopeVersion version = GetSoapVersion(endpointContext.WsdlBinding); 106EnvelopeVersion version = GetSoapVersion(endpointContext.WsdlBinding); 114EnvelopeVersion version = GetSoapVersion(endpointContext.WsdlBinding);