1 instantiation of DelegatingHandlerElementCollection
System.ServiceModel (1)
System\ServiceModel\Channels\HttpMessageHandlerFactory.cs (1)
215DelegatingHandlerElementCollection handlerCollection = new DelegatingHandlerElementCollection();
4 references to DelegatingHandlerElementCollection
System.ServiceModel (4)
System\ServiceModel\Channels\HttpMessageHandlerFactory.cs (1)
215DelegatingHandlerElementCollection handlerCollection = new DelegatingHandlerElementCollection();
System\ServiceModel\Configuration\HttpMessageHandlerFactoryElement.cs (2)
22public DelegatingHandlerElementCollection Handlers 24get { return (DelegatingHandlerElementCollection)this[ConfigurationStrings.Handlers]; }
System\ServiceModel\Configuration\Properties.cs (1)
1310properties.Add(new ConfigurationProperty("handlers", typeof(System.ServiceModel.Configuration.DelegatingHandlerElementCollection), null, null, null, System.Configuration.ConfigurationPropertyOptions.None));