Good afternoon,
OK, short and sweet.
I need to get the number of bytes available for read from a socket. I have setup a NetworkStream on my Socket Client but can't seem to find how to get the number of bytes that are available to be read, at the moment I can only get a boolean stating "Yes I have Bytes", or "No Bytes this time". But this is all but useful for the task I require.
Could anyone put me out of my misery and provide me with my need?
Thanks in advance, appreciated.