1 write to Type
System.ServiceModel (1)
System\ServiceModel\Channels\HttpMessageHandlerFactory.cs (1)
208Type = thisType.AssemblyQualifiedName
4 references to Type
System.ServiceModel (4)
System\ServiceModel\Channels\HttpMessageHandlerFactory.cs (3)
141if (!string.IsNullOrWhiteSpace(configElement.Type)) 148Type factoryType = HttpChannelUtilities.GetTypeFromAssembliesInCurrentDomain(configElement.Type); 151throw FxTrace.Exception.AsError(new ConfigurationErrorsException(SR.GetString(SR.CanNotLoadTypeGotFromConfig, configElement.Type)));
System\ServiceModel\Configuration\HttpMessageHandlerFactoryValidator.cs (1)
20if (!string.IsNullOrWhiteSpace(configElement.Type) && configElement.Handlers != null && configElement.Handlers.Count > 0)