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.hasContext = false; }
public void SetParameters(string surl, URLACTION action, URLPOLICY policy, Guid gcontext, ProcessUrlActionFlags puaf, bool bhascontext) { this.Cancel = false; this.handled = false; this.url = surl; this.urlAction = action; this.urlPolicy = policy; this.context = gcontext; this.flags = puaf; this.hasContext = bhascontext; }
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; }