Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets Namespace

Provides types used to configure the default Sockets transport in the Kestrel web server.

Classes

SocketConnectionContextFactory

A factory for socket based connections contexts.

SocketConnectionFactoryOptions

Options for SocketConnectionContextFactory.

SocketTransportFactory

A factory for socket based connections.

SocketTransportOptions

Options for socket based transports.

Remarks

For more information about configuring Kestrel, see Kestrel web server implementation in ASP.NET Core.