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