Sets the URL suffix of the MobiLink server.
void StreamHTTPParms.setURLSuffix(String v)
v The URL suffix string.
The default setting is null, which implies a URL suffix of "Mobilink/".
You can include information in the URL suffix. The following example demonstrates how a client synchronizing through a hosted relay server can use this method:
setURLSuffix("/ias_relay_server/client/rs_client.dll/username.FarmName");
The MobiLink client network protocol options for HTTP authentication may be added as a separated list, as demonstrated in the following example:
setURLSuffix("http_userid=userid;http_password=pwd");