public ThrottleHandler()
 {
     this._handleRequest = new HandleRequest();
 }
Ejemplo n.º 2
0
 public ThrottleAttribute()
 {
     this._handleRequest = new HandleRequest();
 }