Collection Contents Previous Next PDF

UltraLite.NET User's Guide

iAnywhere.UltraLite namespace

StreamType enumeration


Enumerates the types of MobiLink synchronization streams to use for synchronization.

Prototypes 

' Visual Basic
Public Enum StreamType

// C#
public enum StreamType

Remarks 

For information on configuring specific stream types, refer to the Synchronization Stream Parameters Reference section of the UltraLite Database User's Guide online book.

Members 
Member Description
ACTIVE_SYNC ActiveSync synchronization (Windows CE only).

UltraLite applications should only use ActiveSync synchronization when notified to do so by the MobiLink provider for ActiveSync. An application can listen for such notification by implementing an ActiveSyncListener interface and calling SetActiveSyncListener method.

HTTP Synchronize via HTTP.

The HTTP stream uses TCP/IP as its underlying transport. UltraLite applications act as Web browsers and the MobiLink synchronization server 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.

HTTPS Synchronize via HTTPS (HTTP with RSA transport-layer security).

Transport-layer security is a separately-licensable component and must be ordered before you can install it. To order this component, see the card in your SQL Anywhere Studio package, or see [external link] http://www.sybase.com/detail?id=1015780.

TCPIP Synchronize via TCP/IP.
UNKNOWN Unknown or no synchronization stream. The user has not set the stream type.
See also 

Collection Contents Previous Next PDF