Свойство | Type | Description | |
---|---|---|---|
ServerVersion | string |
Méthode | Description | |
---|---|---|
Dispose ( ) : void | ||
HttpServer ( Manos.IO.Context context, HttpConnectionCallback callback, Socket socket, bool closeOnEnd = false ) : System | ||
Listen ( string host, int port ) : void | ||
RunTransaction ( |
Méthode | Description | |
---|---|---|
ConnectionAccepted ( Socket socket ) : void | ||
HttpServer ( ) : System |
public HttpServer ( Manos.IO.Context context, HttpConnectionCallback callback, Socket socket, bool closeOnEnd = false ) : System | ||
context | Manos.IO.Context | |
callback | HttpConnectionCallback | |
socket | Socket | |
closeOnEnd | bool | |
Résultat | System |
public Listen ( string host, int port ) : void | ||
host | string | |
port | int | |
Résultat | void |
public RunTransaction ( |
||
trans | ||
Résultat | void |