2 types derived from HttpServerProtocol
System.Web.Services (2)
System\Web\Services\Protocols\HttpGetServerProtocol.cs (1)
22internal class HttpGetServerProtocol : HttpServerProtocol {
System\Web\Services\Protocols\HttpPostServerProtocol.cs (1)
21internal class HttpPostServerProtocol : HttpServerProtocol {
8 references to HttpServerProtocol
System.Web.Services (8)
System\Web\Services\Description\HttpProtocolReflector.cs (1)
57if (!HttpServerProtocol.AreUrlParametersSupported(Method))
System\Web\Services\Protocols\HttpServerProtocol.cs (6)
144if (null == (serverType = (HttpServerType)GetFromCache(typeof(HttpServerProtocol), Type)) 145&& null == (serverType = (HttpServerType)GetFromCache(typeof(HttpServerProtocol), Type, true))) 149if (null == (serverType = (HttpServerType)GetFromCache(typeof(HttpServerProtocol), Type)) 150&& null == (serverType = (HttpServerType)GetFromCache(typeof(HttpServerProtocol), Type, true))) 152bool excludeSchemeHostPortFromCachingKey = this.IsCacheUnderPressure(typeof(HttpServerProtocol), Type); 154AddToCache(typeof(HttpServerProtocol), Type, serverType, excludeSchemeHostPortFromCachingKey);
System\Web\Services\Protocols\XmlReturnReader.cs (1)
34if (IsSupported(type) && HttpServerProtocol.AreUrlParametersSupported(methodInfo)) {