dotgnu-general
[Top][All Lists]
Advanced

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

Re: [DotGNU]IPHostentry ECMA vs .NET issue


From: Gopal V
Subject: Re: [DotGNU]IPHostentry ECMA vs .NET issue
Date: Sat, 14 Sep 2002 11:09:51 +0530
User-agent: Mutt/1.2.5i

If memory serves me right, Rhys Weatherley wrote:
> The .NET SDK docs that I have lists them as properties.

        <member name="F:System.Net.IPHostEntry.Hostname">
            <summary>
               <para>
                  Contains the DNS
                  name of the host.
               </para>
            </summary>
            <summary>
            </summary>
        </member>

Is what the .NET SDK on my friend's box says ... I suppose that's a
field ?

Anyway this was the beta, not the redistro package ... and old too.

> Add an "internal" constructor to IPHostEntry which takes the
> arguments in and builds the object.  Since this is only
> accessible from the "System" assembly, there is no security
> issue involved, and it doesn't break compatibility with ECMA.

#if ECMA_COMPAT
        internal
#else
        public
#endif 
-- 
The difference between insanity and genius is measured by success


reply via email to

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