[Mono-list] simple-example / SimpleChannel !

Lluis Sanchez lsg@ctv.es
Sun, 19 Jan 2003 15:46:25 +0100


> Thank you very much !
> It's works !
>
> In the simple-example.cs if I add , the last line
> something like :
>
> Console.ReadLine();
>
> and I try in a browser the URI ...I obtain this error!
> Now , .Net Remoting and this SimpleChannel
> implementation there are just some tests ??

SimpleChannel is just a sample channel that shows how channels should be
structured and implemented in mono. The remoting infrastructure classes are
still in an early stage, but I hope we can have something usable in a few
weeks.

Lluis.