Sets the URL suffix for the server connection URL. This optional property
                    is only used when connecting through a proxy server or Relay Server. 
                                                  Note: If you provide an incorrect URL suffix, the
                                                  server uses the default URL suffix when
                                                  registering.
                                     
Syntax
                              public void setUrlSuffix(String value) 
Parameters
                  - value – The URL suffix for the server connection URL. 
Usage
The suffix "
/%cid%/tm" is
                                                  appended if the URL does not already end in
                                                  "
/tm". If the URL ends in
                                                  "
/", then only
                                                  "
%cid%/tm" is appended.
You
                                                  can optionally code a Content-ID (CID) into the
                                                  URL. 
For example, if the CID is "XYZ" then
                                                  any of these URL suffixes: 
- /ias_relay_server/client/rs_client.dll
- /ias_relay_server/client/rs_client.dll/
- /ias_relay_server/client/rs_client.dll/%cid%/tm
- /ias_relay_server/client/rs_client.dll/XYZ/tm
result in the following URL suffix:
- /ias_relay_server/client/rs_client.dll/XYX/tm