1 write to soapServerProtocolFactory
System.Web.Services (1)
System\Web\Services\Configuration\WebServicesSection.cs (1)
419
this.
soapServerProtocolFactory
= this.SoapServerProtocolFactoryType.Type;
3 references to soapServerProtocolFactory
System.Web.Services (3)
System\Web\Services\Configuration\WebServicesSection.cs (3)
416
if (this.
soapServerProtocolFactory
== null) {
418
if (this.
soapServerProtocolFactory
== null) {
423
return this.
soapServerProtocolFactory
;