1 Star 0 Fork 0

Run2948 / HttpServerDemo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
HttpServerDemo.sln 2.04 KB
一键复制 编辑 原始数据 按行查看 历史
Run2948 提交于 2020-01-16 22:04 . 添加 GET 请求案例

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29613.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HttpServerDemo", "HttpServerDemo\HttpServerDemo.csproj", "{96D1369A-ADC6-49DA-B511-09FB2829CCF8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HttpServer", "HttpServer\HttpServer.csproj", "{0584E37B-8057-4DCB-91F9-2AC350AA6B6D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GetRequestDemo", "GetRequestDemo\GetRequestDemo.csproj", "{D5851238-98F2-42BE-9734-DCFAD57EBD5A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{96D1369A-ADC6-49DA-B511-09FB2829CCF8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{96D1369A-ADC6-49DA-B511-09FB2829CCF8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{96D1369A-ADC6-49DA-B511-09FB2829CCF8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{96D1369A-ADC6-49DA-B511-09FB2829CCF8}.Release|Any CPU.Build.0 = Release|Any CPU
{0584E37B-8057-4DCB-91F9-2AC350AA6B6D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0584E37B-8057-4DCB-91F9-2AC350AA6B6D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0584E37B-8057-4DCB-91F9-2AC350AA6B6D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0584E37B-8057-4DCB-91F9-2AC350AA6B6D}.Release|Any CPU.Build.0 = Release|Any CPU
{D5851238-98F2-42BE-9734-DCFAD57EBD5A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D5851238-98F2-42BE-9734-DCFAD57EBD5A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D5851238-98F2-42BE-9734-DCFAD57EBD5A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D5851238-98F2-42BE-9734-DCFAD57EBD5A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {992EE7CF-6A68-4C53-9075-99A57D7F2330}
EndGlobalSection
EndGlobal
C#
1
https://gitee.com/Run2948/HttpServerDemo.git
git@gitee.com:Run2948/HttpServerDemo.git
Run2948
HttpServerDemo
HttpServerDemo
master

搜索帮助