8 references to HttpMessageHandlerFactory
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpMessageHandlerFactory.cs (5)
17
/// For more complex initialization scenarios, derive from <see cref="
HttpMessageHandlerFactory
"/>
18
/// and override the <see cref="
HttpMessageHandlerFactory
.OnCreate"/> method.
29
/// Initializes a new instance of the <see cref="
HttpMessageHandlerFactory
"/> class given
84
/// Initializes a new instance of the <see cref="
HttpMessageHandlerFactory
"/> class given
103
/// Initializes a new instance of the <see cref="
HttpMessageHandlerFactory
"/> class.
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpTransportBindingElement.cs (2)
38
private
HttpMessageHandlerFactory
_httpMessageHandlerFactory;
140
public
HttpMessageHandlerFactory
MessageHandlerFactory
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportDefaults.cs (1)
269
public const
HttpMessageHandlerFactory
MessageHandlerFactory = null;