Set the Socket Timeout value

Shaitan00

Junior Contributor
Joined
Aug 11, 2003
Messages
358
Location
Hell
--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?
 
Back
Top