Example #1
0
 public Logger(WebHandler next) : base(next)
 {
 }
Example #2
0
 public Compressor(WebHandler next) : base(next)
 {
 }
Example #3
0
 public Encryptor(WebHandler next) : base(next)
 {
 }
 public Authenticator(WebHandler next) : base(next)
 {
 }