views:

619

answers:

1

Is there a way I can force a UDP socket (which is used by another process) to close or unbind, in c# programmatically?

A: 

Only if you close that process.

Josip Medved
I hoped there would be sth like SocketPool... :(
kramer