Socket Functions
From UBot Studio
(Difference between revisions)
(Created page with "The '''Socket Functions''' allow you to grab information from a webpage via the underlying socket connections. File:sfunctions.jpg == Socket Functions == *[[socket page...") |
|||
(6 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
− | The '''Socket Functions''' allow you to grab information from a webpage via the underlying socket connections. | + | The '''Socket Functions''' allow you to grab information from a webpage via the underlying socket connections. These functions are [[Professional Edition|Professional]] and [[Developer Edition|Developer]] functions. |
− | [[File: | + | [[File:sockfunc.jpg]] |
== Socket Functions == | == Socket Functions == | ||
Line 7: | Line 7: | ||
*[[socket page headers]]: Returns the header information for the most recent navigate command. | *[[socket page headers]]: Returns the header information for the most recent navigate command. | ||
− | *[[ | + | *[[url encode]]: Encodes the given socket url |
− | + | ||
− | + | ||
*[[socket page html]]: Returns the page html for the last navigate command. | *[[socket page html]]: Returns the page html for the last navigate command. | ||
− | |||
− |
Latest revision as of 17:44, 10 November 2016
The Socket Functions allow you to grab information from a webpage via the underlying socket connections. These functions are Professional and Developer functions.
[edit] Socket Functions
- socket page headers: Returns the header information for the most recent navigate command.
- url encode: Encodes the given socket url
- socket page html: Returns the page html for the last navigate command.