11,570 questions
Hi @Hong ,
You can use TcpClient.ConnectAsync Method to control the timeout period.
if (!client.ConnectAsync("remotehost", remotePort).Wait(1000))
{
// connection failure
}
Best Regards.
Jiachen Li
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.