Click or drag to resize
HttpLogger Class
OWIN middleware that logs http requests and responses to a provided repository
Inheritance Hierarchy
SystemObject
  OwinMiddleware
    AccidentalFish.ApplicationSupport.OwinHttpLogger

Namespace: AccidentalFish.ApplicationSupport.Owin
Assembly: AccidentalFish.ApplicationSupport.Owin (in AccidentalFish.ApplicationSupport.Owin.dll) Version: 0.9.0.0 (0.9.0.0)
Syntax
public sealed class HttpLogger : OwinMiddleware

The HttpLogger type exposes the following members.

Constructors
  NameDescription
Public methodHttpLogger
Constructor
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInvoke
Owin middleware invoker
(Overrides OwinMiddleware.Invoke(IOwinContext).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also