T
Tomer
The command:
socket.SetSocketOption(SocketOptionLevel.Socket,
SocketOptionName.ReceiveTimeout, n);
is not supported by the os, but I still need to control the receive timeout.
what can I do?
Tomer.
socket.SetSocketOption(SocketOptionLevel.Socket,
SocketOptionName.ReceiveTimeout, n);
is not supported by the os, but I still need to control the receive timeout.
what can I do?
Tomer.