C# Class Manos.Http.HttpServer

Inheritance: IDisposable
Afficher le fichier Open project: toptensoftware/manos Class Usage Examples

Méthodes publiques

Свойство Type Description
ServerVersion string

Méthodes publiques

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 ( HttpTransaction trans ) : void

Private Methods

Méthode Description
ConnectionAccepted ( Socket socket ) : void
HttpServer ( ) : System

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

HttpServer() public méthode

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

Listen() public méthode

public Listen ( string host, int port ) : void
host string
port int
Résultat void

RunTransaction() public méthode

public RunTransaction ( HttpTransaction trans ) : void
trans HttpTransaction
Résultat void

Property Details

ServerVersion public_oe static_oe property

public static string ServerVersion
Résultat string