Configuring the IObjectManager Object Properties

By default the message server exposes the IObjectManager object on http://localhost:1999/ObjectManager.rem. Proceed with this task only if you need to change the default setting.

  1. Navigate to <public user documents>\Silk Performer 21.0\SampleApps\DOTNET\Message Sample\MessageServer and double-click MessageServer.exe.config.
  2. Enter the port number. Ensure that the port is not already in use by another service on your machine.
  3. To use a TCP channel instead of HTTP, change the ref attribute to TCP.
  4. To change the URL of the object, edit the objectUri attribute.

If you change any of the these properties, ensure that you also change the configuration of the client applications, as explained in the following tasks.