Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.