[Mono-list] System.Runtime.Remoting?

Kevin Williams zak@supernova.org
Tue, 10 Dec 2002 13:16:12 -0600


>> Without the RemotingConfiguration class, can remoting 
>> be used at all currently?
>
> I am working on that class, in the Configure method in 
> particular but a lot of work has to be made since 
> XmlTextReader can't be used in the corlib and I am 
> trying to implement it using the MiniParser what is 
> quite harder. 

I can do without (at least, for awhile <grin>) the Configure method.
Mostly, I'd like to have RegisterWellKnownServiceType available.

Glad to hear someone is putting some effort in, though.  I was thinking
of sketching in the basics of that assembly myself (the various
interfaces, the WellKnownObjectMode enumeration, ServerException, etc),
but I'm not sure I'm capable of a full implementation.  The
RemotingServices and ObjRef classes frighten me particularly. <grin>

-Kevin