Defines an UltraLite HTTP stream suitable for synchronization via HTTP.
ul_stream_defn ULHTTPStream( void );
The HTTP stream uses TCP/IP as its underlying transport. UltraLite applications act as web browsers and MobiLink acts as a web server. UltraLite applications send POST requests to send data to the server and GET requests to read data from the server.
Deprecated featureThis function is deprecated in SQL Anywhere 10. You can set the stream field of ul_synch_info to a string with the desired value. This function now returns the appropriate string value. |