Socket.Connect() timeout

  • Thread starter Thread starter Ted Burhan
  • Start date Start date
T

Ted Burhan

I was wondering if there is a way to adjust the timeout period when doing
Socket.Connect()
I have been looking at the docs, found nothing
 
Brian,
SetSocketOption only allows me to set Send and receive timeout, not the
connect()
seems like i may have to use Asynchronous connect methods.
but thanks though for your reply
 
Back
Top