wcf 配置

wcf 开发

[ServiceContract]-----接口定义1
public interface ILog
{
[OperationContract]------接口定义1
List<LogEntity> GetAll();

[OperationContract]
List<LogEntity> GetMonthLog(string year, string month);

}

1和2是必须的

1、端口开放(入站规则)

2、服务启动

3、引用服务

posted @ 2015-03-05 11:07  炎蓝刀锋  阅读(88)  评论(0编辑  收藏  举报

生活中快乐要多一点!