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