UL Ext.: Enumerates the types of MobiLink synchronization streams to use for synchronization.
Visual Basic
Public Enum ULStreamType
Inherits Short
C#
public enum ULStreamType :
short
For information on configuring specific stream types, see Network protocol options for UltraLite synchronization streams.
Separately licensed component requiredECC encryption and FIPS-certified encryption require a separate license. All strong encryption technologies are subject to export regulations. |
Member name | Description |
---|---|
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. |
HTTPS |
Synchronize via HTTPS (HTTP with transport-layer security). |
TCPIP |
Synchronize via TCP/IP. |
TLS |
Synchronize via TCP/IP with transport layer security. |