7 references to EnabledProtocols
System.Web.Services (7)
System\Web\Services\Configuration\WebServicesSection.cs (5)
259WebServiceProtocols enabledProtocols = this.EnabledProtocols; 290WebServiceProtocols enabledProtocols = this.EnabledProtocols; 355WebServiceProtocols enabledProtocols = this.EnabledProtocols; 444bool needPost = (this.EnabledProtocols & WebServiceProtocols.HttpPost) == 0; 445bool needGet = (this.EnabledProtocols & WebServiceProtocols.HttpGet) == 0;
System\Web\Services\Description\ServiceDescriptionReflector.cs (1)
123WebServiceProtocols enabledProtocols = WebServicesSection.Current.EnabledProtocols;
System\Web\Services\Protocols\SoapServerProtocol.cs (1)
241this.protocolsSupported = WebServicesSection.Current.EnabledProtocols;