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 - .NET Programming » UltraLite .NET 2.0 API Reference

ULStreamErrorID enumeration Next Page

ULStreamType enumeration


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

Syntax

Visual Basic

Public Enum ULStreamType

C#

public enum ULStreamType

Remarks

For information on configuring specific stream types, see Network protocol options for UltraLite synchronization streams.

Separately licensed component required

ECC encryption and FIPS-certified encryption require a separate license. All strong encryption technologies are subject to export regulations.

See Separately licensed components.

Members
Member nameDescriptionValue

HTTP

Synchronize via HTTP.

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

1

HTTPS

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

2

TCPIP

Synchronize via TCP/IP.

0

TLS

Synchronize via TCP/IP with transport layer security.

3
See also