1 write to _processHandlerTypeName
System.Web (1)
Configuration\ProtocolsConfigurationEntry.cs (1)
43
_processHandlerTypeName
= processHandlerType;
1 reference to _processHandlerTypeName
System.Web (1)
Configuration\ProtocolsConfigurationEntry.cs (1)
61
processHandlerType = Type.GetType(
_processHandlerTypeName
, true /*throwOnError*/);