wiki.sine.space | sinespace

Scripting/SWebResponse

From wiki.sine.space
Revision as of 14:45, 17 January 2017 by Sinewave (Talk | contribs) (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...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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