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