SocketConnectionContextFactory Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée l'objet 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)
Paramètres
- options
- SocketConnectionFactoryOptions
Options.
- logger
- ILogger
L'enregistreur.