1 instantiation of SoapServerType
System.Web.Services (1)
System\Web\Services\Protocols\SoapServerProtocol.cs (1)
318serverType = new SoapServerType(Type, protocolsSupported);
7 references to SoapServerType
System.Web.Services (7)
System\Web\Services\Protocols\SoapServerProtocol.cs (7)
227SoapServerType serverType; 309if (null == (serverType = (SoapServerType)GetFromCache(typeof(SoapServerProtocol), Type)) 310&& null == (serverType = (SoapServerType)GetFromCache(typeof(SoapServerProtocol), Type, true))) 314if (null == (serverType = (SoapServerType)GetFromCache(typeof(SoapServerProtocol), Type)) 315&& null == (serverType = (SoapServerType)GetFromCache(typeof(SoapServerProtocol), Type, true))) 971protected SoapServerType ServerType { 972get { return (SoapServerType)protocol.ServerType; }