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