1 instantiation of HttpServerType
System.Web.Services (1)
System\Web\Services\Protocols\HttpServerProtocol.cs (1)
153
serverType = new
HttpServerType
(Type);
5 references to HttpServerType
System.Web.Services (5)
System\Web\Services\Protocols\HttpServerProtocol.cs (5)
132
HttpServerType
serverType;
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)))