Collection Contents Previous Next PDF

UltraLite.NET User's Guide

iAnywhere.Data.UltraLite namespace

ULStreamType enumeration


UL Ext.: Enumerates the types of MobiLink synchronization streams to use for synchronization.

Prototypes 

' Visual Basic
Public Enum ULStreamType

// C#
public enum ULStreamType

Remarks 

For information on configuring specific stream types, refer to Network protocol options for UltraLite synchronization clients.

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 a ULActiveSyncListener 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