Esempio n. 1
0
 public override void Abort()
 {
     //ctx.Response.Abort ();
     ctx = null;
     channel.CloseContext();
 }