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