SocketConnectionContextFactory Constructor
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.
Creates the SocketConnectionContextFactory.
public SocketConnectionContextFactory (Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionFactoryOptions options, Microsoft.Extensions.Logging.ILogger logger);
new Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionContextFactory : Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionFactoryOptions * Microsoft.Extensions.Logging.ILogger -> Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionContextFactory
Public Sub New (options As SocketConnectionFactoryOptions, logger As ILogger)
Parameters
- options
- SocketConnectionFactoryOptions
The options.
- logger
- ILogger
The logger.