摘要:
WCF 参数拦截器 应用于参数服务参数的校验通过实现接口IParameterInspector来达到对在调用前或者调用后对参数的拦截作用具体步骤1. 新建一个wcf服务应用工程,定义一个服务 [ServiceContract(Namespace="http://www.swzsoft.cn")] public interface IService1 { [ParameOperatorBehavior] [OperationContract] string register_user(string username, string passw...
阅读全文