--Using [VS C#.NET]--
How do you configure the timeout value of a Socket? (InterNetwork, Stream, TCP).
I need to configure it so that after X amount of idle time it disconnects.
Can this be done via a socket property of somekind?
How do you configure the timeout value of a Socket? (InterNetwork, Stream, TCP).
I need to configure it so that after X amount of idle time it disconnects.
Can this be done via a socket property of somekind?