windows-firewall-api
Windows XP firewall blocks open connection made using C# socket
I make a client-server connection using C# sockets and while the connection is es开发者_开发知识库tablished in the client side I activate the firewall using the firewall api, after that, for some reas[详细]
2023-03-13 10:07 分类:问答Using Windows Firewall programmatically
I have difficulties to find anything related to Windows firewall (about how to add aplications to except list, close ports or disable internet access to some applications) in C++. I found even MS site[详细]
2023-01-14 14:17 分类:问答Adding firewall exceptions for other firewall products than Windows Firewall - such as Norman, Norton etc
I have a WiX installer project where I have added two firewall exceptions as part of the installer by using the WiX FirewallException. This works great when the client machine is using Windows Firewal[详细]
2022-12-27 14:36 分类:问答Programmatically modify Firewall rules in Windows Server 2008 R2
I want be able to programmatically enable, disable, create firewall rules in Windows Server 2008 R2. What is the object model to modif开发者_如何学运维y the firewall rules from .Net/PowerShell?There i[详细]
2022-12-19 12:19 分类:问答