Fork me on GitHub
摘要: SuperSocket的命令过滤功能看起来像ASP.NET MVC中的行为过滤器, 你可以用它来拦截执行命令, 命令过滤器将在命令执行前或之后被调用.命令过滤器类必须从属性CommandFilterAttribute继承:/// <summary>/// 命令过滤器属性/// </summary>[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]public abstract class CommandFilterAttribute : Attribute{ /// <summary> 阅读全文
posted @ 2013-03-19 22:44 逗豆豆 阅读(280) 评论(0) 推荐(0) 编辑