.Net

C#で http アクセスするサンプル

2023/10/25 21:00:00
Program
Vs2017, .Net, C#, Python

前提 # 環境は windows10 pro + git bash + vs 2017 とする ダミーサーバは python 3.11.6 とする C# 環境は vs 2017 .NET Framework 4.7.x とする httpclient は使わない IHttpClientFactory を使用して対応する 理由は以下の通り リソース( ...