How to close a blocked socket
- From: "Diego F." <diego_frNO@xxxxxxx>
- Date: Thu, 28 Jun 2007 14:12:51 +0200
Hello. I don't know how to force the closing of a blocked socket.
I have an server application that listens to a port. It works as it is very
simple, but I'm not sure about how to close the socket.
I use a thread to run the socket part, so I don't block the user interface.
If I close the application, and open again, the port is still in use.
I try to suspend the thread, but it doesn't work also.
How can I do that?
--
Regards,
Diego F.
.
- Follow-Ups:
- Re: How to close a blocked socket
- From: brianlanning
- Re: How to close a blocked socket
- From: brianlanning
- Re: How to close a blocked socket
- Prev by Date: Re: Thread safety of dictionary indexer vs double check (.net 2.0)
- Next by Date: HMI using ASP.NET??
- Previous by thread: Might want to have different types in a column in a DataGridview
- Next by thread: Re: How to close a blocked socket
- Index(es):
Relevant Pages
|