[Mono-dev] [Mono-list] Are any implementations of IChannel available?

Miguel de Icaza miguel at ximian.com
Fri Oct 13 12:57:39 EDT 2006


Hello,

> > Trying use Mono Remoting the same way as remoting for MS Framework I
> > have missed to find any implementations
> > of System.Runtime.Remoting.Channels.IChannel
> > 
> > Perhaps someone heard about an implementation of it or have an example
> > how to use remoting in Mono.
> 
> Compile with:
> 
> 	mcs -r:System.Runtime.Remoting ...

Or you can also use:

	mcs -pkg:dotnet ...

Which brings all the default .NET assemblies to the compile line.

Miguel



More information about the Mono-devel-list mailing list