Beispiel #1
0
 public void ResetParameters()
 {
     this.Cancel     = false;
     this.handled    = false;
     this.url        = string.Empty;
     this.urlAction  = URLACTION.MIN;
     this.urlPolicy  = URLPOLICY.ALLOW;
     this.context    = Guid.Empty;
     this.flags      = ProcessUrlActionFlags.PUAF_DEFAULT;
     this.outflag    = PUAFOUT.PUAFOUT_DEFAULT;
     this.hasContext = false;
 }
 public void ResetParameters()
 {
     this.Cancel = false;
     this.handled = false;
     this.url = string.Empty;
     this.urlAction = URLACTION.MIN;
     this.urlPolicy = URLPOLICY.ALLOW;
     this.context = Guid.Empty;
     this.flags = ProcessUrlActionFlags.PUAF_DEFAULT;
     this.outflag = PUAFOUT.PUAFOUT_DEFAULT;
     this.hasContext = false;
 }