2 instantiations of HttpMessageHandlerFactoryElement
System.ServiceModel (2)
System\ServiceModel\Channels\HttpMessageHandlerFactory.cs (2)
206return new HttpMessageHandlerFactoryElement 221return new HttpMessageHandlerFactoryElement
8 references to HttpMessageHandlerFactoryElement
System.ServiceModel (8)
System\ServiceModel\Channels\HttpMessageHandlerFactory.cs (2)
137internal static HttpMessageHandlerFactory CreateFromConfigurationElement(HttpMessageHandlerFactoryElement configElement) 196internal HttpMessageHandlerFactoryElement GenerateConfigurationElement()
System\ServiceModel\Configuration\HttpMessageHandlerFactoryValidator.cs (3)
14return type == typeof(HttpMessageHandlerFactoryElement); 19HttpMessageHandlerFactoryElement configElement = (HttpMessageHandlerFactoryElement)value;
System\ServiceModel\Configuration\HttpTransportElement.cs (2)
103public HttpMessageHandlerFactoryElement MessageHandlerFactory 105get { return (HttpMessageHandlerFactoryElement)this[ConfigurationStrings.MessageHandlerFactory]; }
System\ServiceModel\Configuration\Properties.cs (1)
1368properties.Add(new ConfigurationProperty("messageHandlerFactory", typeof(System.ServiceModel.Configuration.HttpMessageHandlerFactoryElement), null, null, new System.ServiceModel.Configuration.HttpMessageHandlerFactoryValidator(), System.Configuration.ConfigurationPropertyOptions.None));