Exemplo n.º 1
0
 public void Init(HttpApplication context)
 {
     context.BeginRequest += (sender, args) => ForwardToRavenRespondersFactory.Init();
 }
Exemplo n.º 2
0
 public void Dispose()
 {
     ForwardToRavenRespondersFactory.Shutdown();
 }