6 references to HttpMessageHandlerFactory
System.ServiceModel.Http (6)
System\ServiceModel\Channels\HttpMessageHandlerFactory.cs (4)
18/// For more complex initialization scenarios, derive from <see cref="HttpMessageHandlerFactory"/> 30/// Initializes a new instance of the <see cref="HttpMessageHandlerFactory"/> class given 81/// Initializes a new instance of the <see cref="HttpMessageHandlerFactory"/> class given 95/// Initializes a new instance of the <see cref="HttpMessageHandlerFactory"/> class.
System\ServiceModel\Channels\HttpTransportBindingElement.cs (1)
110public HttpMessageHandlerFactory MessageHandlerFactory { get; set; }
System\ServiceModel\Channels\HttpTransportDefaults.cs (1)
27internal const HttpMessageHandlerFactory MessageHandlerFactory = null;