335
TIDE and Tibbo BASIC User Manual
©2000-2008 Tibbo Technology Inc.
(UDP). If you do not set this property directly, it's value will be:
0- NO: for all outgoing connections (active opens) of the socket.
0- NO: for incoming connections received on one of the ports from the
list.
1- YES: for incoming connections received on one of the ports from the
list.
You can manually switch any TCP connection at any time after it has been
established from "regular" to HTTP by setting sock.httpmode= 1. However, this
operation is "sticky"- once you have converted the TCP connection into the HTTP
mode you cannot convert it back into the regular mode- trying to set sock.
httpmode=0 won't have any effect- the TCP connection will remain in the HTTP
mode until this connection is closed.
.Httpnoclose Property
Function:
For the currently selected socket (selection is made
through
) sets/returns whether TCP HTTP
connection will be kept opened after the HTTP request has
been processed and the HTML page has been sent out
Type:
Enum (no_yes, byte)
Value Range:
0- NO (default): connection will be closed (standard
HTML server behavior)
1- YES: will be kept opened, special string will be used as
a separator.
See Also:
---
Details
Normally, the end of HTML output is indicated by closing the TCP connection. When
this property is set to 1- YES, connection is not closed at the end of HTML output.
As a substitute, the end of HTML page output is marked by the following string:
"<tibbo_linkserver_http_proxy_end_of_output>".
.Httpportlist Property
Function:
For the currently selected socket (selection is made
through
) sets/returns the list of listening
ports on any of which this socket will accept an incoming
HTTP connection.
Type:
String
Value Range:
0-32 characters, default= ""
See Also:
,
339
335
340
340
338
334