Search results for query: *

  1. P

    why include class assembly reference in remoting client application?

    While the class is included in your client app, it would still be pulling the objects state from the server. Including the class will help with Intellisense and create function calls to your remote object, but the object's state resides on the server.
  2. P

    Watch for Events while using Remoting

    Remoting Events http://www.codeproject.com/csharp/RemotingAndEvents.asp This article has three different solutions with different difficulty levels. I know its in C# code, but it shouldnt be too hard to convert it.
  3. P

    Connecting to port X

    Mud Hey Chris, I am not too familiar with how MUDs work but I am sure you can get a server and client application like such working with remoting. Take a look at this introductory tutorial on remoting as it will give you a basic background on it better than I can describe in a forum...
Back
Top