Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - C and C++ Programming » Embedded SQL API Reference

ULGrantConnectTo function Next Page

ULHTTPSStream function (deprecated)


Defines an UltraLite HTTPS stream suitable for synchronization via HTTP.

Syntax

ul_stream_defn ULHTTPSStream( void );

Remarks

The HTTPS stream uses TCP/IP as its underlying transport. UltraLite applications act as Web browsers and MobiLink acts as a web server.

Deprecated feature

This 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.

See also