You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

101 lines
1.7 KiB
Plaintext

4 months ago
{
"cells": [
{
"cell_type": "markdown",
"metadata": {
"dotnet_interactive": {
"language": "csharp"
},
"polyglot_notebook": {
"kernelName": "csharp"
}
},
"source": [
4 months ago
"# HttpClient 概述"
4 months ago
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
4 months ago
"## 作用\n",
"HttpClient是一个用于发送HTTP请求和接收HTTP响应的类。它提供了一种现代化、灵活和强大的方式来与Web服务进行通信。HttpClient类位于System.Net.Http命名空间下可以通过NuGet包管理器进行安装。"
4 months ago
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"\n",
"## 整体理解"
]
},
4 months ago
{
"cell_type": "markdown",
"metadata": {},
"source": [
"![图](./Assets/概要图.svg) "
]
},
4 months ago
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## 前世今生"
]
},
{
"cell_type": "markdown",
"metadata": {
"dotnet_interactive": {
"language": "csharp"
},
"polyglot_notebook": {
"kernelName": "csharp"
},
"vscode": {
"languageId": "polyglot-notebook"
}
},
"source": [
"## 架构图"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## 相关资源"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": ".NET (C#)",
"language": "C#",
"name": ".net-csharp"
},
"language_info": {
"name": "python"
},
"polyglot_notebook": {
"kernelInfo": {
"defaultKernelName": "csharp",
"items": [
{
"aliases": [],
"name": "csharp"
}
]
}
}
},
"nbformat": 4,
"nbformat_minor": 2
}