[Mono-list] Re: Contribute code to System.Net

Dick Porter dick@ximian.com
13 Dec 2001 14:50:40 +0000


On Tue, 2001-12-11 at 12:23, Dick Porter wrote:
> On Mon, 2001-12-10 at 21:07, Phillip Pearson wrote:
> > I'm working on System.Net.Sockets.Socket too, but haven't done anything on
> > it in a couple of weeks now.  I've made a skeleton and documented it, but
> > haven't written the actual code yet.
> > 
> > (You'll find it in mcs/class/System/System.Net.Sockets/Socket.cs)
> > 
> > Should I leave this one alone, if Dick has it marked for himself?
> 
> I will be working on the integration between the runtime and the host
> system.  I'm not sure yet which C# classes that will be.

OK, it looks like System.Net.Sockets/Socket.cs is all runtime
integration.  If you don't mind, I will implement that.

The other classes seem to be already implemented (I looked at TcpClient
and TcpListener), except for UdpClient.cs which is missing.

- Dick