IServer Interface
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.
Represents a server.
public interface class IServer : IDisposable
C#
public interface IServer : IDisposable
type IServer = interface
interface IDisposable
Public Interface IServer
Implements IDisposable
- Derived
- Implements
Features |
A collection of HTTP features of the server. |
Start<TContext>(IHttp |
Start the server with an application. |
Start |
Start the server with an application. |
Stop |
Stop processing requests and shut down the server, gracefully if possible. |
منتج | الإصدارات |
---|---|
ASP.NET Core | 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |