> I am unable to compile this, though, as I am getting CLS-compliance
> errors.  The Assembly is marked as compliant but the SslStreamBase
> class includes a "read" object and a "Read" method (differing only in
> case).
> 
> Is it just me?  I'm using VS 2003 to compile - maybe mcs doesn't check
> for compliance?

Oh, you can make almost all of the fields private in that class. At the
very least negotiate, read, and write can be private.  That should fix
it. :) I was compiling with VS 2005 and have that particular warning
disabled.

-JD
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to