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