HttpListener Properties
From HttpServer.dll
The HttpListener type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| DisconnectHandler |
Invoked when a client disconnects
| |
| LogWriter |
Gives you a change to receive log entries for all internals of the http lib.
| |
| RequestHandler |
This handler will be invoked each time a new connection is accepted.
|