sleepbeer

积分:241
上传文件:1
下载次数:0
注册日期:2020-06-28 17:06:56

上传列表
WCF.zip - A library makes .NET Core programs be able to call WCF server without proxy classes. ## Finally static void Main(string[] args) { //Init Container IServiceProvider serviceProvider = InitServiceProvider(); //Calling WCF IProductService productService = serviceProvider.GetService<IProductService>();//This is a remote interface string products = productService.GetProducts(); Console.WriteLine(products); Console.ReadKey(); },2020-06-28 17:10:47,下载1次

近期下载

收藏