C# Class csExWB.ProcessUrlActionExEventArgs

Inheritance: System.ComponentModel.CancelEventArgs
Mostra file Open project: mcorrientes/Web-Security-Toolset

Public Properties

Property Type Description
context System.Guid
flags ProcessUrlActionFlags
handled bool
hasContext bool
outflag PUAFOUT
url string
urlAction URLACTION
urlPolicy URLPOLICY

Public Methods

Method Description
ProcessUrlActionExEventArgs ( ) : System
ResetParameters ( ) : void
SetParameters ( string surl, URLACTION action, URLPOLICY policy, System.Guid gcontext, ProcessUrlActionFlags puaf, bool bhascontext ) : void

Method Details

ProcessUrlActionExEventArgs() public method

public ProcessUrlActionExEventArgs ( ) : System
return System

ResetParameters() public method

public ResetParameters ( ) : void
return void

SetParameters() public method

public SetParameters ( string surl, URLACTION action, URLPOLICY policy, System.Guid gcontext, ProcessUrlActionFlags puaf, bool bhascontext ) : void
surl string
action URLACTION
policy URLPOLICY
gcontext System.Guid
puaf ProcessUrlActionFlags
bhascontext bool
return void

Property Details

context public_oe property

public Guid,System context
return System.Guid

flags public_oe property

public ProcessUrlActionFlags flags
return ProcessUrlActionFlags

handled public_oe property

public bool handled
return bool

hasContext public_oe property

public bool hasContext
return bool

outflag public_oe property

public PUAFOUT outflag
return PUAFOUT

url public_oe property

public string url
return string

urlAction public_oe property

public URLACTION urlAction
return URLACTION

urlPolicy public_oe property

public URLPOLICY urlPolicy
return URLPOLICY