摘要: SuperSocket中连接过滤器(Connection Filter)是用与对客户端连接进行过滤的接口。通过连接过滤器, 你可以允许或者禁止指定来源的客户端对服务器进行连接。连接过滤器(Connection Filter)接口:/// <summary>/// The basic interface of connection filter/// </summary>public interface IConnectionFilter{ /// <summary> /// Initializes the connection filter /// < 阅读全文
posted @ 2011-05-14 11:48 江大渔 阅读(2865) 评论(5) 推荐(1) 编辑