1 write to protocolsSupported
System.Web.Services (1)
System\Web\Services\Protocols\SoapServerProtocol.cs (1)
241
this.
protocolsSupported
= WebServicesSection.Current.EnabledProtocols;
2 references to protocolsSupported
System.Web.Services (2)
System\Web\Services\Protocols\SoapServerProtocol.cs (2)
318
serverType = new SoapServerType(Type,
protocolsSupported
);
451
return ((
protocolsSupported
& protocol) == protocol);