Свойство | Type | Description | |
---|---|---|---|
_loadTargetFlag | bool | ||
_loadVariablesFlag | bool | ||
_sendVarsMethod | SendVarsMethods |
Méthode | Description | |
---|---|---|
ActionGetURL2 ( ) : System |
|
|
ActionGetURL2 ( |
Gets a URL
|
|
ToString ( ) : string |
Converts the action to a string
|
Méthode | 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
|
public ActionGetURL2 ( |
||
method | 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) |
Résultat | System |
protected Parse ( System sourceStream, byte sourceVersion ) : void | ||
sourceStream | System | The source stream |
sourceVersion | byte | The version |
Résultat | void |
protected Render ( System outputStream ) : ulong | ||
outputStream | System | The output stream |
Résultat | ulong |