3 references to HttpPostLocalhost
System.Web.Services (3)
System\Web\Services\Configuration\ProtocolElementCollection.cs (1)
106ProtocolElement httpPostLocalhostElement = new ProtocolElement(WebServiceProtocols.HttpPostLocalhost);
System\Web\Services\Configuration\WebServicesSection.cs (1)
366if ((enabledProtocols & WebServiceProtocols.HttpPostLocalhost) != 0) {
System\Web\Services\Description\ServiceDescriptionReflector.cs (1)
124if ((enabledProtocols & WebServiceProtocols.HttpPost) == 0 && (enabledProtocols & WebServiceProtocols.HttpPostLocalhost) != 0) {