R
ryanm
I have a class with a non-blocking client socket open, but I don't want
to poll it for data, I want to raise an event when data arrives. Is that
possible, or does the Receive method have to be polled in order to know when
there is new data? The socket doesn't appear to have any events of it's own,
from looking at the docs. Is there some way to tell when new data arrives,
or do I have to ask the socket?
ryanm
to poll it for data, I want to raise an event when data arrives. Is that
possible, or does the Receive method have to be polled in order to know when
there is new data? The socket doesn't appear to have any events of it's own,
from looking at the docs. Is there some way to tell when new data arrives,
or do I have to ask the socket?
ryanm