1 write to Type
System.ServiceModel (1)
System\ServiceModel\Configuration\DelegatingHandlerElement.cs (1)
25this.Type = handlerType.AssemblyQualifiedName;
2 references to Type
System.ServiceModel (2)
System\ServiceModel\Channels\HttpMessageHandlerFactory.cs (2)
176Type handlerType = HttpChannelUtilities.GetTypeFromAssembliesInCurrentDomain(configElement.Handlers[i].Type); 179throw FxTrace.Exception.AsError(new ConfigurationErrorsException(SR.GetString(SR.CanNotLoadTypeGotFromConfig, configElement.Handlers[i].Type)));