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