Closed scottoffen closed 3 years ago
HttpContextFactory
ServerOptions
CancellationTokenSource
RestServerBase
The goal is to have as much of the non-HttpListener-implementation-specific code as possible out of the RestServer class.
HttpListener
RestServer
HttpContextFactory
toServerOptions
CancellationTokenSource
toRestServerBase
The goal is to have as much of the non-
HttpListener
-implementation-specific code as possible out of theRestServer
class.