摘要: 1. 概述在Win7中运行的网络应用程序需要防火墙中增加许可规则。利用C#实现在防火墙自动添加入站端口许可规则。程序开发环境为vs2010旗舰版。using System;using System.Collections.Generic;using System.Linq;using System.Text;using Microsoft.TeamFoundation.Common;namespace FirewallAutomation{ class Program { static void Main(string[] args) { ... 阅读全文
posted @ 2013-01-29 14:35 protorock 阅读(881) 评论(0) 推荐(0) 编辑