[Mono-dev] Re: [PATCH] Fully Asynchronous and Re-Factored SslStreams in Mono.Security
JD Conley
jd.conley at coversant.net
Fri Aug 26 11:03:17 EDT 2005
> 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
More information about the Mono-devel-list
mailing list