ForwarderHttpClientFactory Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ForwarderHttpClientFactory() |
Initializes a new instance of the ForwarderHttpClientFactory class. |
ForwarderHttpClientFactory(ILogger<ForwarderHttpClientFactory>) |
Initializes a new instance of the ForwarderHttpClientFactory class. |
ForwarderHttpClientFactory()
Initializes a new instance of the ForwarderHttpClientFactory class.
public ForwarderHttpClientFactory ();
Public Sub New ()
Applies to
ForwarderHttpClientFactory(ILogger<ForwarderHttpClientFactory>)
Initializes a new instance of the ForwarderHttpClientFactory class.
public ForwarderHttpClientFactory (Microsoft.Extensions.Logging.ILogger<Yarp.ReverseProxy.Forwarder.ForwarderHttpClientFactory> logger);
new Yarp.ReverseProxy.Forwarder.ForwarderHttpClientFactory : Microsoft.Extensions.Logging.ILogger<Yarp.ReverseProxy.Forwarder.ForwarderHttpClientFactory> -> Yarp.ReverseProxy.Forwarder.ForwarderHttpClientFactory
Public Sub New (logger As ILogger(Of ForwarderHttpClientFactory))
Parameters
- logger
- ILogger<ForwarderHttpClientFactory>