Undocumented in TCRSSLIOHandler and TCRIOHandler

Discussion of open issues, suggestions and bugs regarding network security and data protection solution - SecureBridge
Post Reply
kdjfakej
Posts: 2
Joined: Fri 04 Sep 2015 04:46

Undocumented in TCRSSLIOHandler and TCRIOHandler

Post by kdjfakej » Fri 04 Sep 2015 05:26

1. Can you please explain the difference between the methods "Read" and "ReadNoWait" that are implemented in TCRSSLIOHandler / TMySSLIOHandler / TCRIOHandler .

2. On a separate note, both classes are not documented in the Help, but are required for SSL to work. It's a black box for the end users, not to mention there are dozen of posts here on this forum from people who can't event find the units for them. Please fix this in the next release of help.

Thank you.

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: Undocumented in TCRSSLIOHandler and TCRIOHandler

Post by ViktorV » Tue 08 Sep 2015 13:56

1. The difference between Read and ReadNoWait methods is that, if size of the received data is less than Count bytes, the Read method waits during the amount of time specified in Timeout, and then returns control; and the ReadNoWait method returns control immediately after its execution.
2. We will consider the possibility to add such information in the SecureBridge help.

Post Reply