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