Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (Français) » UltraLiteJ » UltraLiteJ Reference » UltraLiteJ API reference » StreamHTTPParms interface

 

setPort method

Sets the port number used to connect to the MobiLink server.

Syntax
void StreamHTTPParms.setPort(
  int v
)
Parameters
  • v   A port number ranging from 1 to 65535. Out of range values revert to default value.

Remarks

The default port is 80 for HTTP synchronizations and 443 for HTTPS synchronizations.

See also