I want to block a windows port using C# or any other way i.e it should not be used
by others until i release the block how to do it. Is there any free s/w available to block
a port (tcp,udp etc). Please help me to solve this
I want to block a windows port using C# or any other way i.e
Share
If you bind to this port, nobody else can bind to it. That’s the only way to block others.