为了和第三方对接,需要在Winform程序上提供WebAPI接口。本文介绍如何使用Kestrel服务集成到Winform中,以实现双向HTTP通信。具体实现方法包括引入必要的nuget包、编写Controller、配置Kestrel服务等。快来学习吧!
Winform如何提供WebAPI服务实现双向HTTP通信
文件列表
winform提供webapi服务,实现双向http通信
(预估有个335文件)
Form1.Designer.cs
2KB
packages.config
14KB
App.config
5KB
Form1.cs
726B
测试一个winform.csproj.AssemblyReference.cache
266KB
DesignTimeResolveAssemblyReferencesInput.cache
43KB
测试一个winform.csproj.CoreCompileInputs.cache
42B
测试一个winform.csproj.SuggestedBindingRedirects.cache
42B
.NETFramework,Version=v4.6.1.AssemblyAttributes.cs
214B
测试一个winform.exe.config
21KB
暂无评论