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

Phillip Pearson pp@myelin.co.nz
Fri, 14 Dec 2001 10:04:59 +1300


> > > 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.

That's fine; I'll leave it alone for now then.

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

Yup - I'm in the middle of doing UdpClient.cs; that's another high-level one
like TcpClient and TcpListener, which shouldn't need any runtime
integration.

Socket.cs was going to be next, but I'll go find something else if that's
one of yours :)

Cheers,
Phillip.