Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This sample shows the messages involved when the client sends an activation request for a CAO where the transport is TCP and the format is binary.
The client is requesting the server to activate an instance
of ServerType "DOJRemotingMetadata.MyServer". The Server Type is defined in
the Library
"DOJRemotingMetadata". This is done by calling the Activate method in System.Runtime.Remoting.Activation.IActivator
Server
Type. The Server Object URI
is "RemoteServiceActivation.rem". The server is hosted on machine
"maheshdev2".
The server is configured to support TCP on port 8080 and the messages are expected to be encoded in the .NET Remoting Binary Format, as specified in [MS-NRBF].
The sequence diagram for an activation process is shown in the following figure.
Figure 8: Activation process