C# Class csExWB.ProcessUrlActionEventArgs

Inheritance: System.ComponentModel.CancelEventArgs
Show file Open project: mcorrientes/Web-Security-Toolset Class Usage Examples

Public Properties

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

Public Methods

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

Method Details

ProcessUrlActionEventArgs() public method

public ProcessUrlActionEventArgs ( ) : 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 property

public Guid,System context
return System.Guid

flags public property

public ProcessUrlActionFlags flags
return ProcessUrlActionFlags

handled public property

public bool handled
return bool

hasContext public property

public bool hasContext
return bool

url public property

public string url
return string

urlAction public property

public URLACTION urlAction
return URLACTION

urlPolicy public property

public URLPOLICY urlPolicy
return URLPOLICY