IServer Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Représente un serveur.
public interface class IServer : IDisposable
public interface IServer : IDisposable
type IServer = interface
interface IDisposable
Public Interface IServer
Implements IDisposable
- Dérivé
- Implémente
Propriétés
Features |
Collection de fonctionnalités HTTP du serveur. |
Méthodes
Start<TContext>(IHttpApplication<TContext>) |
Démarrez le serveur avec une application. |
StartAsync<TContext>(IHttpApplication<TContext>, CancellationToken) |
Démarrez le serveur avec une application. |
StopAsync(CancellationToken) |
Arrêtez le traitement des demandes et arrêtez le serveur, correctement si possible. |