Is there anyway to use a SecureSocket with the Socket.Select() mechanism?.. I created a derrived SecureSocket which exposes the 'InternalSocket' member, however since the Accept() call returns a new VirtualSocket, i'm stuck as to how to make *that* work.
-san
by Pieter Philippaerts [Pieter at mentalis dot org] posted on 2005/03/25
No, the select method will not work. Our recommendation is to use the asynchronous SecureSocket methods.