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)
18private readonly SocketConnectionFactoryOptions _options; 31public SocketConnectionContextFactory(SocketConnectionFactoryOptions options, ILogger logger)