2 writes to soapBinding
System.Web.Services (2)
System\Web\Services\Description\SoapProtocolImporter.cs (2)
428soapBinding = (SoapBinding)Binding.Extensions.Find(typeof(SoapBinding)); 472soapBinding = null;
2 references to soapBinding
System.Web.Services (2)
System\Web\Services\Description\SoapProtocolImporter.cs (2)
284get { return soapBinding; } 429transport = GetTransport(soapBinding.Transport);