IServer インターフェイス

定義

サーバーを表します。

public interface class IServer : IDisposable
public interface IServer : IDisposable
type IServer = interface
    interface IDisposable
Public Interface IServer
Implements IDisposable
派生
実装

プロパティ

Features

サーバーの HTTP 機能のコレクション。

メソッド

Start<TContext>(IHttpApplication<TContext>)

アプリケーションでサーバーを起動します。

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

アプリケーションでサーバーを起動します。

StopAsync(CancellationToken)

可能であれば、要求の処理を停止し、サーバーを正常にシャットダウンします。

適用対象