| OpenHTTPServer |
| |
This function will try to open a connection to an http server |
| |
| Library |
 |
wh::internet/http.whlib |
| |
| Syntax |
 |
PUBLIC INTEGER FUNCTION OpenHTTPServer (STRING servername,INTEGER serverport) |
| |
| Parameters |
 |
| servername |
 |
Host name of the HTTP server (also used in the HTTP request itself!) |
 |
| serverport |
 |
Integer of the port of the http server |
 |
|
| |
| Returns |
 |
Integer of the connection (> 0 if successfull) |
| |