C# 클래스 Recurity.Swf.AVM1.ActionGetURL2

Blitzableiter ActionGetURL2 represents the Adobe AVM1 ActionGetURL2
상속: AbstractAction
파일 보기 프로젝트 열기: rtezli/Blitzableiter 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_loadTargetFlag bool
_loadVariablesFlag bool
_sendVarsMethod SendVarsMethods

공개 메소드들

메소드 설명
ActionGetURL2 ( ) : System

ActionGetURL2 ( ActionGetURL2 method, bool loadTarget, bool loadVars ) : System

Gets a URL

ToString ( ) : string

Converts the action to a string

보호된 메소드들

메소드 설명
Parse ( System sourceStream, byte sourceVersion ) : void

Parses the method and the flags from a source stream

ParseFrom ( ) : bool

Parses the action from a string array

Render ( System outputStream ) : ulong

Writes the method and the flags back to an outputstream

메소드 상세

ActionGetURL2() 공개 메소드

public ActionGetURL2 ( ) : System
리턴 System

ActionGetURL2() 공개 메소드

Gets a URL
public ActionGetURL2 ( ActionGetURL2 method, bool loadTarget, bool loadVars ) : System
method ActionGetURL2 One of the the three request methods: None, GET or POST)
loadTarget bool The target. True (Target is a browser window), false (Target is a path to a sprite)
loadVars bool Load the variables. True (variables to load) or false(no variables to load)
리턴 System

Parse() 보호된 메소드

Parses the method and the flags from a source stream
protected Parse ( System sourceStream, byte sourceVersion ) : void
sourceStream System The source stream
sourceVersion byte The version
리턴 void

ParseFrom() 보호된 메소드

Parses the action from a string array
protected ParseFrom ( ) : bool
리턴 bool

Render() 보호된 메소드

Writes the method and the flags back to an outputstream
protected Render ( System outputStream ) : ulong
outputStream System The output stream
리턴 ulong

ToString() 공개 메소드

Converts the action to a string
public ToString ( ) : string
리턴 string

프로퍼티 상세

_loadTargetFlag 보호되어 있는 프로퍼티

protected bool _loadTargetFlag
리턴 bool

_loadVariablesFlag 보호되어 있는 프로퍼티

protected bool _loadVariablesFlag
리턴 bool

_sendVarsMethod 보호되어 있는 프로퍼티

protected SendVarsMethods _sendVarsMethod
리턴 SendVarsMethods