[Mono-devel-list] Mono.Security.Protocol.Tls

Fredrik Svensson fredrik at molnbas.nu
Mon Oct 4 09:08:59 EDT 2004


Hi,

Where can I find the status of Mono.Security.Protocol.Tls? I've looked
at the class status pages but i only managed to find out that it is 100%
managed code, not whether it is 100% done or not ;-)

Documentation about the class is quite scarce and i have done a little
trial and error coding with it. I've noticed for instance that accessing
the Length property triggers a NotImplementedException so I guess it is
not 100% yet.

This is acually my first try at c# and mono so it might just be that I
have no clue about what I'm doing, but what I'm trying to do is to
establish asynchronous communication with a sort of chat server. 
Writing seems to work fine but I have a problem with reading. When doing
BeginWrite with a callback function the code continues executing as
expected even though the callback function hasn't finished. But when
doing BeginRead, execution halts until the callback returns. 
Is this expected behaviour or...? When looking at examples of
asynchronous communication on simple TCP sockets I got the picture that
execution should continue after an asynchronous read.

Oh by the way. I'm using mono 1.0.2 on linux.

Thank you very much in advance!
/Fredrik Svensson




More information about the Mono-devel-list mailing list