다음을 통해 공유


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

로거입니다.

적용 대상