G
Guest
Hi,
I set up an client to asynchronously receive data from it's connection.
When i'm finished, i close the client using
try
{
theClient.SetSocketOptionSocketOptionLevel.Socket,SocketOptionName.NoDelay,1);
theClient.Shutdown(SocketShutdown.Both);
theClient.Close();
theClient=null;
}
However, somehow the server seems to be able to send me messages !?
Does anyone have any idea how this is happening?
Thanks,
Shaun
I set up an client to asynchronously receive data from it's connection.
When i'm finished, i close the client using
try
{
theClient.SetSocketOptionSocketOptionLevel.Socket,SocketOptionName.NoDelay,1);
theClient.Shutdown(SocketShutdown.Both);
theClient.Close();
theClient=null;
}
However, somehow the server seems to be able to send me messages !?
Does anyone have any idea how this is happening?
Thanks,
Shaun