Socket Functions
From UBot Studio
(Difference between revisions)
(3 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:sockfunc.jpg]] | [[File:sockfunc.jpg]] | ||
Line 6: | Line 6: | ||
*[[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.