dotgnu-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [DotGNU]ECMA Standard Base classes and Assemblies.


From: Rhys Weatherley
Subject: Re: [DotGNU]ECMA Standard Base classes and Assemblies.
Date: Sat, 11 Oct 2003 12:26:00 +1000
User-agent: KMail/1.4.3

On Saturday 11 October 2003 09:40 am, jscottb wrote:
> Are the classes TcpClient and TcpListener included in the base
> System.Net.Sockets library?  If not, would they fall into the "Thin" layer
> category and still be safe to use?

Those classes are not ECMA compatible, so they won't exist in strict ECMA 
profiles on embedded systems.  So, even ignoring the patent issue, it would 
be a good idea to have your own versions of these in your own code.  Your 
code will then work on more platforms.

Build pnetlib with "./configure --with-profile=ecma" and you'll see what you 
can expect to have available in every C# installation.

Cheers,

Rhys.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]