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)

参数

options
SocketConnectionFactoryOptions

选项。

logger
ILogger

记录器。

适用于