[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.remoting

Re: Forward calls from remoting type to same type on another machine

Allen Anderson

7/15/2004 9:33:00 PM

you can use a client and server on the same machine no problem.
Remember, you don't need to register anything to connect to a remote
object. The channel registration on the client can be done with port
0 (so that it choses any random port).

Cheers,
Allen Anderson
http://www.glacialcomp...
mailto: allen@put my website base here.com

On Thu, 15 Jul 2004 13:59:47 -0700, zombie
<warren.ashman@orange.bogus.net> wrote:

>What is the best way to forward calls from one remoting type to the same remoting type on a different machine? It seems you cannot register a client and server for the same type in the same application.