IServer Interfaccia

Definizione

Rappresenta un server.

public interface class IServer : IDisposable
public interface IServer : IDisposable
type IServer = interface
    interface IDisposable
Public Interface IServer
Implements IDisposable
Derivato
Implementazioni

Proprietà

Features

Raccolta di funzionalità HTTP del server.

Metodi

Start<TContext>(IHttpApplication<TContext>)

Avviare il server con un'applicazione.

StartAsync<TContext>(IHttpApplication<TContext>, CancellationToken)

Avviare il server con un'applicazione.

StopAsync(CancellationToken)

Interrompere l'elaborazione delle richieste e arrestare il server, se possibile.

Si applica a