Метод | Описание | |
---|---|---|
HttpServer ( int port, string host = "localhost" ) : System | ||
OnRequest ( Action |
||
RunAsync ( |
Метод | Описание | |
---|---|---|
GetContext ( IAsyncResult ar ) : void |
public HttpServer ( int port, string host = "localhost" ) : System | ||
port | int | |
host | string | |
Результат | System |
public OnRequest ( Action |
||
context | Action |
|
Результат | void |
public RunAsync ( |
||
cancellationToken | ||
Результат | Task |