HttpListener Properties

HttpServer.dll

The HttpListener type exposes the following members.

Properties

  NameDescription
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.

See Also