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