码迷,mamicode.com
首页 > 其他好文 > 详细

wcf 配置

时间:2015-03-05 12:37:26      阅读:152      评论:0      收藏:0      [点我收藏+]

标签:

wcf 开发

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

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

}

1和2是必须的

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

2、服务启动

3、引用服务

wcf 配置

标签:

原文地址:http://www.cnblogs.com/sdaulldd/p/4315256.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!