Esempio n. 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.hasContext = false;
 }
Esempio n. 2
0
        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;
        }
Esempio n. 3
0
        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;
        }
Esempio n. 4
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;
 }