C# Class Recurity.Swf.AVM1.ActionGetURL2

Blitzableiter ActionGetURL2 represents the Adobe AVM1 ActionGetURL2
Inheritance: AbstractAction
Mostrar archivo Open project: rtezli/Blitzableiter Class Usage Examples

Protected Properties

Property Type Description
_loadTargetFlag bool
_loadVariablesFlag bool
_sendVarsMethod SendVarsMethods

Public Methods

Method Description
ActionGetURL2 ( ) : System

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

Gets a URL

ToString ( ) : string

Converts the action to a string

Protected Methods

Method Description
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

Method Details

ActionGetURL2() public method

public ActionGetURL2 ( ) : System
return System

ActionGetURL2() public method

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)
return System

Parse() protected method

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
return void

ParseFrom() protected method

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

Render() protected method

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

ToString() public method

Converts the action to a string
public ToString ( ) : string
return string

Property Details

_loadTargetFlag protected_oe property

protected bool _loadTargetFlag
return bool

_loadVariablesFlag protected_oe property

protected bool _loadVariablesFlag
return bool

_sendVarsMethod protected_oe property

protected SendVarsMethods _sendVarsMethod
return SendVarsMethods