C# 클래스 csExWB.ProcessUrlActionExEventArgs

상속: System.ComponentModel.CancelEventArgs
파일 보기 프로젝트 열기: mcorrientes/Web-Security-Toolset

공개 프로퍼티들

프로퍼티 타입 설명
context System.Guid
flags ProcessUrlActionFlags
handled bool
hasContext bool
outflag PUAFOUT
url string
urlAction URLACTION
urlPolicy URLPOLICY

공개 메소드들

메소드 설명
ProcessUrlActionExEventArgs ( ) : System
ResetParameters ( ) : void
SetParameters ( string surl, URLACTION action, URLPOLICY policy, System.Guid gcontext, ProcessUrlActionFlags puaf, bool bhascontext ) : void

메소드 상세

ProcessUrlActionExEventArgs() 공개 메소드

public ProcessUrlActionExEventArgs ( ) : System
리턴 System

ResetParameters() 공개 메소드

public ResetParameters ( ) : void
리턴 void

SetParameters() 공개 메소드

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
리턴 void

프로퍼티 상세

context 공개적으로 프로퍼티

public Guid,System context
리턴 System.Guid

flags 공개적으로 프로퍼티

public ProcessUrlActionFlags flags
리턴 ProcessUrlActionFlags

handled 공개적으로 프로퍼티

public bool handled
리턴 bool

hasContext 공개적으로 프로퍼티

public bool hasContext
리턴 bool

outflag 공개적으로 프로퍼티

public PUAFOUT outflag
리턴 PUAFOUT

url 공개적으로 프로퍼티

public string url
리턴 string

urlAction 공개적으로 프로퍼티

public URLACTION urlAction
리턴 URLACTION

urlPolicy 공개적으로 프로퍼티

public URLPOLICY urlPolicy
리턴 URLPOLICY