Is it possible to use the ReceiveTimeout property with the SecureSocket? I'm calling Accept() and accepting a new socket, then setting the ReceiveTimeout property but an exception doesn't get thrown when the time passes when calling Receive(). Thanks.