wiki.sine.space | sinespace

Difference between revisions of "Scripting/SWebResponse"

From wiki.sine.space
Jump to: navigation, search
(Created page with "The SWebResponse class returns the result of a HTTP GET/POST request ==Fields== {{ScriptFunction|string|Error|{ get; }|Any error, will be empty or null if the request was suc...")
(No difference)

Revision as of 14:45, 17 January 2017

The SWebResponse class returns the result of a HTTP GET/POST request

Fields

Error

string Error { get; }

Any error, will be empty or null if the request was successful

No example provided yet


Response

string Response { get; }

The body text of the webpage response if error is empty or null

No example provided yet