1 instantiation of SocketConnectionContextFactory
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (1)
SocketConnectionListener.cs (1)
31
_factory = new
SocketConnectionContextFactory
(new SocketConnectionFactoryOptions(options), logger);
3 references to SocketConnectionContextFactory
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (3)
SocketConnectionContextFactory.cs (1)
27
/// Creates the <see cref="
SocketConnectionContextFactory
"/>.
SocketConnectionFactoryOptions.cs (1)
9
/// Options for <see cref="
SocketConnectionContextFactory
"/>.
SocketConnectionListener.cs (1)
15
private readonly
SocketConnectionContextFactory
_factory;