HttpServer Events

HttpServer.dll

The HttpServer type exposes the following members.

Events

  NameDescription
ExceptionThrown
Let's to receive unhandled exceptions from the threads.
LogEntryWritten
Use this event to be able to get log entries into your favorite log library.
RealmWanted
Realms are used during http authentication. Default realm is same as server name.

See Also