Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
通过 HTTP 进行同步。
public const UInt32 STREAM_TYPE_HTTP;
HTTP 流使用 TCP/IP 作为其基础传输协议。UltraLite 应用程序充当 Web 浏览器,MobiLink 同步服务器充当 Web 服务器。UltraLite 应用程序发送 POST 请求以便将数据发送到服务器,发送 GET 请求以便从服务器读取数据。