摘要: 第一步:引入System.ServiceModel.dll 第二步 定义一个WCF接口: //定义接口 [ServiceContract] interface IGetInfo { [OperationContract] DateTime GetDateTime(); [OperationContr 阅读全文
posted @ 2022-11-17 13:51 RC城 阅读(91) 评论(0) 推荐(0)