嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
C# HTTP Get Post Demo
上位机跟Web服务器 http get post通讯
.
├── C# HTTP Get Post Demo.zip
└── HTTP_Demo
├── HTTP_Demo
│ ├── App.config
│ ├── Box.cs
│ ├── Demo.Designer.cs
│ ├── Demo.cs
│ ├── Demo.resx
│ ├── Frm_Main.Designer.cs
│ ├── Frm_Main.cs
│ ├── Frm_Main.resx
│ ├── GetRecord.cs
│ ├── HTTP_Demo.csproj
│ ├── HttpHelp.cs
│ ├── Models
│ │ ├── AuthNo.cs
│ │ ├── FixDown.cs
│ │ ├── FixTransfer.cs
│ │ ├── FixUp.cs
│ │ ├── GetFixs.cs
│ │ ├── GetPersons.cs
│ │ ├── PersonDown.cs
│ │ ├── PersonUp.cs
│ │ ├── Record.cs
│ │ ├── Respond.cs
│ │ ├── SendEquipPositionList.cs
│ │ ├── SendFix.cs
│ │ ├── SendFixTransfer.cs
│ │ ├── SendPerson.cs
│ │ └── ServerTime.cs
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Settings.cs
│ ├── Storage.cs
│ ├── bin
│ │ ├── Debug
│ │ │ ├── HTTP_Demo.exe
│ │ │ ├── HTTP_Demo.exe.config
│ │ │ ├── HTTP_Demo.pdb
│ │ │ ├── HTTP_Demo_Good.exe
│ │ │ ├── Newtonsoft.Json.dll
│ │ │ └── Newtonsoft.Json.xml
│ │ └── Release
│ ├── detailCode.cs
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── HTTP_Demo.Demo.resources
│ │ ├── HTTP_Demo.Frm_Main.resources
│ │ ├── HTTP_Demo.Properties.Resources.resources
│ │ ├── HTTP_Demo.csproj.AssemblyReference.cache
│ │ ├── HTTP_Demo.csproj.CopyComplete
│ │ ├── HTTP_Demo.csproj.CoreCompileInputs.cache
│ │ ├── HTTP_Demo.csproj.FileListAbsolute.txt
│ │ ├── HTTP_Demo.csproj.GenerateResource.cache
│ │ ├── HTTP_Demo.exe
│ │ ├── HTTP_Demo.pdb
│ │ ├── TempPE
│ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ └── packages.config
├── HTTP_Demook.sln
└── packages
└── Newtonsoft.Json.12.0.3
├── LICENSE.md
├── Newtonsoft.Json.12.0.3.nupkg
├── lib
│ ├── net20
│ │ ├── Newtonsoft.Json.dll
│ │ └── Newtonsoft.Json.xml
│ ├── net35
│ │ ├── Newtonsoft.Json.dll
│ │ └── Newtonsoft.Json.xml
│ ├── net40
│ │ ├── Newtonsoft.Json.dll
│ │ └── Newtonsoft.Json.xml
│ ├── net45
│ │ ├── Newtonsoft.Json.dll
│ │ └── Newtonsoft.Json.xml
│ ├── netstandard1.0
│ │ ├── Newtonsoft.Json.dll
│ │ └── Newtonsoft.Json.xml
│ ├── netstandard1.3
│ │ ├── Newtonsoft.Json.dll
│ │ └── Newtonsoft.Json.xml
│ ├── netstandard2.0
│ │ ├── Newtonsoft.Json.dll
│ │ └── Newtonsoft.Json.xml
│ ├── portable-net40 sl5 win8 wp8 wpa81
│ │ ├── Newtonsoft.Json.dll
│ │ └── Newtonsoft.Json.xml
│ └── portable-net45 win8 wp8 wpa81
│ ├── Newtonsoft.Json.dll
│ └── Newtonsoft.Json.xml
└── packageIcon.png
22 directories, 80 files