[Mono-list] System.Net.Sockets.TcpClient
Phillip Pearson
pp@myelin.co.nz
Sat, 20 Oct 2001 13:06:23 +1300
> Each directory under `mcs/class' corresponds to an assembly. The
> `corlib' directory holds the classes that will end up in the
> `corlib.dll' assembly, the `System' directory holds the classes that
> will end up in the System.dll assembly.
Ahhhhh, right, now this makes sense.
I was under the impression that all the assemblies had names like 'corlib'.
On closer inspection, I see that there are more :)
I was confused between class names and DLL names.
Anyway, I'm working on doing System.Net.Sockets.TcpClient at the moment;
I'll post to the list when I'm done.
Cheers,
Phillip.