1 instantiation of SocketConnectionFactoryOptions
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (1)
SocketConnectionListener.cs (1)
31
_factory = new SocketConnectionContextFactory(new
SocketConnectionFactoryOptions
(options), logger);
2 references to SocketConnectionFactoryOptions
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (2)
SocketConnectionContextFactory.cs (2)
18
private readonly
SocketConnectionFactoryOptions
_options;
31
public SocketConnectionContextFactory(
SocketConnectionFactoryOptions
options, ILogger logger)