C# Class csExWB.ProcessUrlActionExEventArgs

Inheritance: System.ComponentModel.CancelEventArgs
Afficher le fichier Open project: mcorrientes/Web-Security-Toolset

Méthodes publiques

Свойство Type Description
context System.Guid
flags ProcessUrlActionFlags
handled bool
hasContext bool
outflag PUAFOUT
url string
urlAction URLACTION
urlPolicy URLPOLICY

Méthodes publiques

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

Method Details

ProcessUrlActionExEventArgs() public méthode

public ProcessUrlActionExEventArgs ( ) : System
Résultat System

ResetParameters() public méthode

public ResetParameters ( ) : void
Résultat void

SetParameters() public méthode

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
Résultat void

Property Details

context public_oe property

public Guid,System context
Résultat System.Guid

flags public_oe property

public ProcessUrlActionFlags flags
Résultat ProcessUrlActionFlags

handled public_oe property

public bool handled
Résultat bool

hasContext public_oe property

public bool hasContext
Résultat bool

outflag public_oe property

public PUAFOUT outflag
Résultat PUAFOUT

url public_oe property

public string url
Résultat string

urlAction public_oe property

public URLACTION urlAction
Résultat URLACTION

urlPolicy public_oe property

public URLPOLICY urlPolicy
Résultat URLPOLICY