C# (CSharp) logv.http Namespace

Nested Namespaces

logv.http.sample

Classes

Name Description
AsynStreamCopyCompleteEventArgs
AsyncStreamCopier Copies data from one stream into another using the async pattern. Copies are done in 4k blocks.
CachedResponse A response the caches the output stream into a MemoryStream and sends it to client async when it is closed
DeflateResponse A deflate compressed response
Disposable
GzipResponse A GZip compressed response
RequestExtensions Helper class with HttpListenerRequest Extension methods
ResponseExtensions Helper class for IServer response extension methods
ServerResponse
WebRequestExtensions Helper Class with extension Methods for WebRequest