>> I know I know :) I was trying to ask if I can get that info
>> without calling Receive() and ReceiveStr() :)
>
> var
> Count : Integer;
>
> WSocket_ioctlsocket(WSocket1.HSocket, FIONREAD, Count);
Advertising
There is an article on MSDN which says this function is not reliable
(http://support.microsoft.com/default.aspx?scid=kb;en-us;192599). See also
comment dated Nov 26, 2000 (V4.25) in wsocket.pas.
You have access to this value thru the property RcvdCount.
--
Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html
--
[EMAIL PROTECTED]
http://www.overbyte.be
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be