Initial commit: Электронная Фармация desktop client.
WinForms app with Elfisa.UI, API integration, order workflow, invoices/refusals sync, and production-ready fixes from the desktop roadmap. Co-authored-by: Cursor <cursoragent@cursor.com>
22
.gitignore
vendored
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
# Build output
|
||||||
|
**/bin/
|
||||||
|
**/obj/
|
||||||
|
dist/Электронная-Фармация/
|
||||||
|
dist/*.zip
|
||||||
|
|
||||||
|
# IDE
|
||||||
|
.vs/
|
||||||
|
*.user
|
||||||
|
*.suo
|
||||||
|
*.userosscache
|
||||||
|
*.sln.docstates
|
||||||
|
|
||||||
|
# OS
|
||||||
|
Thumbs.db
|
||||||
|
Desktop.ini
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
|
# Local duplicates / secrets
|
||||||
|
efClient.db
|
||||||
|
*.db-journal
|
||||||
|
**/user.config
|
||||||
23
Elfisa.sln
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
|
||||||
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||||
|
# Visual Studio Version 17
|
||||||
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Elfisa.UI", "src\Elfisa.UI\Elfisa.UI.csproj", "{A1B2C3D4-E5F6-7890-ABCD-EF1234567890}"
|
||||||
|
EndProject
|
||||||
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ElectronicPharmacy", "src\ElectronicPharmacy\ElectronicPharmacy.csproj", "{145D8060-4187-4871-B4FB-8DF795727B66}"
|
||||||
|
EndProject
|
||||||
|
Global
|
||||||
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
|
Debug|Any CPU = Debug|Any CPU
|
||||||
|
Release|Any CPU = Release|Any CPU
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||||
|
{A1B2C3D4-E5F6-7890-ABCD-EF1234567890}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{A1B2C3D4-E5F6-7890-ABCD-EF1234567890}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{A1B2C3D4-E5F6-7890-ABCD-EF1234567890}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
{A1B2C3D4-E5F6-7890-ABCD-EF1234567890}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
{145D8060-4187-4871-B4FB-8DF795727B66}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{145D8060-4187-4871-B4FB-8DF795727B66}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{145D8060-4187-4871-B4FB-8DF795727B66}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
{145D8060-4187-4871-B4FB-8DF795727B66}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
EndGlobalSection
|
||||||
|
EndGlobal
|
||||||
67
README.md
Normal file
@ -0,0 +1,67 @@
|
|||||||
|
# ЭльФиСА — Электронная Фармация
|
||||||
|
|
||||||
|
WinForms-клиент «Электронная Фармация» с современным UI на базе библиотеки **Elfisa.UI** (тема **PharmaTrust**).
|
||||||
|
|
||||||
|
## Структура
|
||||||
|
|
||||||
|
```
|
||||||
|
src/
|
||||||
|
Elfisa.UI/ — UI-библиотека (ThemeManager, Modern* контролы)
|
||||||
|
ElectronicPharmacy/ — основное приложение (SQLite, API, бизнес-логика)
|
||||||
|
```
|
||||||
|
|
||||||
|
## Сборка
|
||||||
|
|
||||||
|
Требуется .NET SDK 9+ (или MSBuild 16+) и .NET Framework 4.7.2.
|
||||||
|
|
||||||
|
```powershell
|
||||||
|
dotnet build Elfisa.sln -c Release
|
||||||
|
```
|
||||||
|
|
||||||
|
Запуск:
|
||||||
|
|
||||||
|
```powershell
|
||||||
|
.\src\ElectronicPharmacy\bin\Release\Электронная` Фармация.exe
|
||||||
|
```
|
||||||
|
|
||||||
|
База `efClient.db` копируется в output (`Data\efClient.db` или рядом с exe). Путь задаётся через `AppConfig.SqliteDbPath`.
|
||||||
|
|
||||||
|
## Настройки
|
||||||
|
|
||||||
|
В диалоге **Авторизация** (и в `Settings`):
|
||||||
|
|
||||||
|
- **URL API** — базовый адрес сервера (по умолчанию из `AppConfig`)
|
||||||
|
- **Location ID** — UUID точки для отправки заказов
|
||||||
|
- **Region ID** — опциональный фильтр при загрузке прайса
|
||||||
|
|
||||||
|
Переменная окружения `ELF_API_BASE_URL` переопределяет URL API.
|
||||||
|
|
||||||
|
## Архив для заказчика
|
||||||
|
|
||||||
|
```powershell
|
||||||
|
.\dist\build-release.ps1
|
||||||
|
```
|
||||||
|
|
||||||
|
Создаёт `dist\Электронная-Фармация.zip` с Release-сборкой.
|
||||||
|
|
||||||
|
## Основной цикл (V2)
|
||||||
|
|
||||||
|
1. Старт → проверка БД → выбор грузополучателя → прайс-лист
|
||||||
|
2. **Загрузить** — прайс с API в SQLite, обновление открытых вкладок прайса
|
||||||
|
3. Фильтр поставщика, поиск, набор в корзину с проверкой остатка
|
||||||
|
4. **Сохранить заказ** — мин. сумма по поставщику, уникальный номер, грузополучатель в `Orders`
|
||||||
|
5. **Отправить** — POST `/api/buyer/orders`, статус `ОТПРАВЛЕН` только у отправленного заказа
|
||||||
|
6. **Заказы** — фильтры по статусу, поставщику, грузополучателю; отправка одного заказа
|
||||||
|
7. **Отказы / Накладные** — синхронизация с `/api/buyer/invoices`
|
||||||
|
|
||||||
|
## Приёмочный чек-лист
|
||||||
|
|
||||||
|
1. Старт → БД → выбор точки → прайс
|
||||||
|
2. Загрузить → прайс обновился, корзина очищена с предупреждением
|
||||||
|
3. Фильтр поставщика + поиск + количество + проверка остатка
|
||||||
|
4. Сохранить заказ (мин. сумма, корректный номер, грузополучатель)
|
||||||
|
5. Отправить → только выбранные заказы → статус / ошибка API
|
||||||
|
6. Журнал: фильтры, комментарий, удаление `НОВЫЙ`
|
||||||
|
7. Отказы: загрузка с API + детали позиций
|
||||||
|
8. Авторизация + `location_id` в настройках
|
||||||
|
9. Единый UI: `UiDialogs` / toast, без debug-панелей загрузки
|
||||||
32
_ref/auth-context.txt
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
--- HF_Registration @ 76232 ---
|
||||||
|
ginᜀtxtPasswordⴀbtnConfirmRegistration℀Зарегистрировать℁checkTokenGainedᬀТокен полученᤁlabel3.ImageἀHF_RegistrationᜀlblDataSent⤀ОТПРАВЛЯЕМ ДАННЫЕ...℁progressSentData⬀HF_UploadDataToServerἀВЫГРУЗКА ДАННЫХ㜁where o.Ord
|
||||||
|
--- txtLogin @ 76127 ---
|
||||||
|
ментарий к заказуጁrtxtDebug℀DataSetPriceList㌀HF_DownloadDataFromServerἀЗагрузка данныхଁЛогинഁПарольᄁtxtLoginᜀtxtPasswordⴀbtnConfirmRegistration℀Зарегистрировать℁checkTokenGainedᬀТокен полученᤁlabel3.ImageἀHF_
|
||||||
|
--- btnConfirmRegistration @ 76148 ---
|
||||||
|
tDebug℀DataSetPriceList㌀HF_DownloadDataFromServerἀЗагрузка данныхଁЛогинഁПарольᄁtxtLoginᜀtxtPasswordⴀbtnConfirmRegistration℀Зарегистрировать℁checkTokenGainedᬀТокен полученᤁlabel3.ImageἀHF_RegistrationᜀlblDataSent⤀ОТПРАВЛЯЕМ
|
||||||
|
--- btnCancel @ 75994 ---
|
||||||
|
тария к заказу {0}. Текст ошибки:
|
||||||
|
{1}⼁Комментарий не заполненᤁОшибка вводаᜁrtxtCommentᤀКомментарий:ጁbtnCancelᔀHF_Comment㬀Добавить комментарий к заказуጁrtxtDebug℀DataSetPriceList㌀HF_DownloadDataFromServerἀЗагру
|
||||||
|
--- Зарегистрировать @ 76171 ---
|
||||||
|
㌀HF_DownloadDataFromServerἀЗагрузка данныхଁЛогинഁПарольᄁtxtLoginᜀtxtPasswordⴀbtnConfirmRegistration℀Зарегистрировать℁checkTokenGainedᬀТокен полученᤁlabel3.ImageἀHF_RegistrationᜀlblDataSent⤀ОТПРАВЛЯЕМ ДАННЫЕ...℁progre
|
||||||
|
--- Регистрация @ 63222 ---
|
||||||
|
lpReferenceༀСправка✁toolStripSeparator2─tsHelpAboutProgramᜀО программе㤁регистрацияToolStripMenuItemᜁРегистрацияἁtsBtnAuth.ImageጀtsBtnAuthᜀАВТОРИЗАЦИЯᬁtsDebug.ImageༀtsDebugༀОТЛАДКАἁElectroPharmacy⤀Электронная Фар
|
||||||
|
--- Логин @ 76114 ---
|
||||||
|
㬀Добавить комментарий к заказуጁrtxtDebug℀DataSetPriceList㌀HF_DownloadDataFromServerἀЗагрузка данныхଁЛогинഁПарольᄁtxtLoginᜀtxtPasswordⴀbtnConfirmRegistration℀Зарегистрировать℁checkTokenGainedᬀТокен полученᤁ
|
||||||
|
--- Пароль @ 76120 ---
|
||||||
|
ить комментарий к заказуጁrtxtDebug℀DataSetPriceList㌀HF_DownloadDataFromServerἀЗагрузка данныхଁЛогинഁПарольᄁtxtLoginᜀtxtPasswordⴀbtnConfirmRegistration℀Зарегистрировать℁checkTokenGainedᬀТокен полученᤁlabel3.
|
||||||
|
--- Токен получен @ 76205 ---
|
||||||
|
а данныхଁЛогинഁПарольᄁtxtLoginᜀtxtPasswordⴀbtnConfirmRegistration℀Зарегистрировать℁checkTokenGainedᬀТокен полученᤁlabel3.ImageἀHF_RegistrationᜀlblDataSent⤀ОТПРАВЛЯЕМ ДАННЫЕ...℁progressSentData⬀HF_UploadDataToServe
|
||||||
|
--- lblDataSent @ 76248 ---
|
||||||
|
btnConfirmRegistration℀Зарегистрировать℁checkTokenGainedᬀТокен полученᤁlabel3.ImageἀHF_RegistrationᜀlblDataSent⤀ОТПРАВЛЯЕМ ДАННЫЕ...℁progressSentData⬀HF_UploadDataToServerἀВЫГРУЗКА ДАННЫХ㜁where o.OrderState = 'S
|
||||||
|
--- Выполняю авторизацию @ 85322 ---
|
||||||
|
уверены?℁Отправка заказов℁Отравляем данные㬁Не удалось отправить данные. 㔁http://195.34.241.84:9988/Выполняю авторизацию...
|
||||||
|
㬁Авторизация успешна пройдена
|
||||||
|
弁
|
||||||
|
Загружаю сводный прайс для всех поставщиков...⼁✓ Получено {0} по
|
||||||
|
--- Авторизация успешна @ 85347 ---
|
||||||
|
℁Отравляем данные㬁Не удалось отправить данные. 㔁http://195.34.241.84:9988/Выполняю авторизацию...
|
||||||
|
㬁Авторизация успешна пройдена
|
||||||
|
弁
|
||||||
|
Загружаю сводный прайс для всех поставщиков...⼁✓ Получено {0} позиций
|
||||||
|
༁guid_esༀes_codeᜀs
|
||||||
34
_ref/auth-controls.txt
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
=== [A-Za-z_\u0400-\u04FF]*Auth[A-Za-z_\u0400-\u04FF]* ===
|
||||||
|
tsBtnAuth
|
||||||
|
=== [A-Za-z_\u0400-\u04FF]*Login[A-Za-z_\u0400-\u04FF]* ===
|
||||||
|
stringLogin
|
||||||
|
txtLogin
|
||||||
|
=== [A-Za-z_\u0400-\u04FF]*Regist[A-Za-z_\u0400-\u04FF]* ===
|
||||||
|
HF_Registration
|
||||||
|
btnConfirmRegistration
|
||||||
|
=== HF_[A-Za-z_]+ ===
|
||||||
|
HF_Comment
|
||||||
|
HF_DownloadDataFromServer
|
||||||
|
HF_Registration
|
||||||
|
HF_UploadDataToServer
|
||||||
|
=== txt[A-Za-z_]+ ===
|
||||||
|
txtComment
|
||||||
|
txtDebug
|
||||||
|
txtGoodFromOrders
|
||||||
|
txtLogin
|
||||||
|
txtOrderNumberFilter
|
||||||
|
txtPassword
|
||||||
|
=== btn[A-Za-z_]+ ===
|
||||||
|
btnAddComment
|
||||||
|
btnCancel
|
||||||
|
btnClearGoodSearch
|
||||||
|
btnClearOrderNumberFilter
|
||||||
|
btnClearSuppliers
|
||||||
|
btnConfirmRegistration
|
||||||
|
btnDeleteGood
|
||||||
|
btnDeleteOrder
|
||||||
|
btnEraseOrder
|
||||||
|
btnSaveAndSendOrder
|
||||||
|
btnSendAllOrders
|
||||||
|
btnSendOrder
|
||||||
|
btnSendThisOrder
|
||||||
6
_ref/auth-strings.txt
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
Admin;Password
|
||||||
|
IntDefaultPercentMarkupᜀstringLoginᴀstringPasswordᜀstringToken
|
||||||
|
checkTokenGained
|
||||||
|
Логин
|
||||||
|
ПарольᄁtxtLoginᜀtxtPasswordⴀbtnConfirmRegistration
|
||||||
|
Токен полученᤁlabel3.ImageἀHF_RegistrationᜀlblDataSent
|
||||||
BIN
_ref/exe-strings-clean.txt
Normal file
50
_ref/exe-strings-utf8.txt
Normal file
@ -0,0 +1,50 @@
|
|||||||
|
Будет сформирован заказ по поставщику
|
||||||
|
В заказе 䤁 есть позиция без supplier_price_id.䤁 количество должно быть больше нуля.
|
||||||
|
В корзине найдены товары. При обновлении прайса она будет очищена.
|
||||||
|
Продолжить?
|
||||||
|
Возникла ошибка при добавлении комментария к заказу
|
||||||
|
Возникла ошибка при заполнении данных о поставщиках省select SuppliersName from Suppliers where codeSup
|
||||||
|
Все заказы
|
||||||
|
Все заказыᄁSCOrders
|
||||||
|
Выполняю авторизацию...
|
||||||
|
㬁Авторизация успешна пройдена
|
||||||
|
弁
|
||||||
|
Загружаю сводный прайс для всех поставщиков..
|
||||||
|
ЗАГРУЗИТЬ
|
||||||
|
Завершить работу программы?ᴁПредупреждениеᔁПрайс-листᔁПрайс-ЛистጁНакладныеᤁПрайс-лист (
|
||||||
|
Загрузка данных
|
||||||
|
Заказ ᜁ был удалён
|
||||||
|
Заказано
|
||||||
|
Заказы были отправлены㼁Статус заказа не был обновлён.
|
||||||
|
Заказы夁Data Source
|
||||||
|
Зарегистрировать
|
||||||
|
ИД позиц. п-лᴁИД прайс-листаጁИД товараᔁКод товараᤁНаименование
|
||||||
|
Код поставщика
|
||||||
|
Минимальная сумма заказа: 0,00 Руб
|
||||||
|
НОВЫЙ䴁Вы действительно хотите удалить заказ
|
||||||
|
Не отправленные
|
||||||
|
Не удалось удалить заказ ԁ.
|
||||||
|
唀Можно удалять только неотправленные заказы
|
||||||
|
Некорректное количество: 椁Будут отправлены все сохранённые заказы. Вы уверены?
|
||||||
|
О программе㤁регистрацияToolStripMenuItemᜁРегистрацияἁtsBtnAuth.ImageጀtsBtnAuthᜀАВТОРИЗАЦИЯ
|
||||||
|
ОБМЕНᴁtsExchangeLoadጀЗагрузить
|
||||||
|
ОТПРАВИТЬἁtsJournal.ImageጀtsJournalༀЖУРНАЛЫἁtsItemPriceListᤀtsItemOrdersᴀtsItemInvoices
|
||||||
|
ОТПРАВЛЕН
|
||||||
|
ОТПРАВЛЯЕМ ДАННЫЕ...
|
||||||
|
Отправить все
|
||||||
|
Отправить заказ
|
||||||
|
ОтправитьᤁtsHelp.Image
|
||||||
|
Отправка заказов
|
||||||
|
Отправленные
|
||||||
|
Отравляем данные㬁Не удалось отправить данные. 㔁http://195.34.241.84:9988/
|
||||||
|
Ошибка получения списка поставщиков.
|
||||||
|
Позиции заказа
|
||||||
|
Поставщик
|
||||||
|
ПоставщикиᜁtsConsigneeἀГрузополучатели
|
||||||
|
При удалении заказа
|
||||||
|
Распечатать заказ
|
||||||
|
Сохранить заказ
|
||||||
|
Срок годностиἁКол-во отказано䔁Не удалось загрузить данные заказа
|
||||||
|
Сумма заказа: 0,00 Руб
|
||||||
|
ЦенаᄁЗаказано
|
||||||
|
ий к заказуጁrtxtDebug
|
||||||
46
_ref/exe-strings.txt
Normal file
@ -0,0 +1,46 @@
|
|||||||
|
╨Ч╨Р╨Ъ╨Р╨Ч╨л
|
||||||
|
╨Ч╨░╨║╨░╨╖╨░╨╜╨╛
|
||||||
|
╨Ю╨в╨Я╨а╨Р╨Т╨Ы╨Х╨Э
|
||||||
|
╨Ч╨Р╨У╨а╨г╨Ч╨Ш╨в╨м
|
||||||
|
╨Т╤Б╨╡ ╨╖╨░╨║╨░╨╖╤Л
|
||||||
|
╨Я╨а╨Р╨Щ╨б-╨Ы╨Ш╨б╨в
|
||||||
|
╨Ю╤В╨┐╤А╨░╨▓╨╗╨╡╨╜╨╜╤Л╨╡
|
||||||
|
╨ж╨╡╨╜╨░сДБ╨Ч╨░╨║╨░╨╖╨░╨╜╨╛
|
||||||
|
╨Ю╤В╨┐╤А╨░╨▓╨╕╤В╤М ╨▓╤Б╨╡
|
||||||
|
╨Я╨╛╨╖╨╕╤Ж╨╕╨╕ ╨╖╨░╨║╨░╨╖╨░
|
||||||
|
╨б╨╛╤Е╤А╨░╨╜╨╕╤В╤М ╨╖╨░╨║╨░╨╖
|
||||||
|
╨Ч╨░╨│╤А╤Г╨╖╨║╨░ ╨┤╨░╨╜╨╜╤Л╤Е
|
||||||
|
╨Э╨╡ ╨╛╤В╨┐╤А╨░╨▓╨╗╨╡╨╜╨╜╤Л╨╡
|
||||||
|
╨Ю╤В╨┐╤А╨░╨▓╨╕╤В╤М ╨╖╨░╨║╨░╨╖
|
||||||
|
╨Ю╤В╨┐╤А╨░╨▓╨║╨░ ╨╖╨░╨║╨░╨╖╨╛╨▓
|
||||||
|
╨а╨░╤Б╨┐╨╡╤З╨░╤В╨░╤В╤М ╨╖╨░╨║╨░╨╖
|
||||||
|
╨Ч╨░╨║╨░╨╖╤ЛхдБData Source
|
||||||
|
╨Ч╨░╨║╨░╨╖ сЬБ ╨▒╤Л╨╗ ╤Г╨┤╨░╨╗╤С╨╜
|
||||||
|
╨Т╤Б╨╡ ╨╖╨░╨║╨░╨╖╤ЛсДБSCOrders
|
||||||
|
╨Я╤А╨╕ ╤Г╨┤╨░╨╗╨╡╨╜╨╕╨╕ ╨╖╨░╨║╨░╨╖╨░
|
||||||
|
╨Ю╨в╨Я╨а╨Р╨Т╨Ы╨п╨Х╨Ь ╨Ф╨Р╨Э╨Э╨л╨Х...
|
||||||
|
╨б╤Г╨╝╨╝╨░ ╨╖╨░╨║╨░╨╖╨░: 0,00 ╨а╤Г╨▒
|
||||||
|
╨Ю╤В╨┐╤А╨░╨▓╨╕╤В╤МсдБtsHelp.Image
|
||||||
|
╨Ю╨С╨Ь╨Х╨Эс┤БtsExchangeLoadсМА╨Ч╨░╨│╤А╤Г╨╖╨╕╤В╤М
|
||||||
|
╨Ь╨╕╨╜╨╕╨╝╨░╨╗╤М╨╜╨░╤П ╤Б╤Г╨╝╨╝╨░ ╨╖╨░╨║╨░╨╖╨░: 0,00 ╨а╤Г╨▒
|
||||||
|
╨С╤Г╨┤╨╡╤В ╤Б╤Д╨╛╤А╨╝╨╕╤А╨╛╨▓╨░╨╜ ╨╖╨░╨║╨░╨╖ ╨┐╨╛ ╨┐╨╛╤Б╤В╨░╨▓╤Й╨╕╨║╤Г
|
||||||
|
╨Э╨Ю╨Т╨л╨Щф┤Б╨Т╤Л ╨┤╨╡╨╣╤Б╤В╨▓╨╕╤В╨╡╨╗╤М╨╜╨╛ ╤Е╨╛╤В╨╕╤В╨╡ ╤Г╨┤╨░╨╗╨╕╤В╤М ╨╖╨░╨║╨░╨╖
|
||||||
|
╨Т╨╛╨╖╨╜╨╕╨║╨╗╨░ ╨╛╤И╨╕╨▒╨║╨░ ╨┐╤А╨╕ ╨┤╨╛╨▒╨░╨▓╨╗╨╡╨╜╨╕╨╕ ╨║╨╛╨╝╨╝╨╡╨╜╤В╨░╤А╨╕╤П ╨║ ╨╖╨░╨║╨░╨╖╤Г
|
||||||
|
╨Ч╨░╨║╨░╨╖╤Л ╨▒╤Л╨╗╨╕ ╨╛╤В╨┐╤А╨░╨▓╨╗╨╡╨╜╤Лу╝Б╨б╤В╨░╤В╤Г╤Б ╨╖╨░╨║╨░╨╖╨░ ╨╜╨╡ ╨▒╤Л╨╗ ╨╛╨▒╨╜╨╛╨▓╨╗╤С╨╜.
|
||||||
|
╨Я╤А╨╡╨┤╤Г╨┐╤А╨╡╨╢╨┤╨╡╨╜╨╕╨╡сФБ╨Я╤А╨░╨╣╤Б-╨╗╨╕╤Б╤ВсФБ╨Я╤А╨░╨╣╤Б-╨Ы╨╕╤Б╤ВсМБ╨Э╨░╨║╨╗╨░╨┤╨╜╤Л╨╡сдБ╨Я╤А╨░╨╣╤Б-╨╗╨╕╤Б╤В (
|
||||||
|
╨Ш╨Ф ╨┐╨╛╨╖╨╕╤Ж. ╨┐-╨╗с┤Б╨Ш╨Ф ╨┐╤А╨░╨╣╤Б-╨╗╨╕╤Б╤В╨░сМБ╨Ш╨Ф ╤В╨╛╨▓╨░╤А╨░сФБ╨Ъ╨╛╨┤ ╤В╨╛╨▓╨░╤А╨░сдБ╨Э╨░╨╕╨╝╨╡╨╜╨╛╨▓╨░╨╜╨╕╨╡
|
||||||
|
╨б╤А╨╛╨║ ╨│╨╛╨┤╨╜╨╛╤Б╤В╨╕с╝Б╨Ъ╨╛╨╗-╨▓╨╛ ╨╛╤В╨║╨░╨╖╨░╨╜╨╛фФБ╨Э╨╡ ╤Г╨┤╨░╨╗╨╛╤Б╤М ╨╖╨░╨│╤А╤Г╨╖╨╕╤В╤М ╨┤╨░╨╜╨╜╤Л╨╡ ╨╖╨░╨║╨░╨╖╨░
|
||||||
|
╨Э╨╡ ╤Г╨┤╨░╨╗╨╛╤Б╤М ╤Г╨┤╨░╨╗╨╕╤В╤М ╨╖╨░╨║╨░╨╖ ╘Б.
|
||||||
|
хФА╨Ь╨╛╨╢╨╜╨╛ ╤Г╨┤╨░╨╗╤П╤В╤М ╤В╨╛╨╗╤М╨║╨╛ ╨╜╨╡╨╛╤В╨┐╤А╨░╨▓╨╗╨╡╨╜╨╜╤Л╨╡ ╨╖╨░╨║╨░╨╖╤Л
|
||||||
|
╨Ю╤В╤А╨░╨▓╨╗╤П╨╡╨╝ ╨┤╨░╨╜╨╜╤Л╨╡умБ╨Э╨╡ ╤Г╨┤╨░╨╗╨╛╤Б╤М ╨╛╤В╨┐╤А╨░╨▓╨╕╤В╤М ╨┤╨░╨╜╨╜╤Л╨╡. уФБhttp://195.34.241.84:9988/
|
||||||
|
╨Э╨╡╨║╨╛╤А╤А╨╡╨║╤В╨╜╨╛╨╡ ╨║╨╛╨╗╨╕╤З╨╡╤Б╤В╨▓╨╛: цдБ╨С╤Г╨┤╤Г╤В ╨╛╤В╨┐╤А╨░╨▓╨╗╨╡╨╜╤Л ╨▓╤Б╨╡ ╤Б╨╛╤Е╤А╨░╨╜╤С╨╜╨╜╤Л╨╡ ╨╖╨░╨║╨░╨╖╤Л. ╨Т╤Л ╤Г╨▓╨╡╤А╨╡╨╜╤Л
|
||||||
|
╨Т ╨║╨╛╤А╨╖╨╕╨╜╨╡ ╨╜╨░╨╣╨┤╨╡╨╜╤Л ╤В╨╛╨▓╨░╤А╤Л. ╨Я╤А╨╕ ╨╛╨▒╨╜╨╛╨▓╨╗╨╡╨╜╨╕╨╕ ╨┐╤А╨░╨╣╤Б╨░ ╨╛╨╜╨░ ╨▒╤Г╨┤╨╡╤В ╨╛╤З╨╕╤Й╨╡╨╜╨░.
|
||||||
|
╨Я╤А╨╛╨┤╨╛╨╗╨╢╨╕╤В╤М
|
||||||
|
╨Т ╨╖╨░╨║╨░╨╖╨╡ фдБ ╨╡╤Б╤В╤М ╨┐╨╛╨╖╨╕╤Ж╨╕╤П ╨▒╨╡╨╖ supplier_price_id.фдБ ╨║╨╛╨╗╨╕╤З╨╡╤Б╤В╨▓╨╛ ╨┤╨╛╨╗╨╢╨╜╨╛ ╨▒╤Л╤В╤М ╨▒╨╛╨╗╤М╤И╨╡ ╨╜╤Г╨╗╤П.
|
||||||
|
╨Ю╨в╨Я╨а╨Р╨Т╨Ш╨в╨мс╝БtsJournal.ImageсМАtsJournalр╝А╨Ц╨г╨а╨Э╨Р╨Ы╨лс╝БtsItemPriceListсдАtsItemOrdersс┤АtsItemInvoices
|
||||||
|
╨Ю ╨┐╤А╨╛╨│╤А╨░╨╝╨╝╨╡удБ╤А╨╡╨│╨╕╤Б╤В╤А╨░╤Ж╨╕╤ПToolStripMenuItemсЬБ╨а╨╡╨│╨╕╤Б╤В╤А╨░╤Ж╨╕╤Пс╝БtsBtnAuth.ImageсМАtsBtnAuthсЬА╨Р╨Т╨в╨Ю╨а╨Ш╨Ч╨Р╨ж╨Ш╨п
|
||||||
|
╨Т╤Л╨┐╨╛╨╗╨╜╤П╤О ╨░╨▓╤В╨╛╤А╨╕╨╖╨░╤Ж╨╕╤О...
|
||||||
|
умБ╨Р╨▓╤В╨╛╤А╨╕╨╖╨░╤Ж╨╕╤П ╤Г╤Б╨┐╨╡╤И╨╜╨░ ╨┐╤А╨╛╨╣╨┤╨╡╨╜╨░
|
||||||
|
х╝Б
|
||||||
|
╨Ч╨░╨│╤А╤Г╨╢╨░╤О ╤Б╨▓╨╛╨┤╨╜╤Л╨╣ ╨┐╤А╨░╨╣╤Б ╨┤╨╗╤П ╨▓╤Б╨╡╤Е ╨┐╨╛╤Б╤В╨░╨▓╤Й╨╕╨║╨╛╨▓...
|
||||||
|
╨Ъ╨╛╨╝╨╝╨╡╨╜╤В╨░╤А╨╕╨╣ ╨╜╨╡ ╨╖╨░╨┐╨╛╨╗╨╜╨╡╨╜сдБ╨Ю╤И╨╕╨▒╨║╨░ ╨▓╨▓╨╛╨┤╨░сЬБrtxtCommentсдА╨Ъ╨╛╨╝╨╝╨╡╨╜╤В╨░╤А╨╕╨╣:сМБbtnCancelсФАHF_CommentумА╨Ф╨╛╨▒╨░╨▓╨╕╤В╤М ╨║╨╛╨╝╨╝╨╡╨╜╤В╨░╤А╨╕╨╣ ╨║ ╨╖╨░╨║╨░╨╖╤ГсМБrtxtDebu
|
||||||
BIN
_ref/original/Электронная Фармация/EntityFramework.SqlServer.dll
Normal file
2156
_ref/original/Электронная Фармация/EntityFramework.SqlServer.xml
Normal file
BIN
_ref/original/Электронная Фармация/EntityFramework.dll
Normal file
54121
_ref/original/Электронная Фармация/EntityFramework.xml
Normal file
BIN
_ref/original/Электронная Фармация/Icons/plus-16.ico
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
@ -0,0 +1,420 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<doc>
|
||||||
|
<assembly>
|
||||||
|
<name>Microsoft.Bcl.AsyncInterfaces</name>
|
||||||
|
</assembly>
|
||||||
|
<members>
|
||||||
|
<member name="T:System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1">
|
||||||
|
<summary>Provides the core logic for implementing a manual-reset <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource"/> or <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource`1"/>.</summary>
|
||||||
|
<typeparam name="TResult"></typeparam>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1._continuation">
|
||||||
|
<summary>
|
||||||
|
The callback to invoke when the operation completes if <see cref="M:System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1.OnCompleted(System.Action{System.Object},System.Object,System.Int16,System.Threading.Tasks.Sources.ValueTaskSourceOnCompletedFlags)"/> was called before the operation completed,
|
||||||
|
or <see cref="F:System.Threading.Tasks.Sources.ManualResetValueTaskSourceCoreShared.s_sentinel"/> if the operation completed before a callback was supplied,
|
||||||
|
or null if a callback hasn't yet been provided and the operation hasn't yet completed.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1._continuationState">
|
||||||
|
<summary>State to pass to <see cref="F:System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1._continuation"/>.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1._executionContext">
|
||||||
|
<summary><see cref="T:System.Threading.ExecutionContext"/> to flow to the callback, or null if no flowing is required.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1._capturedContext">
|
||||||
|
<summary>
|
||||||
|
A "captured" <see cref="T:System.Threading.SynchronizationContext"/> or <see cref="T:System.Threading.Tasks.TaskScheduler"/> with which to invoke the callback,
|
||||||
|
or null if no special context is required.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1._completed">
|
||||||
|
<summary>Whether the current operation has completed.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1._result">
|
||||||
|
<summary>The result with which the operation succeeded, or the default value if it hasn't yet completed or failed.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1._error">
|
||||||
|
<summary>The exception with which the operation failed, or null if it hasn't yet completed or completed successfully.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1._version">
|
||||||
|
<summary>The current version of this value, used to help prevent misuse.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1.RunContinuationsAsynchronously">
|
||||||
|
<summary>Gets or sets whether to force continuations to run asynchronously.</summary>
|
||||||
|
<remarks>Continuations may run asynchronously if this is false, but they'll never run synchronously if this is true.</remarks>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1.Reset">
|
||||||
|
<summary>Resets to prepare for the next operation.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1.SetResult(`0)">
|
||||||
|
<summary>Completes with a successful result.</summary>
|
||||||
|
<param name="result">The result.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1.SetException(System.Exception)">
|
||||||
|
<summary>Complets with an error.</summary>
|
||||||
|
<param name="error"></param>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1.Version">
|
||||||
|
<summary>Gets the operation version.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1.GetStatus(System.Int16)">
|
||||||
|
<summary>Gets the status of the operation.</summary>
|
||||||
|
<param name="token">Opaque value that was provided to the <see cref="T:System.Threading.Tasks.ValueTask"/>'s constructor.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1.GetResult(System.Int16)">
|
||||||
|
<summary>Gets the result of the operation.</summary>
|
||||||
|
<param name="token">Opaque value that was provided to the <see cref="T:System.Threading.Tasks.ValueTask"/>'s constructor.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1.OnCompleted(System.Action{System.Object},System.Object,System.Int16,System.Threading.Tasks.Sources.ValueTaskSourceOnCompletedFlags)">
|
||||||
|
<summary>Schedules the continuation action for this operation.</summary>
|
||||||
|
<param name="continuation">The continuation to invoke when the operation has completed.</param>
|
||||||
|
<param name="state">The state object to pass to <paramref name="continuation"/> when it's invoked.</param>
|
||||||
|
<param name="token">Opaque value that was provided to the <see cref="T:System.Threading.Tasks.ValueTask"/>'s constructor.</param>
|
||||||
|
<param name="flags">The flags describing the behavior of the continuation.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1.ValidateToken(System.Int16)">
|
||||||
|
<summary>Ensures that the specified token matches the current version.</summary>
|
||||||
|
<param name="token">The token supplied by <see cref="T:System.Threading.Tasks.ValueTask"/>.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1.SignalCompletion">
|
||||||
|
<summary>Signals that the operation has completed. Invoked after the result or error has been set.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1.InvokeContinuation">
|
||||||
|
<summary>
|
||||||
|
Invokes the continuation with the appropriate captured context / scheduler.
|
||||||
|
This assumes that if <see cref="F:System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1._executionContext"/> is not null we're already
|
||||||
|
running within that <see cref="T:System.Threading.ExecutionContext"/>.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Threading.Tasks.TaskAsyncEnumerableExtensions">
|
||||||
|
<summary>Provides a set of static methods for configuring <see cref="T:System.Threading.Tasks.Task"/>-related behaviors on asynchronous enumerables and disposables.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.TaskAsyncEnumerableExtensions.ConfigureAwait(System.IAsyncDisposable,System.Boolean)">
|
||||||
|
<summary>Configures how awaits on the tasks returned from an async disposable will be performed.</summary>
|
||||||
|
<param name="source">The source async disposable.</param>
|
||||||
|
<param name="continueOnCapturedContext"><see langword="true" /> to capture and marshal back to the current context; otherwise, <see langword="false" />.</param>
|
||||||
|
<returns>The configured async disposable.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.TaskAsyncEnumerableExtensions.ConfigureAwait``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Boolean)">
|
||||||
|
<summary>Configures how awaits on the tasks returned from an async iteration will be performed.</summary>
|
||||||
|
<typeparam name="T">The type of the objects being iterated.</typeparam>
|
||||||
|
<param name="source">The source enumerable being iterated.</param>
|
||||||
|
<param name="continueOnCapturedContext"><see langword="true" /> to capture and marshal back to the current context; otherwise, <see langword="false" />.</param>
|
||||||
|
<returns>The configured enumerable.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.TaskAsyncEnumerableExtensions.WithCancellation``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Threading.CancellationToken)">
|
||||||
|
<summary>Sets the <see cref="T:System.Threading.CancellationToken"/> to be passed to <see cref="M:System.Collections.Generic.IAsyncEnumerable`1.GetAsyncEnumerator(System.Threading.CancellationToken)"/> when iterating.</summary>
|
||||||
|
<typeparam name="T">The type of the objects being iterated.</typeparam>
|
||||||
|
<param name="source">The source enumerable being iterated.</param>
|
||||||
|
<param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> to use.</param>
|
||||||
|
<returns>The configured enumerable.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Runtime.CompilerServices.AsyncIteratorMethodBuilder">
|
||||||
|
<summary>Represents a builder for asynchronous iterators.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.AsyncIteratorMethodBuilder.Create">
|
||||||
|
<summary>Creates an instance of the <see cref="T:System.Runtime.CompilerServices.AsyncIteratorMethodBuilder"/> struct.</summary>
|
||||||
|
<returns>The initialized instance.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.AsyncIteratorMethodBuilder.MoveNext``1(``0@)">
|
||||||
|
<summary>Invokes <see cref="M:System.Runtime.CompilerServices.IAsyncStateMachine.MoveNext"/> on the state machine while guarding the <see cref="T:System.Threading.ExecutionContext"/>.</summary>
|
||||||
|
<typeparam name="TStateMachine">The type of the state machine.</typeparam>
|
||||||
|
<param name="stateMachine">The state machine instance, passed by reference.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.AsyncIteratorMethodBuilder.AwaitOnCompleted``2(``0@,``1@)">
|
||||||
|
<summary>Schedules the state machine to proceed to the next action when the specified awaiter completes.</summary>
|
||||||
|
<typeparam name="TAwaiter">The type of the awaiter.</typeparam>
|
||||||
|
<typeparam name="TStateMachine">The type of the state machine.</typeparam>
|
||||||
|
<param name="awaiter">The awaiter.</param>
|
||||||
|
<param name="stateMachine">The state machine.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.AsyncIteratorMethodBuilder.AwaitUnsafeOnCompleted``2(``0@,``1@)">
|
||||||
|
<summary>Schedules the state machine to proceed to the next action when the specified awaiter completes.</summary>
|
||||||
|
<typeparam name="TAwaiter">The type of the awaiter.</typeparam>
|
||||||
|
<typeparam name="TStateMachine">The type of the state machine.</typeparam>
|
||||||
|
<param name="awaiter">The awaiter.</param>
|
||||||
|
<param name="stateMachine">The state machine.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.AsyncIteratorMethodBuilder.Complete">
|
||||||
|
<summary>Marks iteration as being completed, whether successfully or otherwise.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Runtime.CompilerServices.AsyncIteratorMethodBuilder.ObjectIdForDebugger">
|
||||||
|
<summary>Gets an object that may be used to uniquely identify this builder to the debugger.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Runtime.CompilerServices.AsyncIteratorStateMachineAttribute">
|
||||||
|
<summary>Indicates whether a method is an asynchronous iterator.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.AsyncIteratorStateMachineAttribute.#ctor(System.Type)">
|
||||||
|
<summary>Initializes a new instance of the <see cref="T:System.Runtime.CompilerServices.AsyncIteratorStateMachineAttribute"/> class.</summary>
|
||||||
|
<param name="stateMachineType">The type object for the underlying state machine type that's used to implement a state machine method.</param>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Runtime.CompilerServices.ConfiguredAsyncDisposable">
|
||||||
|
<summary>Provides a type that can be used to configure how awaits on an <see cref="T:System.IAsyncDisposable"/> are performed.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.ConfiguredAsyncDisposable.DisposeAsync">
|
||||||
|
<summary>Asynchronously releases the unmanaged resources used by the <see cref="T:System.Runtime.CompilerServices.ConfiguredAsyncDisposable" />.</summary>
|
||||||
|
<returns>A task that represents the asynchronous dispose operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Runtime.CompilerServices.ConfiguredCancelableAsyncEnumerable`1">
|
||||||
|
<summary>Provides an awaitable async enumerable that enables cancelable iteration and configured awaits.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.ConfiguredCancelableAsyncEnumerable`1.ConfigureAwait(System.Boolean)">
|
||||||
|
<summary>Configures how awaits on the tasks returned from an async iteration will be performed.</summary>
|
||||||
|
<param name="continueOnCapturedContext"><see langword="true" /> to capture and marshal back to the current context; otherwise, <see langword="false" />.</param>
|
||||||
|
<returns>The configured enumerable.</returns>
|
||||||
|
<remarks>This will replace any previous value set by <see cref="M:System.Runtime.CompilerServices.ConfiguredCancelableAsyncEnumerable`1.ConfigureAwait(System.Boolean)"/> for this iteration.</remarks>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.ConfiguredCancelableAsyncEnumerable`1.WithCancellation(System.Threading.CancellationToken)">
|
||||||
|
<summary>Sets the <see cref="T:System.Threading.CancellationToken"/> to be passed to <see cref="M:System.Collections.Generic.IAsyncEnumerable`1.GetAsyncEnumerator(System.Threading.CancellationToken)"/> when iterating.</summary>
|
||||||
|
<param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> to use.</param>
|
||||||
|
<returns>The configured enumerable.</returns>
|
||||||
|
<remarks>This will replace any previous <see cref="T:System.Threading.CancellationToken"/> set by <see cref="M:System.Runtime.CompilerServices.ConfiguredCancelableAsyncEnumerable`1.WithCancellation(System.Threading.CancellationToken)"/> for this iteration.</remarks>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.ConfiguredCancelableAsyncEnumerable`1.GetAsyncEnumerator">
|
||||||
|
<summary>Returns an enumerator that iterates asynchronously through collections that enables cancelable iteration and configured awaits.</summary>
|
||||||
|
<returns>An enumerator for the <see cref="T:System.Runtime.CompilerServices.ConfiguredCancelableAsyncEnumerable`1" /> class.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Runtime.CompilerServices.ConfiguredCancelableAsyncEnumerable`1.Enumerator">
|
||||||
|
<summary>Provides an awaitable async enumerator that enables cancelable iteration and configured awaits.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.ConfiguredCancelableAsyncEnumerable`1.Enumerator.MoveNextAsync">
|
||||||
|
<summary>Advances the enumerator asynchronously to the next element of the collection.</summary>
|
||||||
|
<returns>
|
||||||
|
A <see cref="T:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1"/> that will complete with a result of <c>true</c>
|
||||||
|
if the enumerator was successfully advanced to the next element, or <c>false</c> if the enumerator has
|
||||||
|
passed the end of the collection.
|
||||||
|
</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Runtime.CompilerServices.ConfiguredCancelableAsyncEnumerable`1.Enumerator.Current">
|
||||||
|
<summary>Gets the element in the collection at the current position of the enumerator.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.ConfiguredCancelableAsyncEnumerable`1.Enumerator.DisposeAsync">
|
||||||
|
<summary>
|
||||||
|
Performs application-defined tasks associated with freeing, releasing, or
|
||||||
|
resetting unmanaged resources asynchronously.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Runtime.CompilerServices.EnumeratorCancellationAttribute">
|
||||||
|
<summary>Allows users of async-enumerable methods to mark the parameter that should receive the cancellation token value from <see cref="M:System.Collections.Generic.IAsyncEnumerable`1.GetAsyncEnumerator(System.Threading.CancellationToken)" />.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.EnumeratorCancellationAttribute.#ctor">
|
||||||
|
<summary>Initializes a new instance of the <see cref="T:System.Runtime.CompilerServices.EnumeratorCancellationAttribute" /> class.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Runtime.InteropServices.LibraryImportAttribute">
|
||||||
|
<summary>
|
||||||
|
Attribute used to indicate a source generator should create a function for marshalling
|
||||||
|
arguments instead of relying on the runtime to generate an equivalent marshalling function at run-time.
|
||||||
|
</summary>
|
||||||
|
<remarks>
|
||||||
|
This attribute is meaningless if the source generator associated with it is not enabled.
|
||||||
|
The current built-in source generator only supports C# and only supplies an implementation when
|
||||||
|
applied to static, partial, non-generic methods.
|
||||||
|
</remarks>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.InteropServices.LibraryImportAttribute.#ctor(System.String)">
|
||||||
|
<summary>
|
||||||
|
Initializes a new instance of the <see cref="T:System.Runtime.InteropServices.LibraryImportAttribute"/>.
|
||||||
|
</summary>
|
||||||
|
<param name="libraryName">Name of the library containing the import.</param>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Runtime.InteropServices.LibraryImportAttribute.LibraryName">
|
||||||
|
<summary>
|
||||||
|
Gets the name of the library containing the import.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Runtime.InteropServices.LibraryImportAttribute.EntryPoint">
|
||||||
|
<summary>
|
||||||
|
Gets or sets the name of the entry point to be called.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Runtime.InteropServices.LibraryImportAttribute.StringMarshalling">
|
||||||
|
<summary>
|
||||||
|
Gets or sets how to marshal string arguments to the method.
|
||||||
|
</summary>
|
||||||
|
<remarks>
|
||||||
|
If this field is set to a value other than <see cref="F:System.Runtime.InteropServices.StringMarshalling.Custom" />,
|
||||||
|
<see cref="P:System.Runtime.InteropServices.LibraryImportAttribute.StringMarshallingCustomType" /> must not be specified.
|
||||||
|
</remarks>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Runtime.InteropServices.LibraryImportAttribute.StringMarshallingCustomType">
|
||||||
|
<summary>
|
||||||
|
Gets or sets the <see cref="T:System.Type"/> used to control how string arguments to the method are marshalled.
|
||||||
|
</summary>
|
||||||
|
<remarks>
|
||||||
|
If this field is specified, <see cref="P:System.Runtime.InteropServices.LibraryImportAttribute.StringMarshalling" /> must not be specified
|
||||||
|
or must be set to <see cref="F:System.Runtime.InteropServices.StringMarshalling.Custom" />.
|
||||||
|
</remarks>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Runtime.InteropServices.LibraryImportAttribute.SetLastError">
|
||||||
|
<summary>
|
||||||
|
Gets or sets whether the callee sets an error (SetLastError on Windows or errno
|
||||||
|
on other platforms) before returning from the attributed method.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Runtime.InteropServices.StringMarshalling">
|
||||||
|
<summary>
|
||||||
|
Specifies how strings should be marshalled for generated p/invokes
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Runtime.InteropServices.StringMarshalling.Custom">
|
||||||
|
<summary>
|
||||||
|
Indicates the user is supplying a specific marshaller in <see cref="P:System.Runtime.InteropServices.LibraryImportAttribute.StringMarshallingCustomType"/>.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Runtime.InteropServices.StringMarshalling.Utf8">
|
||||||
|
<summary>
|
||||||
|
Use the platform-provided UTF-8 marshaller.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Runtime.InteropServices.StringMarshalling.Utf16">
|
||||||
|
<summary>
|
||||||
|
Use the platform-provided UTF-16 marshaller.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Collections.Generic.IAsyncEnumerable`1">
|
||||||
|
<summary>Exposes an enumerator that provides asynchronous iteration over values of a specified type.</summary>
|
||||||
|
<typeparam name="T">The type of values to enumerate.</typeparam>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Collections.Generic.IAsyncEnumerable`1.GetAsyncEnumerator(System.Threading.CancellationToken)">
|
||||||
|
<summary>Returns an enumerator that iterates asynchronously through the collection.</summary>
|
||||||
|
<param name="cancellationToken">A <see cref="T:System.Threading.CancellationToken"/> that may be used to cancel the asynchronous iteration.</param>
|
||||||
|
<returns>An enumerator that can be used to iterate asynchronously through the collection.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Collections.Generic.IAsyncEnumerator`1">
|
||||||
|
<summary>Supports a simple asynchronous iteration over a generic collection.</summary>
|
||||||
|
<typeparam name="T">The type of objects to enumerate.</typeparam>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Collections.Generic.IAsyncEnumerator`1.MoveNextAsync">
|
||||||
|
<summary>Advances the enumerator asynchronously to the next element of the collection.</summary>
|
||||||
|
<returns>
|
||||||
|
A <see cref="T:System.Threading.Tasks.ValueTask`1"/> that will complete with a result of <c>true</c> if the enumerator
|
||||||
|
was successfully advanced to the next element, or <c>false</c> if the enumerator has passed the end
|
||||||
|
of the collection.
|
||||||
|
</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Collections.Generic.IAsyncEnumerator`1.Current">
|
||||||
|
<summary>Gets the element in the collection at the current position of the enumerator.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.IAsyncDisposable">
|
||||||
|
<summary>Provides a mechanism for releasing unmanaged resources asynchronously.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IAsyncDisposable.DisposeAsync">
|
||||||
|
<summary>
|
||||||
|
Performs application-defined tasks associated with freeing, releasing, or
|
||||||
|
resetting unmanaged resources asynchronously.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Diagnostics.CodeAnalysis.AllowNullAttribute">
|
||||||
|
<summary>Specifies that null is allowed as an input even if the corresponding type disallows it.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute">
|
||||||
|
<summary>Specifies that null is disallowed as an input even if the corresponding type allows it.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute">
|
||||||
|
<summary>Specifies that an output may be null even if the corresponding type disallows it.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Diagnostics.CodeAnalysis.NotNullAttribute">
|
||||||
|
<summary>Specifies that an output will not be null even if the corresponding type allows it. Specifies that an input argument was not null when the call returns.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute">
|
||||||
|
<summary>Specifies that when a method returns <see cref="P:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute.ReturnValue"/>, the parameter may be null even if the corresponding type disallows it.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute.#ctor(System.Boolean)">
|
||||||
|
<summary>Initializes the attribute with the specified return value condition.</summary>
|
||||||
|
<param name="returnValue">
|
||||||
|
The return value condition. If the method returns this value, the associated parameter may be null.
|
||||||
|
</param>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute.ReturnValue">
|
||||||
|
<summary>Gets the return value condition.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute">
|
||||||
|
<summary>Specifies that when a method returns <see cref="P:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute.ReturnValue"/>, the parameter will not be null even if the corresponding type allows it.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute.#ctor(System.Boolean)">
|
||||||
|
<summary>Initializes the attribute with the specified return value condition.</summary>
|
||||||
|
<param name="returnValue">
|
||||||
|
The return value condition. If the method returns this value, the associated parameter will not be null.
|
||||||
|
</param>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute.ReturnValue">
|
||||||
|
<summary>Gets the return value condition.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute">
|
||||||
|
<summary>Specifies that the output will be non-null if the named parameter is non-null.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute.#ctor(System.String)">
|
||||||
|
<summary>Initializes the attribute with the associated parameter name.</summary>
|
||||||
|
<param name="parameterName">
|
||||||
|
The associated parameter name. The output will be non-null if the argument to the parameter specified is non-null.
|
||||||
|
</param>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute.ParameterName">
|
||||||
|
<summary>Gets the associated parameter name.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Diagnostics.CodeAnalysis.DoesNotReturnAttribute">
|
||||||
|
<summary>Applied to a method that will never return under any circumstance.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute">
|
||||||
|
<summary>Specifies that the method will not return if the associated Boolean parameter is passed the specified value.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute.#ctor(System.Boolean)">
|
||||||
|
<summary>Initializes the attribute with the specified parameter value.</summary>
|
||||||
|
<param name="parameterValue">
|
||||||
|
The condition parameter value. Code after the method will be considered unreachable by diagnostics if the argument to
|
||||||
|
the associated parameter matches this value.
|
||||||
|
</param>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute.ParameterValue">
|
||||||
|
<summary>Gets the condition parameter value.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Diagnostics.CodeAnalysis.MemberNotNullAttribute">
|
||||||
|
<summary>Specifies that the method or property will ensure that the listed field and property members have not-null values.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Diagnostics.CodeAnalysis.MemberNotNullAttribute.#ctor(System.String)">
|
||||||
|
<summary>Initializes the attribute with a field or property member.</summary>
|
||||||
|
<param name="member">
|
||||||
|
The field or property member that is promised to be not-null.
|
||||||
|
</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Diagnostics.CodeAnalysis.MemberNotNullAttribute.#ctor(System.String[])">
|
||||||
|
<summary>Initializes the attribute with the list of field and property members.</summary>
|
||||||
|
<param name="members">
|
||||||
|
The list of field and property members that are promised to be not-null.
|
||||||
|
</param>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Diagnostics.CodeAnalysis.MemberNotNullAttribute.Members">
|
||||||
|
<summary>Gets field or property member names.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Diagnostics.CodeAnalysis.MemberNotNullWhenAttribute">
|
||||||
|
<summary>Specifies that the method or property will ensure that the listed field and property members have not-null values when returning with the specified return value condition.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Diagnostics.CodeAnalysis.MemberNotNullWhenAttribute.#ctor(System.Boolean,System.String)">
|
||||||
|
<summary>Initializes the attribute with the specified return value condition and a field or property member.</summary>
|
||||||
|
<param name="returnValue">
|
||||||
|
The return value condition. If the method returns this value, the associated field or property member will not be null.
|
||||||
|
</param>
|
||||||
|
<param name="member">
|
||||||
|
The field or property member that is promised to be not-null.
|
||||||
|
</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Diagnostics.CodeAnalysis.MemberNotNullWhenAttribute.#ctor(System.Boolean,System.String[])">
|
||||||
|
<summary>Initializes the attribute with the specified return value condition and list of field and property members.</summary>
|
||||||
|
<param name="returnValue">
|
||||||
|
The return value condition. If the method returns this value, the associated field and property members will not be null.
|
||||||
|
</param>
|
||||||
|
<param name="members">
|
||||||
|
The list of field and property members that are promised to be not-null.
|
||||||
|
</param>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Diagnostics.CodeAnalysis.MemberNotNullWhenAttribute.ReturnValue">
|
||||||
|
<summary>Gets the return value condition.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Diagnostics.CodeAnalysis.MemberNotNullWhenAttribute.Members">
|
||||||
|
<summary>Gets field or property member names.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.ExceptionPolyfills">
|
||||||
|
<summary>Provides downlevel polyfills for static methods on Exception-derived types.</summary>
|
||||||
|
</member>
|
||||||
|
</members>
|
||||||
|
</doc>
|
||||||
418602
_ref/original/Электронная Фармация/PriceList.xml
Normal file
BIN
_ref/original/Электронная Фармация/System.Buffers.dll
Normal file
173
_ref/original/Электронная Фармация/System.Buffers.xml
Normal file
@ -0,0 +1,173 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<doc>
|
||||||
|
<assembly>
|
||||||
|
<name>System.Buffers</name>
|
||||||
|
</assembly>
|
||||||
|
<members>
|
||||||
|
<member name="T:System.Buffers.ArrayPool`1">
|
||||||
|
<summary>
|
||||||
|
Provides a resource pool that enables reusing instances of type <see cref="T:T[]"/>.
|
||||||
|
</summary>
|
||||||
|
<remarks>
|
||||||
|
<para>
|
||||||
|
Renting and returning buffers with an <see cref="T:System.Buffers.ArrayPool`1"/> can increase performance
|
||||||
|
in situations where arrays are created and destroyed frequently, resulting in significant
|
||||||
|
memory pressure on the garbage collector.
|
||||||
|
</para>
|
||||||
|
<para>
|
||||||
|
This class is thread-safe. All members may be used by multiple threads concurrently.
|
||||||
|
</para>
|
||||||
|
</remarks>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Buffers.ArrayPool`1.s_sharedInstance">
|
||||||
|
<summary>The lazily-initialized shared pool instance.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Buffers.ArrayPool`1.Shared">
|
||||||
|
<summary>
|
||||||
|
Retrieves a shared <see cref="T:System.Buffers.ArrayPool`1"/> instance.
|
||||||
|
</summary>
|
||||||
|
<remarks>
|
||||||
|
The shared pool provides a default implementation of <see cref="T:System.Buffers.ArrayPool`1"/>
|
||||||
|
that's intended for general applicability. It maintains arrays of multiple sizes, and
|
||||||
|
may hand back a larger array than was actually requested, but will never hand back a smaller
|
||||||
|
array than was requested. Renting a buffer from it with <see cref="M:System.Buffers.ArrayPool`1.Rent(System.Int32)"/> will result in an
|
||||||
|
existing buffer being taken from the pool if an appropriate buffer is available or in a new
|
||||||
|
buffer being allocated if one is not available.
|
||||||
|
</remarks>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Buffers.ArrayPool`1.EnsureSharedCreated">
|
||||||
|
<summary>Ensures that <see cref="F:System.Buffers.ArrayPool`1.s_sharedInstance"/> has been initialized to a pool and returns it.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Buffers.ArrayPool`1.Create">
|
||||||
|
<summary>
|
||||||
|
Creates a new <see cref="T:System.Buffers.ArrayPool`1"/> instance using default configuration options.
|
||||||
|
</summary>
|
||||||
|
<returns>A new <see cref="T:System.Buffers.ArrayPool`1"/> instance.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Buffers.ArrayPool`1.Create(System.Int32,System.Int32)">
|
||||||
|
<summary>
|
||||||
|
Creates a new <see cref="T:System.Buffers.ArrayPool`1"/> instance using custom configuration options.
|
||||||
|
</summary>
|
||||||
|
<param name="maxArrayLength">The maximum length of array instances that may be stored in the pool.</param>
|
||||||
|
<param name="maxArraysPerBucket">
|
||||||
|
The maximum number of array instances that may be stored in each bucket in the pool. The pool
|
||||||
|
groups arrays of similar lengths into buckets for faster access.
|
||||||
|
</param>
|
||||||
|
<returns>A new <see cref="T:System.Buffers.ArrayPool`1"/> instance with the specified configuration options.</returns>
|
||||||
|
<remarks>
|
||||||
|
The created pool will group arrays into buckets, with no more than <paramref name="maxArraysPerBucket"/>
|
||||||
|
in each bucket and with those arrays not exceeding <paramref name="maxArrayLength"/> in length.
|
||||||
|
</remarks>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Buffers.ArrayPool`1.Rent(System.Int32)">
|
||||||
|
<summary>
|
||||||
|
Retrieves a buffer that is at least the requested length.
|
||||||
|
</summary>
|
||||||
|
<param name="minimumLength">The minimum length of the array needed.</param>
|
||||||
|
<returns>
|
||||||
|
An <see cref="T:T[]"/> that is at least <paramref name="minimumLength"/> in length.
|
||||||
|
</returns>
|
||||||
|
<remarks>
|
||||||
|
This buffer is loaned to the caller and should be returned to the same pool via
|
||||||
|
<see cref="M:System.Buffers.ArrayPool`1.Return(`0[],System.Boolean)"/> so that it may be reused in subsequent usage of <see cref="M:System.Buffers.ArrayPool`1.Rent(System.Int32)"/>.
|
||||||
|
It is not a fatal error to not return a rented buffer, but failure to do so may lead to
|
||||||
|
decreased application performance, as the pool may need to create a new buffer to replace
|
||||||
|
the one lost.
|
||||||
|
</remarks>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Buffers.ArrayPool`1.Return(`0[],System.Boolean)">
|
||||||
|
<summary>
|
||||||
|
Returns to the pool an array that was previously obtained via <see cref="M:System.Buffers.ArrayPool`1.Rent(System.Int32)"/> on the same
|
||||||
|
<see cref="T:System.Buffers.ArrayPool`1"/> instance.
|
||||||
|
</summary>
|
||||||
|
<param name="array">
|
||||||
|
The buffer previously obtained from <see cref="M:System.Buffers.ArrayPool`1.Rent(System.Int32)"/> to return to the pool.
|
||||||
|
</param>
|
||||||
|
<param name="clearArray">
|
||||||
|
If <c>true</c> and if the pool will store the buffer to enable subsequent reuse, <see cref="M:System.Buffers.ArrayPool`1.Return(`0[],System.Boolean)"/>
|
||||||
|
will clear <paramref name="array"/> of its contents so that a subsequent consumer via <see cref="M:System.Buffers.ArrayPool`1.Rent(System.Int32)"/>
|
||||||
|
will not see the previous consumer's content. If <c>false</c> or if the pool will release the buffer,
|
||||||
|
the array's contents are left unchanged.
|
||||||
|
</param>
|
||||||
|
<remarks>
|
||||||
|
Once a buffer has been returned to the pool, the caller gives up all ownership of the buffer
|
||||||
|
and must not use it. The reference returned from a given call to <see cref="M:System.Buffers.ArrayPool`1.Rent(System.Int32)"/> must only be
|
||||||
|
returned via <see cref="M:System.Buffers.ArrayPool`1.Return(`0[],System.Boolean)"/> once. The default <see cref="T:System.Buffers.ArrayPool`1"/>
|
||||||
|
may hold onto the returned buffer in order to rent it again, or it may release the returned buffer
|
||||||
|
if it's determined that the pool already has enough buffers stored.
|
||||||
|
</remarks>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Buffers.ArrayPoolEventSource.BufferAllocatedReason">
|
||||||
|
<summary>The reason for a BufferAllocated event.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Buffers.ArrayPoolEventSource.BufferAllocatedReason.Pooled">
|
||||||
|
<summary>The pool is allocating a buffer to be pooled in a bucket.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Buffers.ArrayPoolEventSource.BufferAllocatedReason.OverMaximumSize">
|
||||||
|
<summary>The requested buffer size was too large to be pooled.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Buffers.ArrayPoolEventSource.BufferAllocatedReason.PoolExhausted">
|
||||||
|
<summary>The pool has already allocated for pooling as many buffers of a particular size as it's allowed.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Buffers.ArrayPoolEventSource.BufferRented(System.Int32,System.Int32,System.Int32,System.Int32)">
|
||||||
|
<summary>
|
||||||
|
Event for when a buffer is rented. This is invoked once for every successful call to Rent,
|
||||||
|
regardless of whether a buffer is allocated or a buffer is taken from the pool. In a
|
||||||
|
perfect situation where all rented buffers are returned, we expect to see the number
|
||||||
|
of BufferRented events exactly match the number of BuferReturned events, with the number
|
||||||
|
of BufferAllocated events being less than or equal to those numbers (ideally significantly
|
||||||
|
less than).
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Buffers.ArrayPoolEventSource.BufferAllocated(System.Int32,System.Int32,System.Int32,System.Int32,System.Buffers.ArrayPoolEventSource.BufferAllocatedReason)">
|
||||||
|
<summary>
|
||||||
|
Event for when a buffer is allocated by the pool. In an ideal situation, the number
|
||||||
|
of BufferAllocated events is significantly smaller than the number of BufferRented and
|
||||||
|
BufferReturned events.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Buffers.ArrayPoolEventSource.BufferReturned(System.Int32,System.Int32,System.Int32)">
|
||||||
|
<summary>
|
||||||
|
Event raised when a buffer is returned to the pool. This event is raised regardless of whether
|
||||||
|
the returned buffer is stored or dropped. In an ideal situation, the number of BufferReturned
|
||||||
|
events exactly matches the number of BufferRented events.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Buffers.DefaultArrayPool`1.DefaultMaxArrayLength">
|
||||||
|
<summary>The default maximum length of each array in the pool (2^20).</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Buffers.DefaultArrayPool`1.DefaultMaxNumberOfArraysPerBucket">
|
||||||
|
<summary>The default maximum number of arrays per bucket that are available for rent.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Buffers.DefaultArrayPool`1.s_emptyArray">
|
||||||
|
<summary>Lazily-allocated empty array used when arrays of length 0 are requested.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Buffers.DefaultArrayPool`1.Id">
|
||||||
|
<summary>Gets an ID for the pool to use with events.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Buffers.DefaultArrayPool`1.Bucket">
|
||||||
|
<summary>Provides a thread-safe bucket containing buffers that can be Rent'd and Return'd.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Buffers.DefaultArrayPool`1.Bucket.#ctor(System.Int32,System.Int32,System.Int32)">
|
||||||
|
<summary>
|
||||||
|
Creates the pool with numberOfBuffers arrays where each buffer is of bufferLength length.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Buffers.DefaultArrayPool`1.Bucket.Id">
|
||||||
|
<summary>Gets an ID for the bucket to use with events.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Buffers.DefaultArrayPool`1.Bucket.Rent">
|
||||||
|
<summary>Takes an array from the bucket. If the bucket is empty, returns null.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Buffers.DefaultArrayPool`1.Bucket.Return(`0[])">
|
||||||
|
<summary>
|
||||||
|
Attempts to return the buffer to the bucket. If successful, the buffer will be stored
|
||||||
|
in the bucket and true will be returned; otherwise, the buffer won't be stored, and false
|
||||||
|
will be returned.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.SR.ArgumentException_BufferNotFromPool">
|
||||||
|
<summary>The buffer is not associated with this pool and may not be returned to it.</summary>
|
||||||
|
</member>
|
||||||
|
</members>
|
||||||
|
</doc>
|
||||||
BIN
_ref/original/Электронная Фармация/System.Data.SQLite.EF6.dll
Normal file
BIN
_ref/original/Электронная Фармация/System.Data.SQLite.Linq.dll
Normal file
BIN
_ref/original/Электронная Фармация/System.Data.SQLite.dll
Normal file
23604
_ref/original/Электронная Фармация/System.Data.SQLite.xml
Normal file
BIN
_ref/original/Электронная Фармация/System.IO.Pipelines.dll
Normal file
391
_ref/original/Электронная Фармация/System.IO.Pipelines.xml
Normal file
@ -0,0 +1,391 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<doc>
|
||||||
|
<assembly>
|
||||||
|
<name>System.IO.Pipelines</name>
|
||||||
|
</assembly>
|
||||||
|
<members>
|
||||||
|
<member name="T:System.IO.Pipelines.FlushResult">
|
||||||
|
<summary>Result returned by <see cref="M:System.IO.Pipelines.PipeWriter.FlushAsync(System.Threading.CancellationToken)" /> call.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.FlushResult.#ctor(System.Boolean,System.Boolean)">
|
||||||
|
<summary>Initializes a new instance of <see cref="T:System.IO.Pipelines.FlushResult" /> struct setting the <see cref="P:System.IO.Pipelines.FlushResult.IsCanceled" /> and <see cref="P:System.IO.Pipelines.FlushResult.IsCompleted" /> flags.</summary>
|
||||||
|
<param name="isCanceled">
|
||||||
|
<see langword="true" /> to indicate the current <see cref="M:System.IO.Pipelines.PipeWriter.FlushAsync(System.Threading.CancellationToken)" /> operation that produced this <see cref="T:System.IO.Pipelines.FlushResult" /> was canceled by <see cref="M:System.IO.Pipelines.PipeWriter.CancelPendingFlush" />; otherwise, <see langword="false" />.</param>
|
||||||
|
<param name="isCompleted">
|
||||||
|
<see langword="true" /> to indicate the reader is no longer reading data written to the <see cref="T:System.IO.Pipelines.PipeWriter" />.</param>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.FlushResult.IsCanceled">
|
||||||
|
<summary>Gets a value that indicates whether the current <see cref="M:System.IO.Pipelines.PipeWriter.FlushAsync(System.Threading.CancellationToken)" /> operation was canceled by <see cref="M:System.IO.Pipelines.PipeWriter.CancelPendingFlush" />.</summary>
|
||||||
|
<returns>
|
||||||
|
<see langword="true" /> if the current <see cref="M:System.IO.Pipelines.PipeWriter.FlushAsync(System.Threading.CancellationToken)" /> operation was canceled by <see cref="M:System.IO.Pipelines.PipeWriter.CancelPendingFlush" />; otherwise, <see langword="false" />.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.FlushResult.IsCompleted">
|
||||||
|
<summary>Gets a value that indicates the reader is no longer reading data written to the <see cref="T:System.IO.Pipelines.PipeWriter" />.</summary>
|
||||||
|
<returns>
|
||||||
|
<see langword="true" /> if the reader is no longer reading data written to the <see cref="T:System.IO.Pipelines.PipeWriter" />; otherwise, <see langword="false" />.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.IO.Pipelines.IDuplexPipe">
|
||||||
|
<summary>Defines a class that provides a duplex pipe from which data can be read from and written to.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.IDuplexPipe.Input">
|
||||||
|
<summary>Gets the <see cref="T:System.IO.Pipelines.PipeReader" /> half of the duplex pipe.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.IDuplexPipe.Output">
|
||||||
|
<summary>Gets the <see cref="T:System.IO.Pipelines.PipeWriter" /> half of the duplex pipe.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.IO.Pipelines.Pipe">
|
||||||
|
<summary>The default <see cref="T:System.IO.Pipelines.PipeWriter" /> and <see cref="T:System.IO.Pipelines.PipeReader" /> implementation.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.Pipe.#ctor">
|
||||||
|
<summary>Initializes a new instance of the <see cref="T:System.IO.Pipelines.Pipe" /> class using <see cref="P:System.IO.Pipelines.PipeOptions.Default" /> as options.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.Pipe.#ctor(System.IO.Pipelines.PipeOptions)">
|
||||||
|
<summary>Initializes a new instance of the <see cref="T:System.IO.Pipelines.Pipe" /> class with the specified options.</summary>
|
||||||
|
<param name="options">The set of options for this pipe.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.Pipe.Reset">
|
||||||
|
<summary>Resets the pipe.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.Pipe.Reader">
|
||||||
|
<summary>Gets the <see cref="T:System.IO.Pipelines.PipeReader" /> for this pipe.</summary>
|
||||||
|
<returns>A <see cref="T:System.IO.Pipelines.PipeReader" /> instance for this pipe.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.Pipe.Writer">
|
||||||
|
<summary>Gets the <see cref="T:System.IO.Pipelines.PipeWriter" /> for this pipe.</summary>
|
||||||
|
<returns>A <see cref="T:System.IO.Pipelines.PipeWriter" /> instance for this pipe.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.IO.Pipelines.PipeOptions">
|
||||||
|
<summary>Represents a set of <see cref="T:System.IO.Pipelines.Pipe" /> options.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeOptions.#ctor(System.Buffers.MemoryPool{System.Byte},System.IO.Pipelines.PipeScheduler,System.IO.Pipelines.PipeScheduler,System.Int64,System.Int64,System.Int32,System.Boolean)">
|
||||||
|
<summary>Initializes a new instance of the <see cref="T:System.IO.Pipelines.PipeOptions" /> class with the specified parameters.</summary>
|
||||||
|
<param name="pool">The pool of memory blocks to be used for buffer management.</param>
|
||||||
|
<param name="readerScheduler">The <see cref="T:System.IO.Pipelines.PipeScheduler" /> to be used to execute <see cref="T:System.IO.Pipelines.PipeReader" /> callbacks and async continuations.</param>
|
||||||
|
<param name="writerScheduler">The <see cref="T:System.IO.Pipelines.PipeScheduler" /> used to execute <see cref="T:System.IO.Pipelines.PipeWriter" /> callbacks and async continuations.</param>
|
||||||
|
<param name="pauseWriterThreshold">The number of bytes in the <see cref="T:System.IO.Pipelines.Pipe" /> before <see cref="M:System.IO.Pipelines.PipeWriter.FlushAsync(System.Threading.CancellationToken)" /> starts blocking. A value of zero prevents <see cref="M:System.IO.Pipelines.PipeWriter.FlushAsync(System.Threading.CancellationToken)" /> from ever blocking, effectively making the number of bytes in the <see cref="T:System.IO.Pipelines.Pipe" /> unlimited.</param>
|
||||||
|
<param name="resumeWriterThreshold">The number of bytes in the <see cref="T:System.IO.Pipelines.Pipe" /> when <see cref="M:System.IO.Pipelines.PipeWriter.FlushAsync(System.Threading.CancellationToken)" /> stops blocking.</param>
|
||||||
|
<param name="minimumSegmentSize">The minimum size of the segment requested from <paramref name="pool" />.</param>
|
||||||
|
<param name="useSynchronizationContext">
|
||||||
|
<see langword="true" /> if asynchronous continuations should be executed on the <see cref="T:System.Threading.SynchronizationContext" /> they were captured on; <see langword="false" /> otherwise. This takes precedence over the schedulers specified in <see cref="P:System.IO.Pipelines.PipeOptions.ReaderScheduler" /> and <see cref="P:System.IO.Pipelines.PipeOptions.WriterScheduler" />.</param>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.PipeOptions.Default">
|
||||||
|
<summary>Gets the default instance of <see cref="T:System.IO.Pipelines.PipeOptions" />.</summary>
|
||||||
|
<returns>A <see cref="T:System.IO.Pipelines.PipeOptions" /> object initialized with default parameters.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.PipeOptions.MinimumSegmentSize">
|
||||||
|
<summary>Gets the minimum size of the segment requested from the <see cref="P:System.IO.Pipelines.PipeOptions.Pool" />.</summary>
|
||||||
|
<returns>The minimum size of the segment requested from the <see cref="P:System.IO.Pipelines.PipeOptions.Pool" />.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.PipeOptions.PauseWriterThreshold">
|
||||||
|
<summary>Gets the number of bytes in the <see cref="T:System.IO.Pipelines.Pipe" /> when <see cref="M:System.IO.Pipelines.PipeWriter.FlushAsync(System.Threading.CancellationToken)" /> starts blocking. A value of zero prevents <see cref="M:System.IO.Pipelines.PipeWriter.FlushAsync(System.Threading.CancellationToken)" /> from ever blocking, effectively making the number of bytes in the <see cref="T:System.IO.Pipelines.Pipe" /> unlimited.</summary>
|
||||||
|
<returns>The number of bytes in the <see cref="T:System.IO.Pipelines.Pipe" /> when <see cref="M:System.IO.Pipelines.PipeWriter.FlushAsync(System.Threading.CancellationToken)" /> starts blocking.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.PipeOptions.Pool">
|
||||||
|
<summary>Gets the <see cref="T:System.Buffers.MemoryPool`1" /> object used for buffer management.</summary>
|
||||||
|
<returns>A pool of memory blocks used for buffer management.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.PipeOptions.ReaderScheduler">
|
||||||
|
<summary>Gets the <see cref="T:System.IO.Pipelines.PipeScheduler" /> used to execute <see cref="T:System.IO.Pipelines.PipeReader" /> callbacks and async continuations.</summary>
|
||||||
|
<returns>A <see cref="T:System.IO.Pipelines.PipeScheduler" /> that is used to execute <see cref="T:System.IO.Pipelines.PipeReader" /> callbacks and async continuations.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.PipeOptions.ResumeWriterThreshold">
|
||||||
|
<summary>Gets the number of bytes in the <see cref="T:System.IO.Pipelines.Pipe" /> when <see cref="M:System.IO.Pipelines.PipeWriter.FlushAsync(System.Threading.CancellationToken)" /> stops blocking.</summary>
|
||||||
|
<returns>The number of bytes in the <see cref="T:System.IO.Pipelines.Pipe" /> when <see cref="M:System.IO.Pipelines.PipeWriter.FlushAsync(System.Threading.CancellationToken)" /> stops blocking.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.PipeOptions.UseSynchronizationContext">
|
||||||
|
<summary>Gets a value that determines if asynchronous callbacks and continuations should be executed on the <see cref="T:System.Threading.SynchronizationContext" /> they were captured on. This takes precedence over the schedulers specified in <see cref="P:System.IO.Pipelines.PipeOptions.ReaderScheduler" /> and <see cref="P:System.IO.Pipelines.PipeOptions.WriterScheduler" />.</summary>
|
||||||
|
<returns>
|
||||||
|
<see langword="true" /> if asynchronous callbacks and continuations should be executed on the <see cref="T:System.Threading.SynchronizationContext" /> they were captured on; otherwise, <see langword="false" />.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.PipeOptions.WriterScheduler">
|
||||||
|
<summary>Gets the <see cref="T:System.IO.Pipelines.PipeScheduler" /> used to execute <see cref="T:System.IO.Pipelines.PipeWriter" /> callbacks and async continuations.</summary>
|
||||||
|
<returns>A <see cref="T:System.IO.Pipelines.PipeScheduler" /> object used to execute <see cref="T:System.IO.Pipelines.PipeWriter" /> callbacks and async continuations.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.IO.Pipelines.PipeReader">
|
||||||
|
<summary>Defines a class that provides access to a read side of pipe.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeReader.#ctor">
|
||||||
|
<summary>Initializes a new instance of the <see cref="T:System.IO.Pipelines.PipeReader" /> class.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeReader.AdvanceTo(System.SequencePosition,System.SequencePosition)">
|
||||||
|
<summary>Moves forward the pipeline's read cursor to after the consumed data, marking the data as processed, read and examined.</summary>
|
||||||
|
<param name="consumed">Marks the extent of the data that has been successfully processed.</param>
|
||||||
|
<param name="examined">Marks the extent of the data that has been read and examined.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeReader.AdvanceTo(System.SequencePosition)">
|
||||||
|
<summary>Moves forward the pipeline's read cursor to after the consumed data, marking the data as processed.</summary>
|
||||||
|
<param name="consumed">Marks the extent of the data that has been successfully processed.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeReader.AsStream(System.Boolean)">
|
||||||
|
<summary>Returns a <see cref="T:System.IO.Stream" /> representation of the <see cref="T:System.IO.Pipelines.PipeReader" />.</summary>
|
||||||
|
<param name="leaveOpen">An optional flag that indicates whether disposing the returned <see cref="T:System.IO.Stream" /> leaves <see cref="T:System.IO.Pipelines.PipeReader" /> open (<see langword="true" />) or completes <see cref="T:System.IO.Pipelines.PipeReader" /> (<see langword="false" />).</param>
|
||||||
|
<returns>A stream that represents the <see cref="T:System.IO.Pipelines.PipeReader" />.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeReader.CancelPendingRead">
|
||||||
|
<summary>Cancels the pending <see cref="M:System.IO.Pipelines.PipeReader.ReadAsync(System.Threading.CancellationToken)" /> operation without causing it to throw and without completing the <see cref="T:System.IO.Pipelines.PipeReader" />. If there is no pending operation, this cancels the next operation.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeReader.Complete(System.Exception)">
|
||||||
|
<summary>Signals to the producer that the consumer is done reading.</summary>
|
||||||
|
<param name="exception">Optional <see cref="T:System.Exception" /> indicating a failure that's causing the pipeline to complete.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeReader.CompleteAsync(System.Exception)">
|
||||||
|
<summary>Marks the current pipe reader instance as being complete, meaning no more data will be read from it.</summary>
|
||||||
|
<param name="exception">An optional exception that indicates the failure that caused the reader to complete.</param>
|
||||||
|
<returns>A value task that represents the asynchronous complete operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeReader.CopyToAsync(System.IO.Pipelines.PipeWriter,System.Threading.CancellationToken)">
|
||||||
|
<summary>Asynchronously reads the bytes from the <see cref="T:System.IO.Pipelines.PipeReader" /> and writes them to the specified <see cref="T:System.IO.Pipelines.PipeWriter" />, using a specified cancellation token.</summary>
|
||||||
|
<param name="destination">The pipe writer to which the contents of the current stream will be copied.</param>
|
||||||
|
<param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>A task that represents the asynchronous copy operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeReader.CopyToAsync(System.IO.Stream,System.Threading.CancellationToken)">
|
||||||
|
<summary>Asynchronously reads the bytes from the <see cref="T:System.IO.Pipelines.PipeReader" /> and writes them to the specified stream, using a specified cancellation token.</summary>
|
||||||
|
<param name="destination">The stream to which the contents of the current stream will be copied.</param>
|
||||||
|
<param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>A task that represents the asynchronous copy operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeReader.Create(System.Buffers.ReadOnlySequence{System.Byte})">
|
||||||
|
<summary>Creates a <see cref="T:System.IO.Pipelines.PipeReader" /> wrapping the specified <see cref="T:System.Buffers.ReadOnlySequence`1" />.</summary>
|
||||||
|
<param name="sequence">The sequence to wrap.</param>
|
||||||
|
<returns>A <see cref="T:System.IO.Pipelines.PipeReader" /> that wraps the <see cref="T:System.Buffers.ReadOnlySequence`1" />.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeReader.Create(System.IO.Stream,System.IO.Pipelines.StreamPipeReaderOptions)">
|
||||||
|
<summary>Creates a <see cref="T:System.IO.Pipelines.PipeReader" /> wrapping the specified <see cref="T:System.IO.Stream" />.</summary>
|
||||||
|
<param name="stream">The stream that the pipe reader will wrap.</param>
|
||||||
|
<param name="readerOptions">The options to configure the pipe reader.</param>
|
||||||
|
<returns>A <see cref="T:System.IO.Pipelines.PipeReader" /> that wraps the <see cref="T:System.IO.Stream" />.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeReader.OnWriterCompleted(System.Action{System.Exception,System.Object},System.Object)">
|
||||||
|
<summary>Registers a callback that executes when the <see cref="T:System.IO.Pipelines.PipeWriter" /> side of the pipe is completed.</summary>
|
||||||
|
<param name="callback">The callback to register.</param>
|
||||||
|
<param name="state">The state object to pass to <paramref name="callback" /> when it's invoked.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeReader.ReadAsync(System.Threading.CancellationToken)">
|
||||||
|
<summary>Asynchronously reads a sequence of bytes from the current <see cref="T:System.IO.Pipelines.PipeReader" />.</summary>
|
||||||
|
<param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see langword="default" />.</param>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>A <see cref="T:System.Threading.Tasks.ValueTask`1" /> representing the asynchronous read operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeReader.ReadAtLeastAsync(System.Int32,System.Threading.CancellationToken)">
|
||||||
|
<summary>Asynchronously reads a sequence of bytes from the current <see cref="T:System.IO.Pipelines.PipeReader" />.</summary>
|
||||||
|
<param name="minimumSize">The minimum length that needs to be buffered in order for the call to return.</param>
|
||||||
|
<param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see langword="default" />.</param>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>A <see cref="T:System.Threading.Tasks.ValueTask`1" /> representing the asynchronous read operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeReader.ReadAtLeastAsyncCore(System.Int32,System.Threading.CancellationToken)">
|
||||||
|
<summary>Asynchronously reads a sequence of bytes from the current <see cref="T:System.IO.Pipelines.PipeReader" />.</summary>
|
||||||
|
<param name="minimumSize">The minimum length that needs to be buffered in order for the call to return.</param>
|
||||||
|
<param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see langword="default" />.</param>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>A <see cref="T:System.Threading.Tasks.ValueTask`1" /> representing the asynchronous read operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeReader.TryRead(System.IO.Pipelines.ReadResult@)">
|
||||||
|
<summary>Attempts to synchronously read data the <see cref="T:System.IO.Pipelines.PipeReader" />.</summary>
|
||||||
|
<param name="result">When this method returns <see langword="true" />, this value is set to a <see cref="T:System.IO.Pipelines.ReadResult" /> instance that represents the result of the read call; otherwise, this value is set to <see langword="default" />.</param>
|
||||||
|
<returns>
|
||||||
|
<see langword="true" /> if data was available, or if the call was canceled or the writer was completed; otherwise, <see langword="false" />.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.IO.Pipelines.PipeScheduler">
|
||||||
|
<summary>Abstraction for running <see cref="T:System.IO.Pipelines.PipeReader" /> and <see cref="T:System.IO.Pipelines.PipeWriter" /> callbacks and continuations.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeScheduler.#ctor">
|
||||||
|
<summary>Initializes new a <see cref="T:System.IO.Pipelines.PipeScheduler" /> instance.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeScheduler.Schedule(System.Action{System.Object},System.Object)">
|
||||||
|
<summary>Requests <paramref name="action" /> to be run on scheduler with <paramref name="state" /> being passed in.</summary>
|
||||||
|
<param name="action">The single-parameter action delegate to schedule.</param>
|
||||||
|
<param name="state">The parameter to pass to the <paramref name="action" /> delegate.</param>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.PipeScheduler.Inline">
|
||||||
|
<summary>The <see cref="T:System.IO.Pipelines.PipeScheduler" /> implementation that runs callbacks inline.</summary>
|
||||||
|
<returns>A <see cref="T:System.IO.Pipelines.PipeScheduler" /> instance that runs callbacks inline.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.PipeScheduler.ThreadPool">
|
||||||
|
<summary>The <see cref="T:System.IO.Pipelines.PipeScheduler" /> implementation that queues callbacks to the thread pool.</summary>
|
||||||
|
<returns>A <see cref="T:System.IO.Pipelines.PipeScheduler" /> instance that queues callbacks to the thread pool.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.IO.Pipelines.PipeWriter">
|
||||||
|
<summary>Defines a class that provides a pipeline to which data can be written.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeWriter.#ctor">
|
||||||
|
<summary>Initializes a new instance of the class.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeWriter.Advance(System.Int32)">
|
||||||
|
<summary>Notifies the <see cref="T:System.IO.Pipelines.PipeWriter" /> that <paramref name="bytes" /> bytes were written to the output <see cref="T:System.Span`1" /> or <see cref="T:System.Memory`1" />. You must call <see cref="M:System.IO.Pipelines.PipeWriter.GetSpan(System.Int32)" /> or <see cref="M:System.IO.Pipelines.PipeWriter.GetMemory(System.Int32)" /> again and use the returned buffer to continue writing more data after calling <see cref="M:System.IO.Pipelines.PipeWriter.Advance(System.Int32)" />; you cannot write to a previously acquired buffer.</summary>
|
||||||
|
<param name="bytes">The number of bytes written to the <see cref="T:System.Span`1" /> or <see cref="T:System.Memory`1" />.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeWriter.AsStream(System.Boolean)">
|
||||||
|
<summary>Returns a <see cref="T:System.IO.Stream" /> representation of the <see cref="T:System.IO.Pipelines.PipeWriter" />.</summary>
|
||||||
|
<param name="leaveOpen">An optional flag that indicates whether disposing the returned <see cref="T:System.IO.Stream" /> leaves <see cref="T:System.IO.Pipelines.PipeReader" /> open (<see langword="true" />) or completes <see cref="T:System.IO.Pipelines.PipeReader" /> (<see langword="false" />).</param>
|
||||||
|
<returns>A stream that represents the <see cref="T:System.IO.Pipelines.PipeWriter" />.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeWriter.CancelPendingFlush">
|
||||||
|
<summary>Cancels the pending <see cref="M:System.IO.Pipelines.PipeWriter.FlushAsync(System.Threading.CancellationToken)" /> or <see cref="M:System.IO.Pipelines.PipeWriter.WriteAsync(System.ReadOnlyMemory{System.Byte},System.Threading.CancellationToken)" /> operation without causing the operation to throw and without completing the <see cref="T:System.IO.Pipelines.PipeWriter" />. If there is no pending operation, this cancels the next operation.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeWriter.Complete(System.Exception)">
|
||||||
|
<summary>Marks the <see cref="T:System.IO.Pipelines.PipeWriter" /> as being complete, meaning no more items will be written to it.</summary>
|
||||||
|
<param name="exception">Optional <see cref="T:System.Exception" /> indicating a failure that's causing the pipeline to complete.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeWriter.CompleteAsync(System.Exception)">
|
||||||
|
<summary>Marks the current pipe writer instance as being complete, meaning no more data will be written to it.</summary>
|
||||||
|
<param name="exception">An optional exception that indicates the failure that caused the pipeline to complete.</param>
|
||||||
|
<returns>A value task that represents the asynchronous complete operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeWriter.CopyFromAsync(System.IO.Stream,System.Threading.CancellationToken)">
|
||||||
|
<summary>Asynchronously reads the bytes from the specified stream and writes them to the <see cref="T:System.IO.Pipelines.PipeWriter" />.</summary>
|
||||||
|
<param name="source">The stream from which the contents will be copied.</param>
|
||||||
|
<param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>A task that represents the asynchronous copy operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeWriter.Create(System.IO.Stream,System.IO.Pipelines.StreamPipeWriterOptions)">
|
||||||
|
<summary>Creates a <see cref="T:System.IO.Pipelines.PipeWriter" /> wrapping the specified <see cref="T:System.IO.Stream" />.</summary>
|
||||||
|
<param name="stream">The stream that the pipe writer will wrap.</param>
|
||||||
|
<param name="writerOptions">The options to configure the pipe writer.</param>
|
||||||
|
<returns>A <see cref="T:System.IO.Pipelines.PipeWriter" /> that wraps the <see cref="T:System.IO.Stream" />.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeWriter.FlushAsync(System.Threading.CancellationToken)">
|
||||||
|
<summary>Makes bytes written available to <see cref="T:System.IO.Pipelines.PipeReader" /> and runs <see cref="M:System.IO.Pipelines.PipeReader.ReadAsync(System.Threading.CancellationToken)" /> continuation.</summary>
|
||||||
|
<param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>A task that represents and wraps the asynchronous flush operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeWriter.GetMemory(System.Int32)">
|
||||||
|
<summary>Returns a <see cref="T:System.Memory`1" /> to write to that is at least the requested size, as specified by the <paramref name="sizeHint" /> parameter.</summary>
|
||||||
|
<param name="sizeHint">The minimum length of the returned <see cref="T:System.Memory`1" />. If 0, a non-empty memory buffer of arbitrary size is returned.</param>
|
||||||
|
<exception cref="T:System.OutOfMemoryException">The requested buffer size is not available.</exception>
|
||||||
|
<returns>A memory buffer of at least <paramref name="sizeHint" /> bytes. If <paramref name="sizeHint" /> is 0, returns a non-empty buffer of arbitrary size.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeWriter.GetSpan(System.Int32)">
|
||||||
|
<summary>Returns a <see cref="T:System.Span`1" /> to write to that is at least the requested size, as specified by the <paramref name="sizeHint" /> parameter.</summary>
|
||||||
|
<param name="sizeHint">The minimum length of the returned <see cref="T:System.Span`1" />. If 0, a non-empty buffer of arbitrary size is returned.</param>
|
||||||
|
<exception cref="T:System.OutOfMemoryException">The requested buffer size is not available.</exception>
|
||||||
|
<returns>A buffer of at least <paramref name="sizeHint" /> bytes. If <paramref name="sizeHint" /> is 0, returns a non-empty buffer of arbitrary size.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeWriter.OnReaderCompleted(System.Action{System.Exception,System.Object},System.Object)">
|
||||||
|
<summary>Registers a callback that executes when the <see cref="T:System.IO.Pipelines.PipeReader" /> side of the pipe is completed.</summary>
|
||||||
|
<param name="callback">The callback to register.</param>
|
||||||
|
<param name="state">The state object to pass to <paramref name="callback" /> when it's invoked.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeWriter.WriteAsync(System.ReadOnlyMemory{System.Byte},System.Threading.CancellationToken)">
|
||||||
|
<summary>Writes the specified byte memory range to the pipe and makes data accessible to the <see cref="T:System.IO.Pipelines.PipeReader" />.</summary>
|
||||||
|
<param name="source">The read-only byte memory region to write.</param>
|
||||||
|
<param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>A task that represents the asynchronous write operation, and wraps the flush asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.PipeWriter.CanGetUnflushedBytes">
|
||||||
|
<summary>Gets a value that indicates whether the current <see cref="T:System.IO.Pipelines.PipeWriter" /> supports reporting the count of unflushed bytes.</summary>
|
||||||
|
<returns>
|
||||||
|
<see langword="true" />If a class derived from <see cref="T:System.IO.Pipelines.PipeWriter" /> does not support getting the unflushed bytes, calls to <see cref="P:System.IO.Pipelines.PipeWriter.UnflushedBytes" /> throw <see cref="T:System.NotImplementedException" />.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.PipeWriter.UnflushedBytes">
|
||||||
|
<summary>When overridden in a derived class, gets the count of unflushed bytes within the current writer.</summary>
|
||||||
|
<exception cref="T:System.NotImplementedException">The <see cref="T:System.IO.Pipelines.PipeWriter" /> does not support getting the unflushed byte count.</exception>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.IO.Pipelines.ReadResult">
|
||||||
|
<summary>Represents the result of a <see cref="M:System.IO.Pipelines.PipeReader.ReadAsync(System.Threading.CancellationToken)" /> call.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.ReadResult.#ctor(System.Buffers.ReadOnlySequence{System.Byte},System.Boolean,System.Boolean)">
|
||||||
|
<summary>Creates a new instance of <see cref="T:System.IO.Pipelines.ReadResult" /> setting <see cref="P:System.IO.Pipelines.ReadResult.IsCanceled" /> and <see cref="P:System.IO.Pipelines.ReadResult.IsCompleted" /> flags.</summary>
|
||||||
|
<param name="buffer">The read-only sequence containing the bytes of data that were read in the <see cref="M:System.IO.Pipelines.PipeReader.ReadAsync(System.Threading.CancellationToken)" /> call.</param>
|
||||||
|
<param name="isCanceled">A flag that indicates if the <see cref="M:System.IO.Pipelines.PipeReader.ReadAsync(System.Threading.CancellationToken)" /> operation that produced this <see cref="T:System.IO.Pipelines.ReadResult" /> was canceled by <see cref="M:System.IO.Pipelines.PipeReader.CancelPendingRead" />.</param>
|
||||||
|
<param name="isCompleted">A flag that indicates whether the end of the data stream has been reached.</param>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.ReadResult.Buffer">
|
||||||
|
<summary>Gets the <see cref="T:System.Buffers.ReadOnlySequence`1" /> that was read.</summary>
|
||||||
|
<returns>A read-only sequence containing the bytes of data that were read in the <see cref="M:System.IO.Pipelines.PipeReader.ReadAsync(System.Threading.CancellationToken)" /> call.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.ReadResult.IsCanceled">
|
||||||
|
<summary>Gets a value that indicates whether the current <see cref="M:System.IO.Pipelines.PipeReader.ReadAsync(System.Threading.CancellationToken)" /> operation was canceled by <see cref="M:System.IO.Pipelines.PipeReader.CancelPendingRead" />.</summary>
|
||||||
|
<returns>
|
||||||
|
<see langword="true" /> if the <see cref="M:System.IO.Pipelines.PipeReader.ReadAsync(System.Threading.CancellationToken)" /> operation that produced this <see cref="T:System.IO.Pipelines.ReadResult" /> was canceled by <see cref="M:System.IO.Pipelines.PipeReader.CancelPendingRead" />; otherwise, <see langword="false" />.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.ReadResult.IsCompleted">
|
||||||
|
<summary>Gets a value that indicates whether the end of the data stream has been reached.</summary>
|
||||||
|
<returns>
|
||||||
|
<see langword="true" /> if the end of the data stream has been reached; otherwise, <see langword="false" />.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.IO.Pipelines.StreamPipeExtensions">
|
||||||
|
<summary>Provides extension methods for <see cref="T:System.IO.Stream" /> that support read and write operations directly into pipes.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.StreamPipeExtensions.CopyToAsync(System.IO.Stream,System.IO.Pipelines.PipeWriter,System.Threading.CancellationToken)">
|
||||||
|
<summary>Asynchronously reads the bytes from the <see cref="T:System.IO.Stream" /> and writes them to the specified <see cref="T:System.IO.Pipelines.PipeWriter" />, using a cancellation token.</summary>
|
||||||
|
<param name="source">The stream from which the contents of the current stream will be copied.</param>
|
||||||
|
<param name="destination">The writer to which the contents of the source stream will be copied.</param>
|
||||||
|
<param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>A task that represents the asynchronous copy operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.IO.Pipelines.StreamPipeReaderOptions">
|
||||||
|
<summary>Represents a set of options for controlling the creation of the <see cref="T:System.IO.Pipelines.PipeReader" />.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.StreamPipeReaderOptions.#ctor(System.Buffers.MemoryPool{System.Byte},System.Int32,System.Int32,System.Boolean,System.Boolean)">
|
||||||
|
<summary>Initializes a <see cref="T:System.IO.Pipelines.StreamPipeReaderOptions" /> instance, optionally specifying a memory pool, a minimum buffer size, a minimum read size, and whether the underlying stream should be left open after the <see cref="T:System.IO.Pipelines.PipeReader" /> completes.</summary>
|
||||||
|
<param name="pool">The memory pool to use when allocating memory. The default value is <see langword="null" />.</param>
|
||||||
|
<param name="bufferSize">The minimum buffer size to use when renting memory from the <paramref name="pool" />. The default value is 4096.</param>
|
||||||
|
<param name="minimumReadSize">The threshold of remaining bytes in the buffer before a new buffer is allocated. The default value is 1024.</param>
|
||||||
|
<param name="leaveOpen">
|
||||||
|
<see langword="true" /> to leave the underlying stream open after the <see cref="T:System.IO.Pipelines.PipeReader" /> completes; <see langword="false" /> to close it. The default is <see langword="false" />.</param>
|
||||||
|
<param name="useZeroByteReads">
|
||||||
|
<see langword="true" /> if reads with an empty buffer should be issued to the underlying stream before allocating memory; otherwise, <see langword="false" />.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.StreamPipeReaderOptions.#ctor(System.Buffers.MemoryPool{System.Byte},System.Int32,System.Int32,System.Boolean)">
|
||||||
|
<summary>Initializes a <see cref="T:System.IO.Pipelines.StreamPipeReaderOptions" /> instance, optionally specifying a memory pool, a minimum buffer size, a minimum read size, and whether the underlying stream should be left open after the <see cref="T:System.IO.Pipelines.PipeReader" /> completes.</summary>
|
||||||
|
<param name="pool">The memory pool to use when allocating memory. The default value is <see langword="null" />.</param>
|
||||||
|
<param name="bufferSize">The minimum buffer size to use when renting memory from the <paramref name="pool" />. The default value is 4096.</param>
|
||||||
|
<param name="minimumReadSize">The threshold of remaining bytes in the buffer before a new buffer is allocated. The default value is 1024.</param>
|
||||||
|
<param name="leaveOpen">
|
||||||
|
<see langword="true" /> to leave the underlying stream open after the <see cref="T:System.IO.Pipelines.PipeReader" /> completes; <see langword="false" /> to close it. The default is <see langword="false" />.</param>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.StreamPipeReaderOptions.BufferSize">
|
||||||
|
<summary>Gets the minimum buffer size to use when renting memory from the <see cref="P:System.IO.Pipelines.StreamPipeReaderOptions.Pool" />.</summary>
|
||||||
|
<returns>The buffer size.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.StreamPipeReaderOptions.LeaveOpen">
|
||||||
|
<summary>Gets the value that indicates if the underlying stream should be left open after the <see cref="T:System.IO.Pipelines.PipeReader" /> completes.</summary>
|
||||||
|
<returns>
|
||||||
|
<see langword="true" /> if the underlying stream should be left open after the <see cref="T:System.IO.Pipelines.PipeReader" /> completes; otherwise, <see langword="false" />.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.StreamPipeReaderOptions.MinimumReadSize">
|
||||||
|
<summary>Gets the threshold of remaining bytes in the buffer before a new buffer is allocated.</summary>
|
||||||
|
<returns>The minimum read size.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.StreamPipeReaderOptions.Pool">
|
||||||
|
<summary>Gets the <see cref="T:System.Buffers.MemoryPool`1" /> to use when allocating memory.</summary>
|
||||||
|
<returns>A memory pool instance.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.StreamPipeReaderOptions.UseZeroByteReads">
|
||||||
|
<summary>Gets the value that indicates if reads with an empty buffer should be issued to the underlying stream, in order to wait for data to arrive before allocating memory.</summary>
|
||||||
|
<returns>
|
||||||
|
<see langword="true" /> if reads with an empty buffer should be issued to the underlying stream before allocating memory; otherwise, <see langword="false" />.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.IO.Pipelines.StreamPipeWriterOptions">
|
||||||
|
<summary>Represents a set of options for controlling the creation of the <see cref="T:System.IO.Pipelines.PipeWriter" />.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.StreamPipeWriterOptions.#ctor(System.Buffers.MemoryPool{System.Byte},System.Int32,System.Boolean)">
|
||||||
|
<summary>Initializes a <see cref="T:System.IO.Pipelines.StreamPipeWriterOptions" /> instance, optionally specifying a memory pool, a minimum buffer size, and whether the underlying stream should be left open after the <see cref="T:System.IO.Pipelines.PipeWriter" /> completes.</summary>
|
||||||
|
<param name="pool">The memory pool to use when allocating memory. The default value is <see langword="null" />.</param>
|
||||||
|
<param name="minimumBufferSize">The minimum buffer size to use when renting memory from the <paramref name="pool" />. The default value is 4096.</param>
|
||||||
|
<param name="leaveOpen">
|
||||||
|
<see langword="true" /> to leave the underlying stream open after the <see cref="T:System.IO.Pipelines.PipeWriter" /> completes; <see langword="false" /> to close it. The default is <see langword="false" />.</param>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.StreamPipeWriterOptions.LeaveOpen">
|
||||||
|
<summary>Gets the value that indicates if the underlying stream should be left open after the <see cref="T:System.IO.Pipelines.PipeWriter" /> completes.</summary>
|
||||||
|
<returns>
|
||||||
|
<see langword="true" /> if the underlying stream should be left open after the <see cref="T:System.IO.Pipelines.PipeWriter" /> completes; otherwise, <see langword="false" />.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.StreamPipeWriterOptions.MinimumBufferSize">
|
||||||
|
<summary>Gets the minimum buffer size to use when renting memory from the <see cref="P:System.IO.Pipelines.StreamPipeWriterOptions.Pool" />.</summary>
|
||||||
|
<returns>An integer representing the minimum buffer size.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.StreamPipeWriterOptions.Pool">
|
||||||
|
<summary>Gets the <see cref="T:System.Buffers.MemoryPool`1" /> to use when allocating memory.</summary>
|
||||||
|
<returns>A memory pool instance.</returns>
|
||||||
|
</member>
|
||||||
|
</members>
|
||||||
|
</doc>
|
||||||
BIN
_ref/original/Электронная Фармация/System.Memory.dll
Normal file
3489
_ref/original/Электронная Фармация/System.Memory.xml
Normal file
BIN
_ref/original/Электронная Фармация/System.Net.Http.Json.dll
Normal file
644
_ref/original/Электронная Фармация/System.Net.Http.Json.xml
Normal file
@ -0,0 +1,644 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<doc>
|
||||||
|
<assembly>
|
||||||
|
<name>System.Net.Http.Json</name>
|
||||||
|
</assembly>
|
||||||
|
<members>
|
||||||
|
<member name="T:System.Net.Http.Json.HttpClientJsonExtensions">
|
||||||
|
<summary>Contains extension methods to send and receive HTTP content as JSON.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.DeleteFromJsonAsync(System.Net.Http.HttpClient,System.String,System.Type,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends a DELETE request to the specified Uri and returns the value that results from deserializing the response body as JSON in an asynchronous operation.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="type">The type of the object to deserialize to and return.</param>
|
||||||
|
<param name="options">Options to control the behavior during serialization. The default options are those specified by <see cref="F:System.Text.Json.JsonSerializerDefaults.Web" />.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<exception cref="T:System.ArgumentNullException">The <paramref name="client" /> is <see langword="null" />.</exception>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.DeleteFromJsonAsync(System.Net.Http.HttpClient,System.String,System.Type,System.Text.Json.Serialization.JsonSerializerContext,System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends a DELETE request to the specified Uri and returns the value that results from deserializing the response body as JSON in an asynchronous operation.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="type">The type of the object to deserialize to and return.</param>
|
||||||
|
<param name="context">The JsonSerializerContext used to control the deserialization behavior.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<exception cref="T:System.ArgumentNullException">The <paramref name="client" /> is <see langword="null" />.</exception>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.DeleteFromJsonAsync(System.Net.Http.HttpClient,System.String,System.Type,System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends a DELETE request to the specified Uri and returns the value that results from deserializing the response body as JSON in an asynchronous operation.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="type">The type of the object to deserialize to and return.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<exception cref="T:System.ArgumentNullException">The <paramref name="client" /> is <see langword="null" />.</exception>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.DeleteFromJsonAsync(System.Net.Http.HttpClient,System.Uri,System.Type,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends a DELETE request to the specified Uri and returns the value that results from deserializing the response body as JSON in an asynchronous operation.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="type">The type of the object to deserialize to and return.</param>
|
||||||
|
<param name="options">Options to control the behavior during serialization. The default options are those specified by <see cref="F:System.Text.Json.JsonSerializerDefaults.Web" />.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<exception cref="T:System.ArgumentNullException">The <paramref name="client" /> is <see langword="null" />.</exception>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.DeleteFromJsonAsync(System.Net.Http.HttpClient,System.Uri,System.Type,System.Text.Json.Serialization.JsonSerializerContext,System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends a DELETE request to the specified Uri and returns the value that results from deserializing the response body as JSON in an asynchronous operation.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="type">The type of the object to deserialize to and return.</param>
|
||||||
|
<param name="context">The JsonSerializerContext used to control the deserialization behavior.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<exception cref="T:System.ArgumentNullException">The <paramref name="client" /> is <see langword="null" />.</exception>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.DeleteFromJsonAsync(System.Net.Http.HttpClient,System.Uri,System.Type,System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends a DELETE request to the specified Uri and returns the value that results from deserializing the response body as JSON in an asynchronous operation.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="type">The type of the object to deserialize to and return.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<exception cref="T:System.ArgumentNullException">The <paramref name="client" /> is <see langword="null" />.</exception>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.DeleteFromJsonAsync``1(System.Net.Http.HttpClient,System.String,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends a DELETE request to the specified Uri and returns the value that results from deserializing the response body as JSON in an asynchronous operation.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="options">Options to control the behavior during serialization. The default options are those specified by <see cref="F:System.Text.Json.JsonSerializerDefaults.Web" />.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<typeparam name="TValue">The target type to deserialize to.</typeparam>
|
||||||
|
<exception cref="T:System.ArgumentNullException">The <paramref name="client" /> is <see langword="null" />.</exception>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.DeleteFromJsonAsync``1(System.Net.Http.HttpClient,System.String,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends a DELETE request to the specified Uri and returns the value that results from deserializing the response body as JSON in an asynchronous operation.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="jsonTypeInfo">The JsonTypeInfo used to control the deserialization behavior.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<typeparam name="TValue">The target type to deserialize to.</typeparam>
|
||||||
|
<exception cref="T:System.ArgumentNullException">The <paramref name="client" /> is <see langword="null" />.</exception>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.DeleteFromJsonAsync``1(System.Net.Http.HttpClient,System.String,System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends a DELETE request to the specified Uri and returns the value that results from deserializing the response body as JSON in an asynchronous operation.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<typeparam name="TValue">The target type to deserialize to.</typeparam>
|
||||||
|
<exception cref="T:System.ArgumentNullException">The <paramref name="client" /> is <see langword="null" />.</exception>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.DeleteFromJsonAsync``1(System.Net.Http.HttpClient,System.Uri,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends a DELETE request to the specified Uri and returns the value that results from deserializing the response body as JSON in an asynchronous operation.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="options">Options to control the behavior during serialization. The default options are those specified by <see cref="F:System.Text.Json.JsonSerializerDefaults.Web" />.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<typeparam name="TValue">The target type to deserialize to.</typeparam>
|
||||||
|
<exception cref="T:System.ArgumentNullException">The <paramref name="client" /> is <see langword="null" />.</exception>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.DeleteFromJsonAsync``1(System.Net.Http.HttpClient,System.Uri,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends a DELETE request to the specified Uri and returns the value that results from deserializing the response body as JSON in an asynchronous operation.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="jsonTypeInfo">The JsonTypeInfo used to control the deserialization behavior.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<typeparam name="TValue">The target type to deserialize to.</typeparam>
|
||||||
|
<exception cref="T:System.ArgumentNullException">The <paramref name="client" /> is <see langword="null" />.</exception>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.DeleteFromJsonAsync``1(System.Net.Http.HttpClient,System.Uri,System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends a DELETE request to the specified Uri and returns the value that results from deserializing the response body as JSON in an asynchronous operation.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<typeparam name="TValue">The target type to deserialize to.</typeparam>
|
||||||
|
<exception cref="T:System.ArgumentNullException">The <paramref name="client" /> is <see langword="null" />.</exception>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsAsyncEnumerable``1(System.Net.Http.HttpClient,System.String,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends an <c>HTTP GET</c> request to the specified <paramref name="requestUri" /> and returns the value that results from deserializing the response body as JSON in an async enumerable operation.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="options" />
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<typeparam name="TValue">The target type to deserialize to.</typeparam>
|
||||||
|
<exception cref="T:System.ArgumentNullException">The <paramref name="client" /> is <see langword="null" />.</exception>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>An <see cref="T:System.Collections.Generic.IAsyncEnumerable`1" /> that represents the deserialized response body.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsAsyncEnumerable``1(System.Net.Http.HttpClient,System.String,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends an <c>HTTP GET</c>request to the specified <paramref name="requestUri" /> and returns the value that results from deserializing the response body as JSON in an async enumerable operation.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="jsonTypeInfo">The JsonTypeInfo used to control the behavior during deserialization.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<typeparam name="TValue">The target type to deserialize to.</typeparam>
|
||||||
|
<exception cref="T:System.ArgumentNullException">The <paramref name="client" /> is <see langword="null" />.</exception>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>An <see cref="T:System.Collections.Generic.IAsyncEnumerable`1" /> that represents the deserialized response body.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsAsyncEnumerable``1(System.Net.Http.HttpClient,System.String,System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends an <c>HTTP GET</c>request to the specified <paramref name="requestUri" /> and returns the value that results from deserializing the response body as JSON in an async enumerable operation.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<typeparam name="TValue">The target type to deserialize to.</typeparam>
|
||||||
|
<exception cref="T:System.ArgumentNullException">The <paramref name="client" /> is <see langword="null" />.</exception>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>An <see cref="T:System.Collections.Generic.IAsyncEnumerable`1" /> that represents the deserialized response body.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsAsyncEnumerable``1(System.Net.Http.HttpClient,System.Uri,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends an <c>HTTP GET</c>request to the specified <paramref name="requestUri" /> and returns the value that results from deserializing the response body as JSON in an async enumerable operation.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="options" />
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<typeparam name="TValue">The target type to deserialize to.</typeparam>
|
||||||
|
<exception cref="T:System.ArgumentNullException">The <paramref name="client" /> is <see langword="null" />.</exception>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>An <see cref="T:System.Collections.Generic.IAsyncEnumerable`1" /> that represents the deserialized response body.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsAsyncEnumerable``1(System.Net.Http.HttpClient,System.Uri,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends an <c>HTTP GET</c>request to the specified <paramref name="requestUri" /> and returns the value that results from deserializing the response body as JSON in an async enumerable operation.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="jsonTypeInfo">The JsonTypeInfo used to control the behavior during deserialization.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<typeparam name="TValue">The target type to deserialize to.</typeparam>
|
||||||
|
<exception cref="T:System.ArgumentNullException">The <paramref name="client" /> is <see langword="null" />.</exception>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>An <see cref="T:System.Collections.Generic.IAsyncEnumerable`1" /> that represents the deserialized response body.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsAsyncEnumerable``1(System.Net.Http.HttpClient,System.Uri,System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends an <c>HTTP GET</c>request to the specified <paramref name="requestUri" /> and returns the value that results from deserializing the response body as JSON in an async enumerable operation.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<typeparam name="TValue">The target type to deserialize to.</typeparam>
|
||||||
|
<exception cref="T:System.ArgumentNullException">The <paramref name="client" /> is <see langword="null" />.</exception>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>An <see cref="T:System.Collections.Generic.IAsyncEnumerable`1" /> that represents the deserialized response body.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync(System.Net.Http.HttpClient,System.String,System.Type,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends a GET request to the specified Uri and returns the value that results from deserializing the response body as JSON in an asynchronous operation.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="type">The type of the object to deserialize to and return.</param>
|
||||||
|
<param name="options">Options to control the behavior during deserialization. The default options are those specified by <see cref="F:System.Text.Json.JsonSerializerDefaults.Web" />.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync(System.Net.Http.HttpClient,System.String,System.Type,System.Text.Json.Serialization.JsonSerializerContext,System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends a GET request to the specified Uri and returns the value that results from deserializing the response body as JSON in an asynchronous operation.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="type">The type of the object to deserialize to and return.</param>
|
||||||
|
<param name="context">The JsonSerializerContext used to control the deserialization behavior.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync(System.Net.Http.HttpClient,System.String,System.Type,System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends a GET request to the specified Uri and returns the value that results from deserializing the response body as JSON in an asynchronous operation.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="type">The type of the object to deserialize to and return.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync(System.Net.Http.HttpClient,System.Uri,System.Type,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends a GET request to the specified Uri and returns the value that results from deserializing the response body as JSON in an asynchronous operation.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="type">The type of the object to deserialize to and return.</param>
|
||||||
|
<param name="options">Options to control the behavior during deserialization. The default options are those specified by <see cref="F:System.Text.Json.JsonSerializerDefaults.Web" />.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync(System.Net.Http.HttpClient,System.Uri,System.Type,System.Text.Json.Serialization.JsonSerializerContext,System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends a GET request to the specified Uri and returns the value that results from deserializing the response body as JSON in an asynchronous operation.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="type">The type of the object to deserialize to and return.</param>
|
||||||
|
<param name="context">The JsonSerializerContext used to control the deserialization behavior.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync(System.Net.Http.HttpClient,System.Uri,System.Type,System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends a GET request to the specified Uri and returns the value that results from deserializing the response body as JSON in an asynchronous operation.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="type">The type of the object to deserialize to and return.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync``1(System.Net.Http.HttpClient,System.String,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends a GET request to the specified Uri and returns the value that results from deserializing the response body as JSON in an asynchronous operation.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="options">Options to control the behavior during deserialization. The default options are those specified by <see cref="F:System.Text.Json.JsonSerializerDefaults.Web" />.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<typeparam name="TValue">The target type to deserialize to.</typeparam>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync``1(System.Net.Http.HttpClient,System.String,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends a GET request to the specified Uri and returns the value that results from deserializing the response body as JSON in an asynchronous operation.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="jsonTypeInfo">The JsonTypeInfo used to control the deserialization behavior.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<typeparam name="TValue">The target type to deserialize to.</typeparam>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync``1(System.Net.Http.HttpClient,System.String,System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends a GET request to the specified Uri and returns the value that results from deserializing the response body as JSON in an asynchronous operation.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<typeparam name="TValue">The target type to deserialize to.</typeparam>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync``1(System.Net.Http.HttpClient,System.Uri,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends a GET request to the specified Uri and returns the value that results from deserializing the response body as JSON in an asynchronous operation.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="options">Options to control the behavior during deserialization. The default options are those specified by <see cref="F:System.Text.Json.JsonSerializerDefaults.Web" />.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<typeparam name="TValue">The target type to deserialize to.</typeparam>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync``1(System.Net.Http.HttpClient,System.Uri,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends a GET request to the specified Uri and returns the value that results from deserializing the response body as JSON in an asynchronous operation.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="jsonTypeInfo">The JsonTypeInfo used to control the deserialization behavior.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<typeparam name="TValue">The target type to deserialize to.</typeparam>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync``1(System.Net.Http.HttpClient,System.Uri,System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends a GET request to the specified Uri and returns the value that results from deserializing the response body as JSON in an asynchronous operation.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<typeparam name="TValue">The target type to deserialize to.</typeparam>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.PatchAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends a PATCH request to the specified Uri containing the <paramref name="value" /> serialized as JSON in the request body.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="value">The value to serialize.</param>
|
||||||
|
<param name="options">Options to control the behavior during serialization. The default options are those specified by <see cref="F:System.Text.Json.JsonSerializerDefaults.Web" />.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<typeparam name="TValue">The type of the value to serialize.</typeparam>
|
||||||
|
<exception cref="T:System.ArgumentNullException">The <paramref name="client" /> is <see langword="null" />.</exception>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.PatchAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends a PATCH request to the specified Uri containing the <paramref name="value" /> serialized as JSON in the request body.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="value">The value to serialize.</param>
|
||||||
|
<param name="jsonTypeInfo">The JsonTypeInfo used to control the behavior during serialization.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<typeparam name="TValue">The type of the value to serialize.</typeparam>
|
||||||
|
<exception cref="T:System.ArgumentNullException">The <paramref name="client" /> is <see langword="null" />.</exception>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.PatchAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends a PATCH request to the specified Uri containing the <paramref name="value" /> serialized as JSON in the request body.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="value">The value to serialize.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<typeparam name="TValue">The type of the value to serialize.</typeparam>
|
||||||
|
<exception cref="T:System.ArgumentNullException">The <paramref name="client" /> is <see langword="null" />.</exception>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.PatchAsJsonAsync``1(System.Net.Http.HttpClient,System.Uri,``0,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends a PATCH request to the specified Uri containing the <paramref name="value" /> serialized as JSON in the request body.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="value">The value to serialize.</param>
|
||||||
|
<param name="options">Options to control the behavior during serialization. The default options are those specified by <see cref="F:System.Text.Json.JsonSerializerDefaults.Web" />.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<typeparam name="TValue">The type of the value to serialize.</typeparam>
|
||||||
|
<exception cref="T:System.ArgumentNullException">The <paramref name="client" /> is <see langword="null" />.</exception>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.PatchAsJsonAsync``1(System.Net.Http.HttpClient,System.Uri,``0,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends a PATCH request to the specified Uri containing the <paramref name="value" /> serialized as JSON in the request body.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="value">The value to serialize.</param>
|
||||||
|
<param name="jsonTypeInfo">The JsonTypeInfo used to control the behavior during serialization.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<typeparam name="TValue">The type of the value to serialize.</typeparam>
|
||||||
|
<exception cref="T:System.ArgumentNullException">The <paramref name="client" /> is <see langword="null" />.</exception>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.PatchAsJsonAsync``1(System.Net.Http.HttpClient,System.Uri,``0,System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends a PATCH request to the specified Uri containing the <paramref name="value" /> serialized as JSON in the request body.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="value">The value to serialize.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<typeparam name="TValue">The type of the value to serialize.</typeparam>
|
||||||
|
<exception cref="T:System.ArgumentNullException">The <paramref name="client" /> is <see langword="null" />.</exception>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.PostAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends a POST request to the specified Uri containing the <paramref name="value" /> serialized as JSON in the request body.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="value">The value to serialize.</param>
|
||||||
|
<param name="options">Options to control the behavior during serialization. The default options are those specified by <see cref="F:System.Text.Json.JsonSerializerDefaults.Web" />.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<typeparam name="TValue">The type of the value to serialize.</typeparam>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.PostAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends a POST request to the specified Uri containing the <paramref name="value" /> serialized as JSON in the request body.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="value">The value to serialize.</param>
|
||||||
|
<param name="jsonTypeInfo">The JsonTypeInfo used to control the serialization behavior.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<typeparam name="TValue">The type of the value to serialize.</typeparam>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.PostAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends a POST request to the specified Uri containing the <paramref name="value" /> serialized as JSON in the request body.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="value">The value to serialize.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<typeparam name="TValue">The type of the value to serialize.</typeparam>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.PostAsJsonAsync``1(System.Net.Http.HttpClient,System.Uri,``0,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends a POST request to the specified Uri containing the <paramref name="value" /> serialized as JSON in the request body.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="value">The value to serialize.</param>
|
||||||
|
<param name="options">Options to control the behavior during serialization. The default options are those specified by <see cref="F:System.Text.Json.JsonSerializerDefaults.Web" />.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<typeparam name="TValue">The type of the value to serialize.</typeparam>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.PostAsJsonAsync``1(System.Net.Http.HttpClient,System.Uri,``0,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends a POST request to the specified Uri containing the <paramref name="value" /> serialized as JSON in the request body.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="value">The value to serialize.</param>
|
||||||
|
<param name="jsonTypeInfo">The JsonTypeInfo used to control the serialization behavior.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<typeparam name="TValue">The type of the value to serialize.</typeparam>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.PostAsJsonAsync``1(System.Net.Http.HttpClient,System.Uri,``0,System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends a POST request to the specified Uri containing the <paramref name="value" /> serialized as JSON in the request body.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="value">The value to serialize.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<typeparam name="TValue">The type of the value to serialize.</typeparam>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.PutAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)">
|
||||||
|
<summary>Send a PUT request to the specified Uri containing the <paramref name="value" /> serialized as JSON in the request body.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="value">The value to serialize.</param>
|
||||||
|
<param name="options">Options to control the behavior during serialization. The default options are those specified by <see cref="F:System.Text.Json.JsonSerializerDefaults.Web" />.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<typeparam name="TValue">The type of the value to serialize.</typeparam>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.PutAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Threading.CancellationToken)">
|
||||||
|
<summary>Send a PUT request to the specified Uri containing the <paramref name="value" /> serialized as JSON in the request body.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="value">The value to serialize.</param>
|
||||||
|
<param name="jsonTypeInfo">The JsonTypeInfo used to control the serialization behavior.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<typeparam name="TValue">The type of the value to serialize.</typeparam>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.PutAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Threading.CancellationToken)">
|
||||||
|
<summary>Send a PUT request to the specified Uri containing the <paramref name="value" /> serialized as JSON in the request body.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="value">The value to serialize.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<typeparam name="TValue">The type of the value to serialize.</typeparam>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.PutAsJsonAsync``1(System.Net.Http.HttpClient,System.Uri,``0,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)">
|
||||||
|
<summary>Send a PUT request to the specified Uri containing the <paramref name="value" /> serialized as JSON in the request body.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="value">The value to serialize.</param>
|
||||||
|
<param name="options">Options to control the behavior during serialization. The default options are those specified by <see cref="F:System.Text.Json.JsonSerializerDefaults.Web" />.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<typeparam name="TValue">The type of the value to serialize.</typeparam>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.PutAsJsonAsync``1(System.Net.Http.HttpClient,System.Uri,``0,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Threading.CancellationToken)">
|
||||||
|
<summary>Send a PUT request to the specified Uri containing the <paramref name="value" /> serialized as JSON in the request body.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="value">The value to serialize.</param>
|
||||||
|
<param name="jsonTypeInfo">The JsonTypeInfo used to control the serialization behavior.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<typeparam name="TValue">The type of the value to serialize.</typeparam>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.PutAsJsonAsync``1(System.Net.Http.HttpClient,System.Uri,``0,System.Threading.CancellationToken)">
|
||||||
|
<summary>Send a PUT request to the specified Uri containing the <paramref name="value" /> serialized as JSON in the request body.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="value">The value to serialize.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<typeparam name="TValue">The type of the value to serialize.</typeparam>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Net.Http.Json.HttpContentJsonExtensions">
|
||||||
|
<summary>Contains extension methods to read and then parse the <see cref="T:System.Net.Http.HttpContent" /> from JSON.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsAsyncEnumerable``1(System.Net.Http.HttpContent,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)">
|
||||||
|
<summary>Reads the HTTP content and returns the value that results from deserializing the content as JSON in an async enumerable operation.</summary>
|
||||||
|
<param name="content">The content to read from.</param>
|
||||||
|
<param name="options">Options to control the behavior during deserialization.
|
||||||
|
The default options are those specified by <see cref="F:System.Text.Json.JsonSerializerDefaults.Web" />.</param>
|
||||||
|
<param name="cancellationToken" />
|
||||||
|
<typeparam name="TValue">The target type to deserialize to.</typeparam>
|
||||||
|
<exception cref="T:System.ArgumentNullException">The <paramref name="content" /> is <see langword="null" />.</exception>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>An <see cref="T:System.Collections.Generic.IAsyncEnumerable`1" /> that represents the deserialized response body.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsAsyncEnumerable``1(System.Net.Http.HttpContent,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Threading.CancellationToken)">
|
||||||
|
<summary>Reads the HTTP content and returns the value that results from deserializing the content as JSON in an async enumerable operation.</summary>
|
||||||
|
<param name="content">The content to read from.</param>
|
||||||
|
<param name="jsonTypeInfo">The JsonTypeInfo used to control the deserialization behavior.</param>
|
||||||
|
<param name="cancellationToken" />
|
||||||
|
<typeparam name="TValue">The target type to deserialize to.</typeparam>
|
||||||
|
<exception cref="T:System.ArgumentNullException">The <paramref name="content" /> is <see langword="null" />.</exception>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>An <see cref="T:System.Collections.Generic.IAsyncEnumerable`1" /> that represents the deserialized response body.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsAsyncEnumerable``1(System.Net.Http.HttpContent,System.Threading.CancellationToken)">
|
||||||
|
<summary>Reads the HTTP content and returns the value that results from deserializing the content as JSON in an async enumerable operation.</summary>
|
||||||
|
<param name="content" />
|
||||||
|
<param name="cancellationToken" />
|
||||||
|
<typeparam name="TValue">The target type to deserialize to.</typeparam>
|
||||||
|
<exception cref="T:System.ArgumentNullException">The <paramref name="content" /> is <see langword="null" />.</exception>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>An <see cref="T:System.Collections.Generic.IAsyncEnumerable`1" /> that represents the deserialized response body.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsync(System.Net.Http.HttpContent,System.Type,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)">
|
||||||
|
<summary>Reads the HTTP content and returns the value that results from deserializing the content as JSON in an asynchronous operation.</summary>
|
||||||
|
<param name="content">The content to read from.</param>
|
||||||
|
<param name="type">The type of the object to deserialize to and return.</param>
|
||||||
|
<param name="options">Options to control the behavior during deserialization. The default options are those specified by <see cref="F:System.Text.Json.JsonSerializerDefaults.Web" />.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsync(System.Net.Http.HttpContent,System.Type,System.Text.Json.Serialization.JsonSerializerContext,System.Threading.CancellationToken)">
|
||||||
|
<summary>Reads the HTTP content and returns the value that results from deserializing the content as JSON in an asynchronous operation.</summary>
|
||||||
|
<param name="content">The content to read from.</param>
|
||||||
|
<param name="type">The type of the object to deserialize to and return.</param>
|
||||||
|
<param name="context">The JsonSerializerContext used to control the deserialization behavior.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsync(System.Net.Http.HttpContent,System.Type,System.Threading.CancellationToken)">
|
||||||
|
<summary>Reads the HTTP content and returns the value that results from deserializing the content as JSON in an asynchronous operation.</summary>
|
||||||
|
<param name="content">The content to read from.</param>
|
||||||
|
<param name="type">The type of the object to deserialize to and return.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsync``1(System.Net.Http.HttpContent,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)">
|
||||||
|
<summary>Reads the HTTP content and returns the value that results from deserializing the content as JSON in an asynchronous operation.</summary>
|
||||||
|
<param name="content">The content to read from.</param>
|
||||||
|
<param name="options">Options to control the behavior during deserialization. The default options are those specified by <see cref="F:System.Text.Json.JsonSerializerDefaults.Web" />.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<typeparam name="T">The target type to deserialize to.</typeparam>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsync``1(System.Net.Http.HttpContent,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Threading.CancellationToken)">
|
||||||
|
<summary>Reads the HTTP content and returns the value that results from deserializing the content as JSON in an asynchronous operation.</summary>
|
||||||
|
<param name="content">The content to read from.</param>
|
||||||
|
<param name="jsonTypeInfo">The JsonTypeInfo used to control the deserialization behavior.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<typeparam name="T">The target type to deserialize to.</typeparam>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsync``1(System.Net.Http.HttpContent,System.Threading.CancellationToken)">
|
||||||
|
<summary>Reads the HTTP content and returns the value that results from deserializing the content as JSON in an asynchronous operation.</summary>
|
||||||
|
<param name="content">The content to read from.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<typeparam name="T">The target type to deserialize to.</typeparam>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Net.Http.Json.JsonContent">
|
||||||
|
<summary>Provides HTTP content based on JSON.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.JsonContent.Create(System.Object,System.Text.Json.Serialization.Metadata.JsonTypeInfo,System.Net.Http.Headers.MediaTypeHeaderValue)">
|
||||||
|
<summary>Creates a new instance of the <see cref="T:System.Net.Http.Json.JsonContent" /> class that will contain the <paramref name="inputValue" /> serialized as JSON.</summary>
|
||||||
|
<param name="inputValue">The value to serialize.</param>
|
||||||
|
<param name="jsonTypeInfo">The JsonTypeInfo used to control the serialization behavior.</param>
|
||||||
|
<param name="mediaType">The media type to use for the content.</param>
|
||||||
|
<returns>A <see cref="T:System.Net.Http.Json.JsonContent" /> instance.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.JsonContent.Create(System.Object,System.Type,System.Net.Http.Headers.MediaTypeHeaderValue,System.Text.Json.JsonSerializerOptions)">
|
||||||
|
<summary>Creates a new instance of the <see cref="T:System.Net.Http.Json.JsonContent" /> class that will contain the <paramref name="inputValue" /> serialized as JSON.</summary>
|
||||||
|
<param name="inputValue">The value to serialize.</param>
|
||||||
|
<param name="inputType">The type of the value to serialize.</param>
|
||||||
|
<param name="mediaType">The media type to use for the content.</param>
|
||||||
|
<param name="options">Options to control the behavior during serialization, the default options are <see cref="F:System.Text.Json.JsonSerializerDefaults.Web" />.</param>
|
||||||
|
<returns>A <see cref="T:System.Net.Http.Json.JsonContent" /> instance.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.JsonContent.Create``1(``0,System.Net.Http.Headers.MediaTypeHeaderValue,System.Text.Json.JsonSerializerOptions)">
|
||||||
|
<summary>Creates a new instance of the <see cref="T:System.Net.Http.Json.JsonContent" /> class that will contain the <paramref name="inputValue" /> serialized as JSON.</summary>
|
||||||
|
<param name="inputValue">The value to serialize.</param>
|
||||||
|
<param name="mediaType">The media type to use for the content.</param>
|
||||||
|
<param name="options">Options to control the behavior during serialization, the default options are <see cref="F:System.Text.Json.JsonSerializerDefaults.Web" />.</param>
|
||||||
|
<typeparam name="T">The type of the value to serialize.</typeparam>
|
||||||
|
<returns>A <see cref="T:System.Net.Http.Json.JsonContent" /> instance.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.JsonContent.Create``1(``0,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Net.Http.Headers.MediaTypeHeaderValue)">
|
||||||
|
<summary>Creates a new instance of the <see cref="T:System.Net.Http.Json.JsonContent" /> class that will contain the <paramref name="inputValue" /> serialized as JSON.</summary>
|
||||||
|
<param name="inputValue">The value to serialize.</param>
|
||||||
|
<param name="jsonTypeInfo">The JsonTypeInfo used to control the serialization behavior.</param>
|
||||||
|
<param name="mediaType">The media type to use for the content.</param>
|
||||||
|
<typeparam name="T">The type of the value to serialize.</typeparam>
|
||||||
|
<returns>A <see cref="T:System.Net.Http.Json.JsonContent" /> instance.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Net.Http.Json.JsonContent.ObjectType">
|
||||||
|
<summary>Gets the type of the <see cref="P:System.Net.Http.Json.JsonContent.Value" /> to be serialized by this instance.</summary>
|
||||||
|
<returns>The type of the <see cref="P:System.Net.Http.Json.JsonContent.Value" /> to be serialized by this instance.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Net.Http.Json.JsonContent.Value">
|
||||||
|
<summary>Gets the value to be serialized and used as the body of the <see cref="T:System.Net.Http.HttpRequestMessage" /> that sends this instance.</summary>
|
||||||
|
<returns>The value to be serialized and used as the body of the <see cref="T:System.Net.Http.HttpRequestMessage" /> that sends this instance.</returns>
|
||||||
|
</member>
|
||||||
|
</members>
|
||||||
|
</doc>
|
||||||
BIN
_ref/original/Электронная Фармация/System.Numerics.Vectors.dll
Normal file
3451
_ref/original/Электронная Фармация/System.Numerics.Vectors.xml
Normal file
@ -0,0 +1,353 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<doc>
|
||||||
|
<assembly>
|
||||||
|
<name>System.Runtime.CompilerServices.Unsafe</name>
|
||||||
|
</assembly>
|
||||||
|
<members>
|
||||||
|
<member name="T:System.Runtime.CompilerServices.Unsafe">
|
||||||
|
<summary>
|
||||||
|
Contains generic, low-level functionality for manipulating pointers.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.Unsafe.Read``1(System.Void*)">
|
||||||
|
<summary>
|
||||||
|
Reads a value of type <typeparamref name="T"/> from the given location.
|
||||||
|
</summary>
|
||||||
|
<typeparam name="T">The type to read.</typeparam>
|
||||||
|
<param name="source">The location to read from.</param>
|
||||||
|
<returns>An object of type <typeparamref name="T"/> read from the given location.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.Unsafe.ReadUnaligned``1(System.Void*)">
|
||||||
|
<summary>
|
||||||
|
Reads a value of type <typeparamref name="T"/> from the given location.
|
||||||
|
</summary>
|
||||||
|
<typeparam name="T">The type to read.</typeparam>
|
||||||
|
<param name="source">The location to read from.</param>
|
||||||
|
<returns>An object of type <typeparamref name="T"/> read from the given location.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.Unsafe.ReadUnaligned``1(System.Byte@)">
|
||||||
|
<summary>
|
||||||
|
Reads a value of type <typeparamref name="T"/> from the given location.
|
||||||
|
</summary>
|
||||||
|
<typeparam name="T">The type to read.</typeparam>
|
||||||
|
<param name="source">The location to read from.</param>
|
||||||
|
<returns>An object of type <typeparamref name="T"/> read from the given location.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.Unsafe.Write``1(System.Void*,``0)">
|
||||||
|
<summary>
|
||||||
|
Writes a value of type <typeparamref name="T"/> to the given location.
|
||||||
|
</summary>
|
||||||
|
<typeparam name="T">The type of value to write.</typeparam>
|
||||||
|
<param name="destination">The location to write to.</param>
|
||||||
|
<param name="value">The value to write.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.Unsafe.WriteUnaligned``1(System.Void*,``0)">
|
||||||
|
<summary>
|
||||||
|
Writes a value of type <typeparamref name="T"/> to the given location.
|
||||||
|
</summary>
|
||||||
|
<typeparam name="T">The type of value to write.</typeparam>
|
||||||
|
<param name="destination">The location to write to.</param>
|
||||||
|
<param name="value">The value to write.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.Unsafe.WriteUnaligned``1(System.Byte@,``0)">
|
||||||
|
<summary>
|
||||||
|
Writes a value of type <typeparamref name="T"/> to the given location.
|
||||||
|
</summary>
|
||||||
|
<typeparam name="T">The type of value to write.</typeparam>
|
||||||
|
<param name="destination">The location to write to.</param>
|
||||||
|
<param name="value">The value to write.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.Unsafe.Copy``1(System.Void*,``0@)">
|
||||||
|
<summary>
|
||||||
|
Copies a value of type <typeparamref name="T"/> to the given location.
|
||||||
|
</summary>
|
||||||
|
<typeparam name="T">The type of value to copy.</typeparam>
|
||||||
|
<param name="destination">The location to copy to.</param>
|
||||||
|
<param name="source">A reference to the value to copy.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.Unsafe.Copy``1(``0@,System.Void*)">
|
||||||
|
<summary>
|
||||||
|
Copies a value of type <typeparamref name="T"/> to the given location.
|
||||||
|
</summary>
|
||||||
|
<typeparam name="T">The type of value to copy.</typeparam>
|
||||||
|
<param name="destination">The location to copy to.</param>
|
||||||
|
<param name="source">A pointer to the value to copy.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.Unsafe.AsPointer``1(``0@)">
|
||||||
|
<summary>
|
||||||
|
Returns a pointer to the given by-ref parameter.
|
||||||
|
</summary>
|
||||||
|
<typeparam name="T">The type of object.</typeparam>
|
||||||
|
<param name="value">The object whose pointer is obtained.</param>
|
||||||
|
<returns>A pointer to the given value.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.Unsafe.SizeOf``1">
|
||||||
|
<summary>
|
||||||
|
Returns the size of an object of the given type parameter.
|
||||||
|
</summary>
|
||||||
|
<typeparam name="T">The type of object whose size is retrieved.</typeparam>
|
||||||
|
<returns>The size of an object of type <typeparamref name="T"/>.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.Unsafe.As``1(System.Object)">
|
||||||
|
<summary>
|
||||||
|
Casts the given object to the specified type, performs no dynamic type checking.
|
||||||
|
</summary>
|
||||||
|
<typeparam name="T">The type which the object will be cast to.</typeparam>
|
||||||
|
<param name="o">The object to cast.</param>
|
||||||
|
<returns>The original object, casted to the given type.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.Unsafe.AsRef``1(System.Void*)">
|
||||||
|
<summary>
|
||||||
|
Reinterprets the given location as a reference to a value of type <typeparamref name="T"/>.
|
||||||
|
</summary>
|
||||||
|
<typeparam name="T">The type of the interpreted location.</typeparam>
|
||||||
|
<param name="source">The location of the value to reference.</param>
|
||||||
|
<returns>A reference to a value of type <typeparamref name="T"/>.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.Unsafe.AsRef``1(``0@)">
|
||||||
|
<summary>
|
||||||
|
Reinterprets the given read-only reference as a reference.
|
||||||
|
</summary>
|
||||||
|
<typeparam name="T">The type of reference.</typeparam>
|
||||||
|
<param name="source">The read-only reference to reinterpret.</param>
|
||||||
|
<returns>A reference to a value of type <typeparamref name="T"/>.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.Unsafe.As``2(``0@)">
|
||||||
|
<summary>
|
||||||
|
Reinterprets the given reference as a reference to a value of type <typeparamref name="TTo"/>.
|
||||||
|
</summary>
|
||||||
|
<typeparam name="TFrom">The type of reference to reinterpret.</typeparam>
|
||||||
|
<typeparam name="TTo">The desired type of the reference.</typeparam>
|
||||||
|
<param name="source">The reference to reinterpret.</param>
|
||||||
|
<returns>A reference to a value of type <typeparamref name="TTo"/>.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.Unsafe.Unbox``1(System.Object)">
|
||||||
|
<summary>
|
||||||
|
Returns a reference to the value type contained with the specified box object.
|
||||||
|
</summary>
|
||||||
|
<typeparam name="T">The type of the value type contained within the box.</typeparam>
|
||||||
|
<param name="box">The boxed value type.</param>
|
||||||
|
<returns>A reference to a value of type <typeparamref name="T"/> in the box object.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.Unsafe.Add``1(``0@,System.Int32)">
|
||||||
|
<summary>
|
||||||
|
Adds an element offset to the given reference.
|
||||||
|
</summary>
|
||||||
|
<typeparam name="T">The type of reference.</typeparam>
|
||||||
|
<param name="source">The reference to add the offset to.</param>
|
||||||
|
<param name="elementOffset">The offset to add.</param>
|
||||||
|
<returns>A new reference that reflects the addition of offset to pointer.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.Unsafe.Add``1(System.Void*,System.Int32)">
|
||||||
|
<summary>
|
||||||
|
Adds an element offset to the given pointer.
|
||||||
|
</summary>
|
||||||
|
<typeparam name="T">The type of reference.</typeparam>
|
||||||
|
<param name="source">The pointer to add the offset to.</param>
|
||||||
|
<param name="elementOffset">The offset to add.</param>
|
||||||
|
<returns>A new pointer that reflects the addition of offset to pointer.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.Unsafe.Add``1(``0@,System.IntPtr)">
|
||||||
|
<summary>
|
||||||
|
Adds an element offset to the given reference.
|
||||||
|
</summary>
|
||||||
|
<typeparam name="T">The type of reference.</typeparam>
|
||||||
|
<param name="source">The reference to add the offset to.</param>
|
||||||
|
<param name="elementOffset">The offset to add.</param>
|
||||||
|
<returns>A new reference that reflects the addition of offset to pointer.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.Unsafe.Add``1(``0@,System.UIntPtr)">
|
||||||
|
<summary>
|
||||||
|
Adds an element offset to the given reference.
|
||||||
|
</summary>
|
||||||
|
<typeparam name="T">The type of reference.</typeparam>
|
||||||
|
<param name="source">The reference to add the offset to.</param>
|
||||||
|
<param name="elementOffset">The offset to add.</param>
|
||||||
|
<returns>A new reference that reflects the addition of offset to pointer.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.Unsafe.AddByteOffset``1(``0@,System.IntPtr)">
|
||||||
|
<summary>
|
||||||
|
Adds a byte offset to the given reference.
|
||||||
|
</summary>
|
||||||
|
<typeparam name="T">The type of reference.</typeparam>
|
||||||
|
<param name="source">The reference to add the offset to.</param>
|
||||||
|
<param name="byteOffset">The offset to add.</param>
|
||||||
|
<returns>A new reference that reflects the addition of byte offset to pointer.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.Unsafe.AddByteOffset``1(``0@,System.UIntPtr)">
|
||||||
|
<summary>
|
||||||
|
Adds a byte offset to the given reference.
|
||||||
|
</summary>
|
||||||
|
<typeparam name="T">The type of reference.</typeparam>
|
||||||
|
<param name="source">The reference to add the offset to.</param>
|
||||||
|
<param name="byteOffset">The offset to add.</param>
|
||||||
|
<returns>A new reference that reflects the addition of byte offset to pointer.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.Unsafe.Subtract``1(``0@,System.Int32)">
|
||||||
|
<summary>
|
||||||
|
Subtracts an element offset from the given reference.
|
||||||
|
</summary>
|
||||||
|
<typeparam name="T">The type of reference.</typeparam>
|
||||||
|
<param name="source">The reference to subtract the offset from.</param>
|
||||||
|
<param name="elementOffset">The offset to subtract.</param>
|
||||||
|
<returns>A new reference that reflects the subraction of offset from pointer.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.Unsafe.Subtract``1(``0@,System.IntPtr)">
|
||||||
|
<summary>
|
||||||
|
Subtracts an element offset from the given reference.
|
||||||
|
</summary>
|
||||||
|
<typeparam name="T">The type of reference.</typeparam>
|
||||||
|
<param name="source">The reference to subtract the offset from.</param>
|
||||||
|
<param name="elementOffset">The offset to subtract.</param>
|
||||||
|
<returns>A new reference that reflects the subraction of offset from pointer.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.Unsafe.Subtract``1(``0@,System.UIntPtr)">
|
||||||
|
<summary>
|
||||||
|
Subtracts an element offset from the given reference.
|
||||||
|
</summary>
|
||||||
|
<typeparam name="T">The type of reference.</typeparam>
|
||||||
|
<param name="source">The reference to subtract the offset from.</param>
|
||||||
|
<param name="elementOffset">The offset to subtract.</param>
|
||||||
|
<returns>A new reference that reflects the subraction of offset from pointer.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.Unsafe.SubtractByteOffset``1(``0@,System.IntPtr)">
|
||||||
|
<summary>
|
||||||
|
Subtracts a byte offset from the given reference.
|
||||||
|
</summary>
|
||||||
|
<typeparam name="T">The type of reference.</typeparam>
|
||||||
|
<param name="source">The reference to subtract the offset from.</param>
|
||||||
|
<param name="byteOffset">The offset to subtract.</param>
|
||||||
|
<returns>A new reference that reflects the subraction of byte offset from pointer.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.Unsafe.SubtractByteOffset``1(``0@,System.UIntPtr)">
|
||||||
|
<summary>
|
||||||
|
Subtracts a byte offset from the given reference.
|
||||||
|
</summary>
|
||||||
|
<typeparam name="T">The type of reference.</typeparam>
|
||||||
|
<param name="source">The reference to subtract the offset from.</param>
|
||||||
|
<param name="byteOffset">The offset to subtract.</param>
|
||||||
|
<returns>A new reference that reflects the subraction of byte offset from pointer.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.Unsafe.ByteOffset``1(``0@,``0@)">
|
||||||
|
<summary>
|
||||||
|
Determines the byte offset from origin to target from the given references.
|
||||||
|
</summary>
|
||||||
|
<typeparam name="T">The type of reference.</typeparam>
|
||||||
|
<param name="origin">The reference to origin.</param>
|
||||||
|
<param name="target">The reference to target.</param>
|
||||||
|
<returns>Byte offset from origin to target i.e. <paramref name="target"/> - <paramref name="origin"/>.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.Unsafe.AreSame``1(``0@,``0@)">
|
||||||
|
<summary>
|
||||||
|
Determines whether the specified references point to the same location.
|
||||||
|
</summary>
|
||||||
|
<param name="left">The first reference to compare.</param>
|
||||||
|
<param name="right">The second reference to compare.</param>
|
||||||
|
<returns><c>true</c> if <paramref name="left"/> and <paramref name="right"/> point to the same location; otherwise <c>false</c>.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.Unsafe.IsAddressGreaterThan``1(``0@,``0@)">
|
||||||
|
<summary>
|
||||||
|
Determines whether the memory address referenced by <paramref name="left"/> is greater than the memory address referenced by <paramref name="right"/>.
|
||||||
|
</summary>
|
||||||
|
<param name="left">The first reference to compare.</param>
|
||||||
|
<param name="right">The second reference to compare.</param>
|
||||||
|
<returns><c>true</c> if the memory address referenced by <paramref name="left"/> is greater than the memory address referenced by <paramref name="right"/>; otherwise <c>false</c>.</returns>
|
||||||
|
<remarks>
|
||||||
|
This check is conceptually similar to "(void*)(&left) > (void*)(&right)". Both parameters must reference the same object, array, or span;
|
||||||
|
or the objects being referenced must both be pinned; or both references must represent unmanaged pointers; otherwise the result is undefined.
|
||||||
|
</remarks>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.Unsafe.IsAddressLessThan``1(``0@,``0@)">
|
||||||
|
<summary>
|
||||||
|
Determines whether the memory address referenced by <paramref name="left"/> is less than the memory address referenced by <paramref name="right"/>.
|
||||||
|
</summary>
|
||||||
|
<param name="left">The first reference to compare.</param>
|
||||||
|
<param name="right">The second reference to compare.</param>
|
||||||
|
<returns><c>true</c> if the memory address referenced by <paramref name="left"/> is less than the memory address referenced by <paramref name="right"/>; otherwise <c>false</c>.</returns>
|
||||||
|
<remarks>
|
||||||
|
This check is conceptually similar to "(void*)(&left) < (void*)(&right)". Both parameters must reference the same object, array, or span;
|
||||||
|
or the objects being referenced must both be pinned; or both references must represent unmanaged pointers; otherwise the result is undefined.
|
||||||
|
</remarks>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.Unsafe.IsNullRef``1(``0@)">
|
||||||
|
<summary>
|
||||||
|
Returns if a given reference to a value of type <typeparamref name="T"/> is a null reference.
|
||||||
|
</summary>
|
||||||
|
<param name="source">The reference to check.</param>
|
||||||
|
<remarks>This check is conceptually similar to "(void*)(&source) == nullptr".</remarks>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.Unsafe.NullRef``1">
|
||||||
|
<summary>
|
||||||
|
Returns a reference to a value of type <typeparamref name="T"/> that is a null reference.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.Unsafe.CopyBlock(System.Void*,System.Void*,System.UInt32)">
|
||||||
|
<summary>
|
||||||
|
Copies bytes from the source address to the destination address.
|
||||||
|
</summary>
|
||||||
|
<param name="destination">The destination address to copy to.</param>
|
||||||
|
<param name="source">The source address to copy from.</param>
|
||||||
|
<param name="byteCount">The number of bytes to copy.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.Unsafe.CopyBlock(System.Byte@,System.Byte@,System.UInt32)">
|
||||||
|
<summary>
|
||||||
|
Copies bytes from the source address to the destination address.
|
||||||
|
</summary>
|
||||||
|
<param name="destination">The destination address to copy to.</param>
|
||||||
|
<param name="source">The source address to copy from.</param>
|
||||||
|
<param name="byteCount">The number of bytes to copy.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.Unsafe.CopyBlockUnaligned(System.Void*,System.Void*,System.UInt32)">
|
||||||
|
<summary>
|
||||||
|
Copies bytes from the source address to the destination address
|
||||||
|
without assuming architecture dependent alignment of the addresses.
|
||||||
|
</summary>
|
||||||
|
<param name="destination">The destination address to copy to.</param>
|
||||||
|
<param name="source">The source address to copy from.</param>
|
||||||
|
<param name="byteCount">The number of bytes to copy.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.Unsafe.CopyBlockUnaligned(System.Byte@,System.Byte@,System.UInt32)">
|
||||||
|
<summary>
|
||||||
|
Copies bytes from the source address to the destination address
|
||||||
|
without assuming architecture dependent alignment of the addresses.
|
||||||
|
</summary>
|
||||||
|
<param name="destination">The destination address to copy to.</param>
|
||||||
|
<param name="source">The source address to copy from.</param>
|
||||||
|
<param name="byteCount">The number of bytes to copy.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.Unsafe.InitBlock(System.Void*,System.Byte,System.UInt32)">
|
||||||
|
<summary>
|
||||||
|
Initializes a block of memory at the given location with a given initial value.
|
||||||
|
</summary>
|
||||||
|
<param name="startAddress">The address of the start of the memory block to initialize.</param>
|
||||||
|
<param name="value">The value to initialize the block to.</param>
|
||||||
|
<param name="byteCount">The number of bytes to initialize.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.Unsafe.InitBlock(System.Byte@,System.Byte,System.UInt32)">
|
||||||
|
<summary>
|
||||||
|
Initializes a block of memory at the given location with a given initial value.
|
||||||
|
</summary>
|
||||||
|
<param name="startAddress">The address of the start of the memory block to initialize.</param>
|
||||||
|
<param name="value">The value to initialize the block to.</param>
|
||||||
|
<param name="byteCount">The number of bytes to initialize.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.Unsafe.InitBlockUnaligned(System.Void*,System.Byte,System.UInt32)">
|
||||||
|
<summary>
|
||||||
|
Initializes a block of memory at the given location with a given initial value
|
||||||
|
without assuming architecture dependent alignment of the address.
|
||||||
|
</summary>
|
||||||
|
<param name="startAddress">The address of the start of the memory block to initialize.</param>
|
||||||
|
<param name="value">The value to initialize the block to.</param>
|
||||||
|
<param name="byteCount">The number of bytes to initialize.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.Unsafe.InitBlockUnaligned(System.Byte@,System.Byte,System.UInt32)">
|
||||||
|
<summary>
|
||||||
|
Initializes a block of memory at the given location with a given initial value
|
||||||
|
without assuming architecture dependent alignment of the address.
|
||||||
|
</summary>
|
||||||
|
<param name="startAddress">The address of the start of the memory block to initialize.</param>
|
||||||
|
<param name="value">The value to initialize the block to.</param>
|
||||||
|
<param name="byteCount">The number of bytes to initialize.</param>
|
||||||
|
</member>
|
||||||
|
</members>
|
||||||
|
</doc>
|
||||||
BIN
_ref/original/Электронная Фармация/System.Text.Encodings.Web.dll
Normal file
939
_ref/original/Электронная Фармация/System.Text.Encodings.Web.xml
Normal file
@ -0,0 +1,939 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<doc>
|
||||||
|
<assembly>
|
||||||
|
<name>System.Text.Encodings.Web</name>
|
||||||
|
</assembly>
|
||||||
|
<members>
|
||||||
|
<member name="T:System.Text.Encodings.Web.HtmlEncoder">
|
||||||
|
<summary>Represents an HTML character encoding.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Text.Encodings.Web.HtmlEncoder.#ctor">
|
||||||
|
<summary>Initializes a new instance of the <see cref="T:System.Text.Encodings.Web.HtmlEncoder" /> class.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Text.Encodings.Web.HtmlEncoder.Create(System.Text.Encodings.Web.TextEncoderSettings)">
|
||||||
|
<summary>Creates a new instance of the HtmlEncoder class with the specified settings.</summary>
|
||||||
|
<param name="settings">Settings that control how the <see cref="T:System.Text.Encodings.Web.HtmlEncoder" /> instance encodes, primarily which characters to encode.</param>
|
||||||
|
<exception cref="T:System.ArgumentNullException">
|
||||||
|
<paramref name="settings" /> is <see langword="null" />.</exception>
|
||||||
|
<returns>A new instance of the <see cref="T:System.Text.Encodings.Web.HtmlEncoder" /> class.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Text.Encodings.Web.HtmlEncoder.Create(System.Text.Unicode.UnicodeRange[])">
|
||||||
|
<summary>Creates a new instance of the HtmlEncoder class that specifies characters the encoder is allowed to not encode.</summary>
|
||||||
|
<param name="allowedRanges">The set of characters that the encoder is allowed to not encode.</param>
|
||||||
|
<exception cref="T:System.ArgumentNullException">
|
||||||
|
<paramref name="allowedRanges" /> is <see langword="null" />.</exception>
|
||||||
|
<returns>A new instance of the <see cref="T:System.Text.Encodings.Web.HtmlEncoder" /> class.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Encodings.Web.HtmlEncoder.Default">
|
||||||
|
<summary>Gets a built-in instance of the <see cref="T:System.Text.Encodings.Web.HtmlEncoder" /> class.</summary>
|
||||||
|
<returns>A built-in instance of the <see cref="T:System.Text.Encodings.Web.HtmlEncoder" /> class.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Text.Encodings.Web.JavaScriptEncoder">
|
||||||
|
<summary>Represents a JavaScript character encoding.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Text.Encodings.Web.JavaScriptEncoder.#ctor">
|
||||||
|
<summary>Initializes a new instance of the <see cref="T:System.Text.Encodings.Web.JavaScriptEncoder" /> class.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Text.Encodings.Web.JavaScriptEncoder.Create(System.Text.Encodings.Web.TextEncoderSettings)">
|
||||||
|
<summary>Creates a new instance of JavaScriptEncoder class with the specified settings.</summary>
|
||||||
|
<param name="settings">Settings that control how the <see cref="T:System.Text.Encodings.Web.JavaScriptEncoder" /> instance encodes, primarily which characters to encode.</param>
|
||||||
|
<exception cref="T:System.ArgumentNullException">
|
||||||
|
<paramref name="settings" /> is <see langword="null" />.</exception>
|
||||||
|
<returns>A new instance of the <see cref="T:System.Text.Encodings.Web.JavaScriptEncoder" /> class.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Text.Encodings.Web.JavaScriptEncoder.Create(System.Text.Unicode.UnicodeRange[])">
|
||||||
|
<summary>Creates a new instance of the JavaScriptEncoder class that specifies characters the encoder is allowed to not encode.</summary>
|
||||||
|
<param name="allowedRanges">The set of characters that the encoder is allowed to not encode.</param>
|
||||||
|
<exception cref="T:System.ArgumentNullException">
|
||||||
|
<paramref name="allowedRanges" /> is <see langword="null" />.</exception>
|
||||||
|
<returns>A new instance of the <see cref="T:System.Text.Encodings.Web.JavaScriptEncoder" /> class.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Encodings.Web.JavaScriptEncoder.Default">
|
||||||
|
<summary>Gets a built-in instance of the <see cref="T:System.Text.Encodings.Web.JavaScriptEncoder" /> class.</summary>
|
||||||
|
<returns>A built-in instance of the <see cref="T:System.Text.Encodings.Web.JavaScriptEncoder" /> class.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Encodings.Web.JavaScriptEncoder.UnsafeRelaxedJsonEscaping">
|
||||||
|
<summary>Gets a built-in JavaScript encoder instance that is less strict about what is encoded.</summary>
|
||||||
|
<returns>A JavaScript encoder instance.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Text.Encodings.Web.TextEncoder">
|
||||||
|
<summary>The base class of web encoders.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Text.Encodings.Web.TextEncoder.#ctor">
|
||||||
|
<summary>Initializes a new instance of the <see cref="T:System.Text.Encodings.Web.TextEncoder" /> class.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Text.Encodings.Web.TextEncoder.Encode(System.IO.TextWriter,System.Char[],System.Int32,System.Int32)">
|
||||||
|
<summary>Encodes characters from an array and writes them to a <see cref="T:System.IO.TextWriter" /> object.</summary>
|
||||||
|
<param name="output">The stream to which to write the encoded text.</param>
|
||||||
|
<param name="value">The array of characters to encode.</param>
|
||||||
|
<param name="startIndex">The array index of the first character to encode.</param>
|
||||||
|
<param name="characterCount">The number of characters in the array to encode.</param>
|
||||||
|
<exception cref="T:System.ArgumentNullException">
|
||||||
|
<paramref name="output" /> is <see langword="null" />.</exception>
|
||||||
|
<exception cref="T:System.ArgumentException">The <see cref="M:System.Text.Encodings.Web.TextEncoder.TryEncodeUnicodeScalar(System.Int32,System.Char*,System.Int32,System.Int32@)" /> method failed. The encoder does not implement <see cref="P:System.Text.Encodings.Web.TextEncoder.MaxOutputCharactersPerInputCharacter" /> correctly.</exception>
|
||||||
|
<exception cref="T:System.ArgumentNullException">
|
||||||
|
<paramref name="value" /> is <see langword="null" />.</exception>
|
||||||
|
<exception cref="T:System.ArgumentOutOfRangeException">
|
||||||
|
<paramref name="startIndex" /> is out of range.</exception>
|
||||||
|
<exception cref="T:System.ArgumentOutOfRangeException">
|
||||||
|
<paramref name="characterCount" /> is out of range.</exception>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Text.Encodings.Web.TextEncoder.Encode(System.IO.TextWriter,System.String,System.Int32,System.Int32)">
|
||||||
|
<summary>Encodes a substring and writes it to a <see cref="T:System.IO.TextWriter" /> object.</summary>
|
||||||
|
<param name="output">The stream to which to write the encoded text.</param>
|
||||||
|
<param name="value">The string whose substring is to be encoded.</param>
|
||||||
|
<param name="startIndex">The index where the substring starts.</param>
|
||||||
|
<param name="characterCount">The number of characters in the substring.</param>
|
||||||
|
<exception cref="T:System.ArgumentNullException">
|
||||||
|
<paramref name="output" /> is <see langword="null" />.</exception>
|
||||||
|
<exception cref="T:System.ArgumentException">The <see cref="M:System.Text.Encodings.Web.TextEncoder.TryEncodeUnicodeScalar(System.Int32,System.Char*,System.Int32,System.Int32@)" /> method failed. The encoder does not implement <see cref="P:System.Text.Encodings.Web.TextEncoder.MaxOutputCharactersPerInputCharacter" /> correctly.</exception>
|
||||||
|
<exception cref="T:System.ArgumentNullException">
|
||||||
|
<paramref name="value" /> is <see langword="null" />.</exception>
|
||||||
|
<exception cref="T:System.ArgumentOutOfRangeException">
|
||||||
|
<paramref name="startIndex" /> is out of range.</exception>
|
||||||
|
<exception cref="T:System.ArgumentOutOfRangeException">
|
||||||
|
<paramref name="characterCount" /> is out of range.</exception>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Text.Encodings.Web.TextEncoder.Encode(System.IO.TextWriter,System.String)">
|
||||||
|
<summary>Encodes the specified string to a <see cref="T:System.IO.TextWriter" /> object.</summary>
|
||||||
|
<param name="output">The stream to which to write the encoded text.</param>
|
||||||
|
<param name="value">The string to encode.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Text.Encodings.Web.TextEncoder.Encode(System.ReadOnlySpan{System.Char},System.Span{System.Char},System.Int32@,System.Int32@,System.Boolean)">
|
||||||
|
<summary>Encodes the supplied characters.</summary>
|
||||||
|
<param name="source">A source buffer containing the characters to encode.</param>
|
||||||
|
<param name="destination">The destination buffer to which the encoded form of <paramref name="source" /> will be written.</param>
|
||||||
|
<param name="charsConsumed">The number of characters consumed from the <paramref name="source" /> buffer.</param>
|
||||||
|
<param name="charsWritten">The number of characters written to the <paramref name="destination" /> buffer.</param>
|
||||||
|
<param name="isFinalBlock">
|
||||||
|
<see langword="true" /> to indicate there is no further source data that needs to be encoded; otherwise, <see langword="false" />.</param>
|
||||||
|
<returns>An enumeration value that describes the result of the encoding operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Text.Encodings.Web.TextEncoder.Encode(System.String)">
|
||||||
|
<summary>Encodes the supplied string and returns the encoded text as a new string.</summary>
|
||||||
|
<param name="value">The string to encode.</param>
|
||||||
|
<exception cref="T:System.ArgumentNullException">
|
||||||
|
<paramref name="value" /> is <see langword="null" />.</exception>
|
||||||
|
<exception cref="T:System.ArgumentException">The <see cref="M:System.Text.Encodings.Web.TextEncoder.TryEncodeUnicodeScalar(System.Int32,System.Char*,System.Int32,System.Int32@)" /> method failed. The encoder does not implement <see cref="P:System.Text.Encodings.Web.TextEncoder.MaxOutputCharactersPerInputCharacter" /> correctly.</exception>
|
||||||
|
<returns>The encoded string.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Text.Encodings.Web.TextEncoder.EncodeUtf8(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@,System.Int32@,System.Boolean)">
|
||||||
|
<summary>Encodes the supplied UTF-8 text.</summary>
|
||||||
|
<param name="utf8Source">A source buffer containing the UTF-8 text to encode.</param>
|
||||||
|
<param name="utf8Destination">The destination buffer to which the encoded form of <paramref name="utf8Source" /> will be written.</param>
|
||||||
|
<param name="bytesConsumed">The number of bytes consumed from the <paramref name="utf8Source" /> buffer.</param>
|
||||||
|
<param name="bytesWritten">The number of bytes written to the <paramref name="utf8Destination" /> buffer.</param>
|
||||||
|
<param name="isFinalBlock">
|
||||||
|
<see langword="true" /> to indicate there is no further source data that needs to be encoded; otherwise, <see langword="false" />.</param>
|
||||||
|
<returns>A status code that describes the result of the encoding operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Text.Encodings.Web.TextEncoder.FindFirstCharacterToEncode(System.Char*,System.Int32)">
|
||||||
|
<summary>Finds the index of the first character to encode.</summary>
|
||||||
|
<param name="text">The text buffer to search.</param>
|
||||||
|
<param name="textLength">The number of characters in <paramref name="text" />.</param>
|
||||||
|
<returns>The index of the first character to encode.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Text.Encodings.Web.TextEncoder.FindFirstCharacterToEncodeUtf8(System.ReadOnlySpan{System.Byte})">
|
||||||
|
<summary>Finds the first element in a UTF-8 text input buffer that would be escaped by the current encoder instance.</summary>
|
||||||
|
<param name="utf8Text">The UTF-8 text input buffer to search.</param>
|
||||||
|
<returns>The index of the first element in <paramref name="utf8Text" /> that would be escaped by the current encoder instance, or -1 if no data in <paramref name="utf8Text" /> requires escaping.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Text.Encodings.Web.TextEncoder.TryEncodeUnicodeScalar(System.Int32,System.Char*,System.Int32,System.Int32@)">
|
||||||
|
<summary>Encodes a Unicode scalar value and writes it to a buffer.</summary>
|
||||||
|
<param name="unicodeScalar">A Unicode scalar value.</param>
|
||||||
|
<param name="buffer">A pointer to the buffer to which to write the encoded text.</param>
|
||||||
|
<param name="bufferLength">The length of the destination <paramref name="buffer" /> in characters.</param>
|
||||||
|
<param name="numberOfCharactersWritten">When the method returns, indicates the number of characters written to the <paramref name="buffer" />.</param>
|
||||||
|
<returns>
|
||||||
|
<see langword="false" /> if <paramref name="bufferLength" /> is too small to fit the encoded text; otherwise, returns <see langword="true" />.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Text.Encodings.Web.TextEncoder.WillEncode(System.Int32)">
|
||||||
|
<summary>Determines if a given Unicode scalar value will be encoded.</summary>
|
||||||
|
<param name="unicodeScalar">A Unicode scalar value.</param>
|
||||||
|
<returns>
|
||||||
|
<see langword="true" /> if the <paramref name="unicodeScalar" /> value will be encoded by this encoder; otherwise, returns <see langword="false" />.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Encodings.Web.TextEncoder.MaxOutputCharactersPerInputCharacter">
|
||||||
|
<summary>Gets the maximum number of characters that this encoder can generate for each input code point.</summary>
|
||||||
|
<returns>The maximum number of characters.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Text.Encodings.Web.TextEncoderSettings">
|
||||||
|
<summary>Represents a filter that allows only certain Unicode code points.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Text.Encodings.Web.TextEncoderSettings.#ctor">
|
||||||
|
<summary>Instantiates an empty filter (allows no code points through by default).</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Text.Encodings.Web.TextEncoderSettings.#ctor(System.Text.Encodings.Web.TextEncoderSettings)">
|
||||||
|
<summary>Instantiates a filter by cloning the allowed list of another <see cref="T:System.Text.Encodings.Web.TextEncoderSettings" /> object.</summary>
|
||||||
|
<param name="other">The other <see cref="T:System.Text.Encodings.Web.TextEncoderSettings" /> object to be cloned.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Text.Encodings.Web.TextEncoderSettings.#ctor(System.Text.Unicode.UnicodeRange[])">
|
||||||
|
<summary>Instantiates a filter where only the character ranges specified by <paramref name="allowedRanges" /> are allowed by the filter.</summary>
|
||||||
|
<param name="allowedRanges">The allowed character ranges.</param>
|
||||||
|
<exception cref="T:System.ArgumentNullException">
|
||||||
|
<paramref name="allowedRanges" /> is <see langword="null" />.</exception>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Text.Encodings.Web.TextEncoderSettings.AllowCharacter(System.Char)">
|
||||||
|
<summary>Allows the character specified by <paramref name="character" /> through the filter.</summary>
|
||||||
|
<param name="character">The allowed character.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Text.Encodings.Web.TextEncoderSettings.AllowCharacters(System.Char[])">
|
||||||
|
<summary>Allows all characters specified by <paramref name="characters" /> through the filter.</summary>
|
||||||
|
<param name="characters">The allowed characters.</param>
|
||||||
|
<exception cref="T:System.ArgumentNullException">
|
||||||
|
<paramref name="characters" /> is <see langword="null" />.</exception>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Text.Encodings.Web.TextEncoderSettings.AllowCodePoints(System.Collections.Generic.IEnumerable{System.Int32})">
|
||||||
|
<summary>Allows all code points specified by <paramref name="codePoints" />.</summary>
|
||||||
|
<param name="codePoints">The allowed code points.</param>
|
||||||
|
<exception cref="T:System.ArgumentNullException">
|
||||||
|
<paramref name="codePoints" /> is <see langword="null" />.</exception>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Text.Encodings.Web.TextEncoderSettings.AllowRange(System.Text.Unicode.UnicodeRange)">
|
||||||
|
<summary>Allows all characters specified by <paramref name="range" /> through the filter.</summary>
|
||||||
|
<param name="range">The range of characters to be allowed.</param>
|
||||||
|
<exception cref="T:System.ArgumentNullException">
|
||||||
|
<paramref name="range" /> is <see langword="null" />.</exception>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Text.Encodings.Web.TextEncoderSettings.AllowRanges(System.Text.Unicode.UnicodeRange[])">
|
||||||
|
<summary>Allows all characters specified by <paramref name="ranges" /> through the filter.</summary>
|
||||||
|
<param name="ranges">The ranges of characters to be allowed.</param>
|
||||||
|
<exception cref="T:System.ArgumentNullException">
|
||||||
|
<paramref name="ranges" /> is <see langword="null" />.</exception>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Text.Encodings.Web.TextEncoderSettings.Clear">
|
||||||
|
<summary>Resets this object by disallowing all characters.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Text.Encodings.Web.TextEncoderSettings.ForbidCharacter(System.Char)">
|
||||||
|
<summary>Disallows the character <paramref name="character" /> through the filter.</summary>
|
||||||
|
<param name="character">The disallowed character.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Text.Encodings.Web.TextEncoderSettings.ForbidCharacters(System.Char[])">
|
||||||
|
<summary>Disallows all characters specified by <paramref name="characters" /> through the filter.</summary>
|
||||||
|
<param name="characters">The disallowed characters.</param>
|
||||||
|
<exception cref="T:System.ArgumentNullException">
|
||||||
|
<paramref name="characters" /> is <see langword="null" />.</exception>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Text.Encodings.Web.TextEncoderSettings.ForbidRange(System.Text.Unicode.UnicodeRange)">
|
||||||
|
<summary>Disallows all characters specified by <paramref name="range" /> through the filter.</summary>
|
||||||
|
<param name="range">The range of characters to be disallowed.</param>
|
||||||
|
<exception cref="T:System.ArgumentNullException">
|
||||||
|
<paramref name="range" /> is <see langword="null" />.</exception>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Text.Encodings.Web.TextEncoderSettings.ForbidRanges(System.Text.Unicode.UnicodeRange[])">
|
||||||
|
<summary>Disallows all characters specified by <paramref name="ranges" /> through the filter.</summary>
|
||||||
|
<param name="ranges">The ranges of characters to be disallowed.</param>
|
||||||
|
<exception cref="T:System.ArgumentNullException">
|
||||||
|
<paramref name="ranges" /> is <see langword="null" />.</exception>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Text.Encodings.Web.TextEncoderSettings.GetAllowedCodePoints">
|
||||||
|
<summary>Gets an enumerator of all allowed code points.</summary>
|
||||||
|
<returns>The enumerator of allowed code points.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Text.Encodings.Web.UrlEncoder">
|
||||||
|
<summary>Represents a URL character encoding.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Text.Encodings.Web.UrlEncoder.#ctor">
|
||||||
|
<summary>Initializes a new instance of the <see cref="T:System.Text.Encodings.Web.UrlEncoder" /> class.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Text.Encodings.Web.UrlEncoder.Create(System.Text.Encodings.Web.TextEncoderSettings)">
|
||||||
|
<summary>Creates a new instance of UrlEncoder class with the specified settings.</summary>
|
||||||
|
<param name="settings">Settings that control how the <see cref="T:System.Text.Encodings.Web.UrlEncoder" /> instance encodes, primarily which characters to encode.</param>
|
||||||
|
<exception cref="T:System.ArgumentNullException">
|
||||||
|
<paramref name="settings" /> is <see langword="null" />.</exception>
|
||||||
|
<returns>A new instance of the <see cref="T:System.Text.Encodings.Web.UrlEncoder" /> class.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Text.Encodings.Web.UrlEncoder.Create(System.Text.Unicode.UnicodeRange[])">
|
||||||
|
<summary>Creates a new instance of the UrlEncoder class that specifies characters the encoder is allowed to not encode.</summary>
|
||||||
|
<param name="allowedRanges">The set of characters that the encoder is allowed to not encode.</param>
|
||||||
|
<exception cref="T:System.ArgumentNullException">
|
||||||
|
<paramref name="allowedRanges" /> is <see langword="null" />.</exception>
|
||||||
|
<returns>A new instance of the <see cref="T:System.Text.Encodings.Web.UrlEncoder" /> class.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Encodings.Web.UrlEncoder.Default">
|
||||||
|
<summary>Gets a built-in instance of the <see cref="T:System.Text.Encodings.Web.UrlEncoder" /> class.</summary>
|
||||||
|
<returns>A built-in instance of the <see cref="T:System.Text.Encodings.Web.UrlEncoder" /> class.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Text.Unicode.UnicodeRange">
|
||||||
|
<summary>Represents a contiguous range of Unicode code points.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Text.Unicode.UnicodeRange.#ctor(System.Int32,System.Int32)">
|
||||||
|
<summary>Creates a new <see cref="T:System.Text.Unicode.UnicodeRange" /> that includes a specified number of characters starting at a specified Unicode code point.</summary>
|
||||||
|
<param name="firstCodePoint">The first code point in the range.</param>
|
||||||
|
<param name="length">The number of code points in the range.</param>
|
||||||
|
<exception cref="T:System.ArgumentOutOfRangeException">
|
||||||
|
<paramref name="firstCodePoint" /> is less than zero or greater than 0xFFFF.
|
||||||
|
|
||||||
|
-or-
|
||||||
|
|
||||||
|
<paramref name="length" /> is less than zero.
|
||||||
|
|
||||||
|
-or-
|
||||||
|
|
||||||
|
<paramref name="firstCodePoint" /> plus <paramref name="length" /> is greater than 0xFFFF.</exception>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Text.Unicode.UnicodeRange.Create(System.Char,System.Char)">
|
||||||
|
<summary>Creates a new <see cref="T:System.Text.Unicode.UnicodeRange" /> instance from a span of characters.</summary>
|
||||||
|
<param name="firstCharacter">The first character in the range.</param>
|
||||||
|
<param name="lastCharacter">The last character in the range.</param>
|
||||||
|
<exception cref="T:System.ArgumentOutOfRangeException">
|
||||||
|
<paramref name="lastCharacter" /> precedes <paramref name="firstCharacter" />.</exception>
|
||||||
|
<returns>A range that includes all characters between <paramref name="firstCharacter" /> and <paramref name="lastCharacter" />.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRange.FirstCodePoint">
|
||||||
|
<summary>Gets the first code point in the range represented by this <see cref="T:System.Text.Unicode.UnicodeRange" /> instance.</summary>
|
||||||
|
<returns>The first code point in the range.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRange.Length">
|
||||||
|
<summary>Gets the number of code points in the range represented by this <see cref="T:System.Text.Unicode.UnicodeRange" /> instance.</summary>
|
||||||
|
<returns>The number of code points in the range.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Text.Unicode.UnicodeRanges">
|
||||||
|
<summary>Provides static properties that return predefined <see cref="T:System.Text.Unicode.UnicodeRange" /> instances that correspond to blocks from the Unicode specification.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.All">
|
||||||
|
<summary>Gets a range that consists of the entire Basic Multilingual Plane (BMP), from U+0000 to U+FFFF).</summary>
|
||||||
|
<returns>A range that consists of the entire BMP.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.AlphabeticPresentationForms">
|
||||||
|
<summary>Gets the Alphabetic Presentation Forms Unicode block (U+FB00-U+FB4F).</summary>
|
||||||
|
<returns>The Alphabetic Presentation Forms Unicode block (U+FB00-U+FB4F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Arabic">
|
||||||
|
<summary>Gets the Arabic Unicode block (U+0600-U+06FF).</summary>
|
||||||
|
<returns>The Arabic Unicode block (U+0600-U+06FF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.ArabicExtendedA">
|
||||||
|
<summary>Gets the Arabic Extended-A Unicode block (U+08A0-U+08FF).</summary>
|
||||||
|
<returns>The Arabic Extended-A Unicode block (U+08A0-U+08FF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.ArabicExtendedB">
|
||||||
|
<summary>A <see cref="T:System.Text.Unicode.UnicodeRange" /> corresponding to the 'Arabic Extended-B' Unicode block (U+0870..U+089F).</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.ArabicPresentationFormsA">
|
||||||
|
<summary>Gets the Arabic Presentation Forms-A Unicode block (U+FB50-U+FDFF).</summary>
|
||||||
|
<returns>The Arabic Presentation Forms-A Unicode block (U+FB50-U+FDFF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.ArabicPresentationFormsB">
|
||||||
|
<summary>Gets the Arabic Presentation Forms-B Unicode block (U+FE70-U+FEFF).</summary>
|
||||||
|
<returns>The Arabic Presentation Forms-B Unicode block (U+FE70-U+FEFF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.ArabicSupplement">
|
||||||
|
<summary>Gets the Arabic Supplement Unicode block (U+0750-U+077F).</summary>
|
||||||
|
<returns>The Arabic Supplement Unicode block (U+0750-U+077F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Armenian">
|
||||||
|
<summary>Gets the Armenian Unicode block (U+0530-U+058F).</summary>
|
||||||
|
<returns>The Armenian Unicode block (U+0530-U+058F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Arrows">
|
||||||
|
<summary>Gets the Arrows Unicode block (U+2190-U+21FF).</summary>
|
||||||
|
<returns>The Arrows Unicode block (U+2190-U+21FF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Balinese">
|
||||||
|
<summary>Gets the Balinese Unicode block (U+1B00-U+1B7F).</summary>
|
||||||
|
<returns>The Balinese Unicode block (U+1B00-U+1B7F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Bamum">
|
||||||
|
<summary>Gets the Bamum Unicode block (U+A6A0-U+A6FF).</summary>
|
||||||
|
<returns>The Bamum Unicode block (U+A6A0-U+A6FF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.BasicLatin">
|
||||||
|
<summary>Gets the Basic Latin Unicode block (U+0000-U+007F).</summary>
|
||||||
|
<returns>The Basic Latin Unicode block (U+0000-U+007F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Batak">
|
||||||
|
<summary>Gets the Batak Unicode block (U+1BC0-U+1BFF).</summary>
|
||||||
|
<returns>The Batak Unicode block (U+1BC0-U+1BFF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Bengali">
|
||||||
|
<summary>Gets the Bengali Unicode block (U+0980-U+09FF).</summary>
|
||||||
|
<returns>The Bengali Unicode block (U+0980-U+09FF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.BlockElements">
|
||||||
|
<summary>Gets the Block Elements Unicode block (U+2580-U+259F).</summary>
|
||||||
|
<returns>The Block Elements Unicode block (U+2580-U+259F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Bopomofo">
|
||||||
|
<summary>Gets the Bopomofo Unicode block (U+3100-U+312F).</summary>
|
||||||
|
<returns>The Bopomofo Unicode block (U+3105-U+312F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.BopomofoExtended">
|
||||||
|
<summary>Gets the Bopomofo Extended Unicode block (U+31A0-U+31BF).</summary>
|
||||||
|
<returns>The Bopomofo Extended Unicode block (U+31A0-U+31BF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.BoxDrawing">
|
||||||
|
<summary>Gets the Box Drawing Unicode block (U+2500-U+257F).</summary>
|
||||||
|
<returns>The Box Drawing Unicode block (U+2500-U+257F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.BraillePatterns">
|
||||||
|
<summary>Gets the Braille Patterns Unicode block (U+2800-U+28FF).</summary>
|
||||||
|
<returns>The Braille Patterns Unicode block (U+2800-U+28FF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Buginese">
|
||||||
|
<summary>Gets the Buginese Unicode block (U+1A00-U+1A1F).</summary>
|
||||||
|
<returns>The Buginese Unicode block (U+1A00-U+1A1F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Buhid">
|
||||||
|
<summary>Gets the Buhid Unicode block (U+1740-U+175F).</summary>
|
||||||
|
<returns>The Buhid Unicode block (U+1740-U+175F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Cham">
|
||||||
|
<summary>Gets the Cham Unicode block (U+AA00-U+AA5F).</summary>
|
||||||
|
<returns>The Cham Unicode block (U+AA00-U+AA5F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Cherokee">
|
||||||
|
<summary>Gets the Cherokee Unicode block (U+13A0-U+13FF).</summary>
|
||||||
|
<returns>The Cherokee Unicode block (U+13A0-U+13FF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.CherokeeSupplement">
|
||||||
|
<summary>Gets the Cherokee Supplement Unicode block (U+AB70-U+ABBF).</summary>
|
||||||
|
<returns>The Cherokee Supplement Unicode block (U+AB70-U+ABBF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.CjkCompatibility">
|
||||||
|
<summary>Gets the CJK Compatibility Unicode block (U+3300-U+33FF).</summary>
|
||||||
|
<returns>The CJK Compatibility Unicode block (U+3300-U+33FF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.CjkCompatibilityForms">
|
||||||
|
<summary>Gets the CJK Compatibility Forms Unicode block (U+FE30-U+FE4F).</summary>
|
||||||
|
<returns>The CJK Compatibility Forms Unicode block (U+FE30-U+FE4F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.CjkCompatibilityIdeographs">
|
||||||
|
<summary>Gets the CJK Compatibility Ideographs Unicode block (U+F900-U+FAD9).</summary>
|
||||||
|
<returns>The CJK Compatibility Ideographs Unicode block (U+F900-U+FAD9).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.CjkRadicalsSupplement">
|
||||||
|
<summary>Gets the CJK Radicals Supplement Unicode block (U+2E80-U+2EFF).</summary>
|
||||||
|
<returns>The CJK Radicals Supplement Unicode block (U+2E80-U+2EFF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.CjkStrokes">
|
||||||
|
<summary>Gets the CJK Strokes Unicode block (U+31C0-U+31EF).</summary>
|
||||||
|
<returns>The CJK Strokes Unicode block (U+31C0-U+31EF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.CjkSymbolsandPunctuation">
|
||||||
|
<summary>Gets the CJK Symbols and Punctuation Unicode block (U+3000-U+303F).</summary>
|
||||||
|
<returns>The CJK Symbols and Punctuation Unicode block (U+3000-U+303F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.CjkUnifiedIdeographs">
|
||||||
|
<summary>Gets the CJK Unified Ideographs Unicode block (U+4E00-U+9FCC).</summary>
|
||||||
|
<returns>The CJK Unified Ideographs Unicode block (U+4E00-U+9FCC).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.CjkUnifiedIdeographsExtensionA">
|
||||||
|
<summary>Gets the CJK Unitied Ideographs Extension A Unicode block (U+3400-U+4DB5).</summary>
|
||||||
|
<returns>The CJK Unitied Ideographs Extension A Unicode block (U+3400-U+4DB5).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.CombiningDiacriticalMarks">
|
||||||
|
<summary>Gets the Combining Diacritical Marks Unicode block (U+0300-U+036F).</summary>
|
||||||
|
<returns>The Combining Diacritical Marks Unicode block (U+0300-U+036F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.CombiningDiacriticalMarksExtended">
|
||||||
|
<summary>Gets the Combining Diacritical Marks Extended Unicode block (U+1AB0-U+1AFF).</summary>
|
||||||
|
<returns>The Combining Diacritical Marks Extended Unicode block (U+1AB0-U+1AFF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.CombiningDiacriticalMarksforSymbols">
|
||||||
|
<summary>Gets the Combining Diacritical Marks for Symbols Unicode block (U+20D0-U+20FF).</summary>
|
||||||
|
<returns>The Combining Diacritical Marks for Symbols Unicode block (U+20D0-U+20FF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.CombiningDiacriticalMarksSupplement">
|
||||||
|
<summary>Gets the Combining Diacritical Marks Supplement Unicode block (U+1DC0-U+1DFF).</summary>
|
||||||
|
<returns>The Combining Diacritical Marks Supplement Unicode block (U+1DC0-U+1DFF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.CombiningHalfMarks">
|
||||||
|
<summary>Gets the Combining Half Marks Unicode block (U+FE20-U+FE2F).</summary>
|
||||||
|
<returns>The Combining Half Marks Unicode block (U+FE20-U+FE2F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.CommonIndicNumberForms">
|
||||||
|
<summary>Gets the Common Indic Number Forms Unicode block (U+A830-U+A83F).</summary>
|
||||||
|
<returns>The Common Indic Number Forms Unicode block (U+A830-U+A83F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.ControlPictures">
|
||||||
|
<summary>Gets the Control Pictures Unicode block (U+2400-U+243F).</summary>
|
||||||
|
<returns>The Control Pictures Unicode block (U+2400-U+243F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Coptic">
|
||||||
|
<summary>Gets the Coptic Unicode block (U+2C80-U+2CFF).</summary>
|
||||||
|
<returns>The Coptic Unicode block (U+2C80-U+2CFF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.CurrencySymbols">
|
||||||
|
<summary>Gets the Currency Symbols Unicode block (U+20A0-U+20CF).</summary>
|
||||||
|
<returns>The Currency Symbols Unicode block (U+20A0-U+20CF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Cyrillic">
|
||||||
|
<summary>Gets the Cyrillic Unicode block (U+0400-U+04FF).</summary>
|
||||||
|
<returns>The Cyrillic Unicode block (U+0400-U+04FF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.CyrillicExtendedA">
|
||||||
|
<summary>Gets the Cyrillic Extended-A Unicode block (U+2DE0-U+2DFF).</summary>
|
||||||
|
<returns>The Cyrillic Extended-A Unicode block (U+2DE0-U+2DFF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.CyrillicExtendedB">
|
||||||
|
<summary>Gets the Cyrillic Extended-B Unicode block (U+A640-U+A69F).</summary>
|
||||||
|
<returns>The Cyrillic Extended-B Unicode block (U+A640-U+A69F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.CyrillicExtendedC">
|
||||||
|
<summary>A <see cref="T:System.Text.Unicode.UnicodeRange" /> corresponding to the 'Cyrillic Extended-C' Unicode block (U+1C80..U+1C8F).</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.CyrillicSupplement">
|
||||||
|
<summary>Gets the Cyrillic Supplement Unicode block (U+0500-U+052F).</summary>
|
||||||
|
<returns>The Cyrillic Supplement Unicode block (U+0500-U+052F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Devanagari">
|
||||||
|
<summary>Gets the Devangari Unicode block (U+0900-U+097F).</summary>
|
||||||
|
<returns>The Devangari Unicode block (U+0900-U+097F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.DevanagariExtended">
|
||||||
|
<summary>Gets the Devanagari Extended Unicode block (U+A8E0-U+A8FF).</summary>
|
||||||
|
<returns>The Devanagari Extended Unicode block (U+A8E0-U+A8FF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Dingbats">
|
||||||
|
<summary>Gets the Dingbats Unicode block (U+2700-U+27BF).</summary>
|
||||||
|
<returns>The Dingbats Unicode block (U+2700-U+27BF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.EnclosedAlphanumerics">
|
||||||
|
<summary>Gets the Enclosed Alphanumerics Unicode block (U+2460-U+24FF).</summary>
|
||||||
|
<returns>The Enclosed Alphanumerics Unicode block (U+2460-U+24FF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.EnclosedCjkLettersandMonths">
|
||||||
|
<summary>Gets the Enclosed CJK Letters and Months Unicode block (U+3200-U+32FF).</summary>
|
||||||
|
<returns>The Enclosed CJK Letters and Months Unicode block (U+3200-U+32FF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Ethiopic">
|
||||||
|
<summary>Gets the Ethiopic Unicode block (U+1200-U+137C).</summary>
|
||||||
|
<returns>The Ethiopic Unicode block (U+1200-U+137C).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.EthiopicExtended">
|
||||||
|
<summary>Gets the Ethipic Extended Unicode block (U+2D80-U+2DDF).</summary>
|
||||||
|
<returns>The Ethipic Extended Unicode block (U+2D80-U+2DDF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.EthiopicExtendedA">
|
||||||
|
<summary>Gets the Ethiopic Extended-A Unicode block (U+AB00-U+AB2F).</summary>
|
||||||
|
<returns>The Ethiopic Extended-A Unicode block (U+AB00-U+AB2F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.EthiopicSupplement">
|
||||||
|
<summary>Gets the Ethiopic Supplement Unicode block (U+1380-U+1399).</summary>
|
||||||
|
<returns>The Ethiopic Supplement Unicode block (U+1380-U+1399).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.GeneralPunctuation">
|
||||||
|
<summary>Gets the General Punctuation Unicode block (U+2000-U+206F).</summary>
|
||||||
|
<returns>The General Punctuation Unicode block (U+2000-U+206F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.GeometricShapes">
|
||||||
|
<summary>Gets the Geometric Shapes Unicode block (U+25A0-U+25FF).</summary>
|
||||||
|
<returns>The Geometric Shapes Unicode block (U+25A0-U+25FF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Georgian">
|
||||||
|
<summary>Gets the Georgian Unicode block (U+10A0-U+10FF).</summary>
|
||||||
|
<returns>The Georgian Unicode block (U+10A0-U+10FF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.GeorgianExtended">
|
||||||
|
<summary>A <see cref="T:System.Text.Unicode.UnicodeRange" /> corresponding to the 'Georgian Extended' Unicode block (U+1C90..U+1CBF).</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.GeorgianSupplement">
|
||||||
|
<summary>Gets the Georgian Supplement Unicode block (U+2D00-U+2D2F).</summary>
|
||||||
|
<returns>The Georgian Supplement Unicode block (U+2D00-U+2D2F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Glagolitic">
|
||||||
|
<summary>Gets the Glagolitic Unicode block (U+2C00-U+2C5F).</summary>
|
||||||
|
<returns>The Glagolitic Unicode block (U+2C00-U+2C5F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.GreekandCoptic">
|
||||||
|
<summary>Gets the Greek and Coptic Unicode block (U+0370-U+03FF).</summary>
|
||||||
|
<returns>The Greek and Coptic Unicode block (U+0370-U+03FF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.GreekExtended">
|
||||||
|
<summary>Gets the Greek Extended Unicode block (U+1F00-U+1FFF).</summary>
|
||||||
|
<returns>The Greek Extended Unicode block (U+1F00-U+1FFF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Gujarati">
|
||||||
|
<summary>Gets the Gujarti Unicode block (U+0A81-U+0AFF).</summary>
|
||||||
|
<returns>The Gujarti Unicode block (U+0A81-U+0AFF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Gurmukhi">
|
||||||
|
<summary>Gets the Gurmukhi Unicode block (U+0A01-U+0A7F).</summary>
|
||||||
|
<returns>The Gurmukhi Unicode block (U+0A01-U+0A7F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.HalfwidthandFullwidthForms">
|
||||||
|
<summary>Gets the Halfwidth and Fullwidth Forms Unicode block (U+FF00-U+FFEE).</summary>
|
||||||
|
<returns>The Halfwidth and Fullwidth Forms Unicode block (U+FF00-U+FFEE).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.HangulCompatibilityJamo">
|
||||||
|
<summary>Gets the Hangul Compatibility Jamo Unicode block (U+3131-U+318F).</summary>
|
||||||
|
<returns>The Hangul Compatibility Jamo Unicode block (U+3131-U+318F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.HangulJamo">
|
||||||
|
<summary>Gets the Hangul Jamo Unicode block (U+1100-U+11FF).</summary>
|
||||||
|
<returns>The Hangul Jamo Unicode block (U+1100-U+11FF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.HangulJamoExtendedA">
|
||||||
|
<summary>Gets the Hangul Jamo Extended-A Unicode block (U+A960-U+A9F).</summary>
|
||||||
|
<returns>The Hangul Jamo Extended-A Unicode block (U+A960-U+A97F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.HangulJamoExtendedB">
|
||||||
|
<summary>Gets the Hangul Jamo Extended-B Unicode block (U+D7B0-U+D7FF).</summary>
|
||||||
|
<returns>The Hangul Jamo Extended-B Unicode block (U+D7B0-U+D7FF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.HangulSyllables">
|
||||||
|
<summary>Gets the Hangul Syllables Unicode block (U+AC00-U+D7AF).</summary>
|
||||||
|
<returns>The Hangul Syllables Unicode block (U+AC00-U+D7AF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Hanunoo">
|
||||||
|
<summary>Gets the Hanunoo Unicode block (U+1720-U+173F).</summary>
|
||||||
|
<returns>The Hanunoo Unicode block (U+1720-U+173F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Hebrew">
|
||||||
|
<summary>Gets the Hebrew Unicode block (U+0590-U+05FF).</summary>
|
||||||
|
<returns>The Hebrew Unicode block (U+0590-U+05FF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Hiragana">
|
||||||
|
<summary>Gets the Hiragana Unicode block (U+3040-U+309F).</summary>
|
||||||
|
<returns>The Hiragana Unicode block (U+3040-U+309F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.IdeographicDescriptionCharacters">
|
||||||
|
<summary>Gets the Ideographic Description Characters Unicode block (U+2FF0-U+2FFF).</summary>
|
||||||
|
<returns>The Ideographic Description Characters Unicode block (U+2FF0-U+2FFF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.IpaExtensions">
|
||||||
|
<summary>Gets the IPA Extensions Unicode block (U+0250-U+02AF).</summary>
|
||||||
|
<returns>The IPA Extensions Unicode block (U+0250-U+02AF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Javanese">
|
||||||
|
<summary>Gets the Javanese Unicode block (U+A980-U+A9DF).</summary>
|
||||||
|
<returns>The Javanese Unicode block (U+A980-U+A9DF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Kanbun">
|
||||||
|
<summary>Gets the Kanbun Unicode block (U+3190-U+319F).</summary>
|
||||||
|
<returns>The Kanbun Unicode block (U+3190-U+319F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.KangxiRadicals">
|
||||||
|
<summary>Gets the Kangxi Radicals Supplement Unicode block (U+2F00-U+2FDF).</summary>
|
||||||
|
<returns>The Kangxi Radicals Supplement Unicode block (U+2F00-U+2FDF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Kannada">
|
||||||
|
<summary>Gets the Kannada Unicode block (U+0C81-U+0CFF).</summary>
|
||||||
|
<returns>The Kannada Unicode block (U+0C81-U+0CFF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Katakana">
|
||||||
|
<summary>Gets the Katakana Unicode block (U+30A0-U+30FF).</summary>
|
||||||
|
<returns>The Katakana Unicode block (U+30A0-U+30FF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.KatakanaPhoneticExtensions">
|
||||||
|
<summary>Gets the Katakana Phonetic Extensions Unicode block (U+31F0-U+31FF).</summary>
|
||||||
|
<returns>The Katakana Phonetic Extensions Unicode block (U+31F0-U+31FF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.KayahLi">
|
||||||
|
<summary>Gets the Kayah Li Unicode block (U+A900-U+A92F).</summary>
|
||||||
|
<returns>The Kayah Li Unicode block (U+A900-U+A92F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Khmer">
|
||||||
|
<summary>Gets the Khmer Unicode block (U+1780-U+17FF).</summary>
|
||||||
|
<returns>The Khmer Unicode block (U+1780-U+17FF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.KhmerSymbols">
|
||||||
|
<summary>Gets the Khmer Symbols Unicode block (U+19E0-U+19FF).</summary>
|
||||||
|
<returns>The Khmer Symbols Unicode block (U+19E0-U+19FF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Lao">
|
||||||
|
<summary>Gets the Lao Unicode block (U+0E80-U+0EDF).</summary>
|
||||||
|
<returns>The Lao Unicode block (U+0E80-U+0EDF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Latin1Supplement">
|
||||||
|
<summary>Gets the Latin-1 Supplement Unicode block (U+0080-U+00FF).</summary>
|
||||||
|
<returns>The Latin-1 Supplement Unicode block (U+0080-U+00FF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.LatinExtendedA">
|
||||||
|
<summary>Gets the Latin Extended-A Unicode block (U+0100-U+017F).</summary>
|
||||||
|
<returns>The Latin Extended-A Unicode block (U+0100-U+017F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.LatinExtendedAdditional">
|
||||||
|
<summary>Gets the Latin Extended Additional Unicode block (U+1E00-U+1EFF).</summary>
|
||||||
|
<returns>The Latin Extended Additional Unicode block (U+1E00-U+1EFF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.LatinExtendedB">
|
||||||
|
<summary>Gets the Latin Extended-B Unicode block (U+0180-U+024F).</summary>
|
||||||
|
<returns>The Latin Extended-B Unicode block (U+0180-U+024F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.LatinExtendedC">
|
||||||
|
<summary>Gets the Latin Extended-C Unicode block (U+2C60-U+2C7F).</summary>
|
||||||
|
<returns>The Latin Extended-C Unicode block (U+2C60-U+2C7F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.LatinExtendedD">
|
||||||
|
<summary>Gets the Latin Extended-D Unicode block (U+A720-U+A7FF).</summary>
|
||||||
|
<returns>The Latin Extended-D Unicode block (U+A720-U+A7FF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.LatinExtendedE">
|
||||||
|
<summary>Gets the Latin Extended-E Unicode block (U+AB30-U+AB6F).</summary>
|
||||||
|
<returns>The Latin Extended-E Unicode block (U+AB30-U+AB6F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Lepcha">
|
||||||
|
<summary>Gets the Lepcha Unicode block (U+1C00-U+1C4F).</summary>
|
||||||
|
<returns>The Lepcha Unicode block (U+1C00-U+1C4F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.LetterlikeSymbols">
|
||||||
|
<summary>Gets the Letterlike Symbols Unicode block (U+2100-U+214F).</summary>
|
||||||
|
<returns>The Letterlike Symbols Unicode block (U+2100-U+214F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Limbu">
|
||||||
|
<summary>Gets the Limbu Unicode block (U+1900-U+194F).</summary>
|
||||||
|
<returns>The Limbu Unicode block (U+1900-U+194F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Lisu">
|
||||||
|
<summary>Gets the Lisu Unicode block (U+A4D0-U+A4FF).</summary>
|
||||||
|
<returns>The Lisu Unicode block (U+A4D0-U+A4FF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Malayalam">
|
||||||
|
<summary>Gets the Malayalam Unicode block (U+0D00-U+0D7F).</summary>
|
||||||
|
<returns>The Malayalam Unicode block (U+0D00-U+0D7F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Mandaic">
|
||||||
|
<summary>Gets the Mandaic Unicode block (U+0840-U+085F).</summary>
|
||||||
|
<returns>The Mandaic Unicode block (U+0840-U+085F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.MathematicalOperators">
|
||||||
|
<summary>Gets the Mathematical Operators Unicode block (U+2200-U+22FF).</summary>
|
||||||
|
<returns>The Mathematical Operators Unicode block (U+2200-U+22FF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.MeeteiMayek">
|
||||||
|
<summary>Gets the Meetei Mayek Unicode block (U+ABC0-U+ABFF).</summary>
|
||||||
|
<returns>The Meetei Mayek Unicode block (U+ABC0-U+ABFF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.MeeteiMayekExtensions">
|
||||||
|
<summary>Gets the Meetei Mayek Extensions Unicode block (U+AAE0-U+AAFF).</summary>
|
||||||
|
<returns>The Meetei Mayek Extensions Unicode block (U+AAE0-U+AAFF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.MiscellaneousMathematicalSymbolsA">
|
||||||
|
<summary>Gets the Miscellaneous Mathematical Symbols-A Unicode block (U+27C0-U+27EF).</summary>
|
||||||
|
<returns>The Miscellaneous Mathematical Symbols-A Unicode block (U+27C0-U+27EF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.MiscellaneousMathematicalSymbolsB">
|
||||||
|
<summary>Gets the Miscellaneous Mathematical Symbols-B Unicode block (U+2980-U+29FF).</summary>
|
||||||
|
<returns>The Miscellaneous Mathematical Symbols-B Unicode block (U+2980-U+29FF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.MiscellaneousSymbols">
|
||||||
|
<summary>Gets the Miscellaneous Symbols Unicode block (U+2600-U+26FF).</summary>
|
||||||
|
<returns>The Miscellaneous Symbols Unicode block (U+2600-U+26FF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.MiscellaneousSymbolsandArrows">
|
||||||
|
<summary>Gets the Miscellaneous Symbols and Arrows Unicode block (U+2B00-U+2BFF).</summary>
|
||||||
|
<returns>The Miscellaneous Symbols and Arrows Unicode block (U+2B00-U+2BFF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.MiscellaneousTechnical">
|
||||||
|
<summary>Gets the Miscellaneous Technical Unicode block (U+2300-U+23FF).</summary>
|
||||||
|
<returns>The Miscellaneous Technical Unicode block (U+2300-U+23FF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.ModifierToneLetters">
|
||||||
|
<summary>Gets the Modifier Tone Letters Unicode block (U+A700-U+A71F).</summary>
|
||||||
|
<returns>The Modifier Tone Letters Unicode block (U+A700-U+A71F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Mongolian">
|
||||||
|
<summary>Gets the Mongolian Unicode block (U+1800-U+18AF).</summary>
|
||||||
|
<returns>The Mongolian Unicode block (U+1800-U+18AF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Myanmar">
|
||||||
|
<summary>Gets the Myanmar Unicode block (U+1000-U+109F).</summary>
|
||||||
|
<returns>The Myanmar Unicode block (U+1000-U+109F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.MyanmarExtendedA">
|
||||||
|
<summary>Gets the Myanmar Extended-A Unicode block (U+AA60-U+AA7F).</summary>
|
||||||
|
<returns>The Myanmar Extended-A Unicode block (U+AA60-U+AA7F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.MyanmarExtendedB">
|
||||||
|
<summary>Gets the Myanmar Extended-B Unicode block (U+A9E0-U+A9FF).</summary>
|
||||||
|
<returns>The Myanmar Extended-B Unicode block (U+A9E0-U+A9FF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.NewTaiLue">
|
||||||
|
<summary>Gets the New Tai Lue Unicode block (U+1980-U+19DF).</summary>
|
||||||
|
<returns>The New Tai Lue Unicode block (U+1980-U+19DF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.NKo">
|
||||||
|
<summary>Gets the NKo Unicode block (U+07C0-U+07FF).</summary>
|
||||||
|
<returns>The NKo Unicode block (U+07C0-U+07FF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.None">
|
||||||
|
<summary>Gets an empty Unicode range.</summary>
|
||||||
|
<returns>A Unicode range with no elements.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.NumberForms">
|
||||||
|
<summary>Gets the Number Forms Unicode block (U+2150-U+218F).</summary>
|
||||||
|
<returns>The Number Forms Unicode block (U+2150-U+218F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Ogham">
|
||||||
|
<summary>Gets the Ogham Unicode block (U+1680-U+169F).</summary>
|
||||||
|
<returns>The Ogham Unicode block (U+1680-U+169F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.OlChiki">
|
||||||
|
<summary>Gets the Ol Chiki Unicode block (U+1C50-U+1C7F).</summary>
|
||||||
|
<returns>The Ol Chiki Unicode block (U+1C50-U+1C7F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.OpticalCharacterRecognition">
|
||||||
|
<summary>Gets the Optical Character Recognition Unicode block (U+2440-U+245F).</summary>
|
||||||
|
<returns>The Optical Character Recognition Unicode block (U+2440-U+245F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Oriya">
|
||||||
|
<summary>Gets the Oriya Unicode block (U+0B00-U+0B7F).</summary>
|
||||||
|
<returns>The Oriya Unicode block (U+0B00-U+0B7F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Phagspa">
|
||||||
|
<summary>Gets the Phags-pa Unicode block (U+A840-U+A87F).</summary>
|
||||||
|
<returns>The Phags-pa Unicode block (U+A840-U+A87F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.PhoneticExtensions">
|
||||||
|
<summary>Gets the Phonetic Extensions Unicode block (U+1D00-U+1D7F).</summary>
|
||||||
|
<returns>The Phonetic Extensions Unicode block (U+1D00-U+1D7F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.PhoneticExtensionsSupplement">
|
||||||
|
<summary>Gets the Phonetic Extensions Supplement Unicode block (U+1D80-U+1DBF).</summary>
|
||||||
|
<returns>The Phonetic Extensions Supplement Unicode block (U+1D80-U+1DBF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Rejang">
|
||||||
|
<summary>Gets the Rejang Unicode block (U+A930-U+A95F).</summary>
|
||||||
|
<returns>The Rejang Unicode block (U+A930-U+A95F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Runic">
|
||||||
|
<summary>Gets the Runic Unicode block (U+16A0-U+16FF).</summary>
|
||||||
|
<returns>The Runic Unicode block (U+16A0-U+16FF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Samaritan">
|
||||||
|
<summary>Gets the Samaritan Unicode block (U+0800-U+083F).</summary>
|
||||||
|
<returns>The Samaritan Unicode block (U+0800-U+083F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Saurashtra">
|
||||||
|
<summary>Gets the Saurashtra Unicode block (U+A880-U+A8DF).</summary>
|
||||||
|
<returns>The Saurashtra Unicode block (U+A880-U+A8DF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Sinhala">
|
||||||
|
<summary>Gets the Sinhala Unicode block (U+0D80-U+0DFF).</summary>
|
||||||
|
<returns>The Sinhala Unicode block (U+0D80-U+0DFF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.SmallFormVariants">
|
||||||
|
<summary>Gets the Small Form Variants Unicode block (U+FE50-U+FE6F).</summary>
|
||||||
|
<returns>The Small Form Variants Unicode block (U+FE50-U+FE6F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.SpacingModifierLetters">
|
||||||
|
<summary>Gets the Spacing Modifier Letters Unicode block (U+02B0-U+02FF).</summary>
|
||||||
|
<returns>The Spacing Modifier Letters Unicode block (U+02B0-U+02FF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Specials">
|
||||||
|
<summary>Gets the Specials Unicode block (U+FFF0-U+FFFF).</summary>
|
||||||
|
<returns>The Specials Unicode block (U+FFF0-U+FFFF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Sundanese">
|
||||||
|
<summary>Gets the Sundanese Unicode block (U+1B80-U+1BBF).</summary>
|
||||||
|
<returns>The Sundanese Unicode block (U+1B80-U+1BBF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.SundaneseSupplement">
|
||||||
|
<summary>Gets the Sundanese Supplement Unicode block (U+1CC0-U+1CCF).</summary>
|
||||||
|
<returns>The Sundanese Supplement Unicode block (U+1CC0-U+1CCF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.SuperscriptsandSubscripts">
|
||||||
|
<summary>Gets the Superscripts and Subscripts Unicode block (U+2070-U+209F).</summary>
|
||||||
|
<returns>The Superscripts and Subscripts Unicode block (U+2070-U+209F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.SupplementalArrowsA">
|
||||||
|
<summary>Gets the Supplemental Arrows-A Unicode block (U+27F0-U+27FF).</summary>
|
||||||
|
<returns>The Supplemental Arrows-A Unicode block (U+27F0-U+27FF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.SupplementalArrowsB">
|
||||||
|
<summary>Gets the Supplemental Arrows-B Unicode block (U+2900-U+297F).</summary>
|
||||||
|
<returns>The Supplemental Arrows-B Unicode block (U+2900-U+297F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.SupplementalMathematicalOperators">
|
||||||
|
<summary>Gets the Supplemental Mathematical Operators Unicode block (U+2A00-U+2AFF).</summary>
|
||||||
|
<returns>The Supplemental Mathematical Operators Unicode block (U+2A00-U+2AFF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.SupplementalPunctuation">
|
||||||
|
<summary>Gets the Supplemental Punctuation Unicode block (U+2E00-U+2E7F).</summary>
|
||||||
|
<returns>The Supplemental Punctuation Unicode block (U+2E00-U+2E7F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.SylotiNagri">
|
||||||
|
<summary>Gets the Syloti Nagri Unicode block (U+A800-U+A82F).</summary>
|
||||||
|
<returns>The Syloti Nagri Unicode block (U+A800-U+A82F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Syriac">
|
||||||
|
<summary>Gets the Syriac Unicode block (U+0700-U+074F).</summary>
|
||||||
|
<returns>The Syriac Unicode block (U+0700-U+074F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.SyriacSupplement">
|
||||||
|
<summary>A <see cref="T:System.Text.Unicode.UnicodeRange" /> corresponding to the 'Syriac Supplement' Unicode block (U+0860..U+086F).</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Tagalog">
|
||||||
|
<summary>Gets the Tagalog Unicode block (U+1700-U+171F).</summary>
|
||||||
|
<returns>The Tagalog Unicode block (U+1700-U+171F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Tagbanwa">
|
||||||
|
<summary>Gets the Tagbanwa Unicode block (U+1760-U+177F).</summary>
|
||||||
|
<returns>The Tagbanwa Unicode block (U+1760-U+177F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.TaiLe">
|
||||||
|
<summary>Gets the Tai Le Unicode block (U+1950-U+197F).</summary>
|
||||||
|
<returns>The Tai Le Unicode block (U+1950-U+197F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.TaiTham">
|
||||||
|
<summary>Gets the Tai Tham Unicode block (U+1A20-U+1AAF).</summary>
|
||||||
|
<returns>The Tai Tham Unicode block (U+1A20-U+1AAF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.TaiViet">
|
||||||
|
<summary>Gets the Tai Viet Unicode block (U+AA80-U+AADF).</summary>
|
||||||
|
<returns>The Tai Viet Unicode block (U+AA80-U+AADF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Tamil">
|
||||||
|
<summary>Gets the Tamil Unicode block (U+0B80-U+0BFF).</summary>
|
||||||
|
<returns>The Tamil Unicode block (U+0B82-U+0BFA).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Telugu">
|
||||||
|
<summary>Gets the Telugu Unicode block (U+0C00-U+0C7F).</summary>
|
||||||
|
<returns>The Telugu Unicode block (U+0C00-U+0C7F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Thaana">
|
||||||
|
<summary>Gets the Thaana Unicode block (U+0780-U+07BF).</summary>
|
||||||
|
<returns>The Thaana Unicode block (U+0780-U+07BF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Thai">
|
||||||
|
<summary>Gets the Thai Unicode block (U+0E00-U+0E7F).</summary>
|
||||||
|
<returns>The Thai Unicode block (U+0E00-U+0E7F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Tibetan">
|
||||||
|
<summary>Gets the Tibetan Unicode block (U+0F00-U+0FFF).</summary>
|
||||||
|
<returns>The Tibetan Unicode block (U+0F00-U+0FFF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Tifinagh">
|
||||||
|
<summary>Gets the Tifinagh Unicode block (U+2D30-U+2D7F).</summary>
|
||||||
|
<returns>The Tifinagh Unicode block (U+2D30-U+2D7F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.UnifiedCanadianAboriginalSyllabics">
|
||||||
|
<summary>Gets the Unified Canadian Aboriginal Syllabics Unicode block (U+1400-U+167F).</summary>
|
||||||
|
<returns>The Unified Canadian Aboriginal Syllabics Unicode block (U+1400-U+167F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.UnifiedCanadianAboriginalSyllabicsExtended">
|
||||||
|
<summary>Gets the Unified Canadian Aboriginal Syllabics Extended Unicode block (U+18B0-U+18FF).</summary>
|
||||||
|
<returns>The Unified Canadian Aboriginal Syllabics Extended Unicode block (U+18B0-U+18FF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Vai">
|
||||||
|
<summary>Gets the Vai Unicode block (U+A500-U+A63F).</summary>
|
||||||
|
<returns>The Vai Unicode block (U+A500-U+A63F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.VariationSelectors">
|
||||||
|
<summary>Gets the Variation Selectors Unicode block (U+FE00-U+FE0F).</summary>
|
||||||
|
<returns>The Variation Selectors Unicode block (U+FE00-U+FE0F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.VedicExtensions">
|
||||||
|
<summary>Gets the Vedic Extensions Unicode block (U+1CD0-U+1CFF).</summary>
|
||||||
|
<returns>The Vedic Extensions Unicode block (U+1CD0-U+1CFF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.VerticalForms">
|
||||||
|
<summary>Gets the Vertical Forms Unicode block (U+FE10-U+FE1F).</summary>
|
||||||
|
<returns>The Vertical Forms Unicode block (U+FE10-U+FE1F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.YijingHexagramSymbols">
|
||||||
|
<summary>Gets the Yijing Hexagram Symbols Unicode block (U+4DC0-U+4DFF).</summary>
|
||||||
|
<returns>The Yijing Hexagram Symbols Unicode block (U+4DC0-U+4DFF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.YiRadicals">
|
||||||
|
<summary>Gets the Yi Radicals Unicode block (U+A490-U+A4CF).</summary>
|
||||||
|
<returns>The Yi Radicals Unicode block (U+A490-U+A4CF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.YiSyllables">
|
||||||
|
<summary>Gets the Yi Syllables Unicode block (U+A000-U+A48F).</summary>
|
||||||
|
<returns>The Yi Syllables Unicode block (U+A000-U+A48F).</returns>
|
||||||
|
</member>
|
||||||
|
</members>
|
||||||
|
</doc>
|
||||||
BIN
_ref/original/Электронная Фармация/System.Text.Json.dll
Normal file
6513
_ref/original/Электронная Фармация/System.Text.Json.xml
Normal file
@ -0,0 +1,545 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<doc>
|
||||||
|
<assembly>
|
||||||
|
<name>System.Threading.Tasks.Extensions</name>
|
||||||
|
</assembly>
|
||||||
|
<members>
|
||||||
|
<member name="T:System.Runtime.CompilerServices.AsyncMethodBuilderAttribute">
|
||||||
|
<summary>
|
||||||
|
Indicates the type of the async method builder that should be used by a language compiler to
|
||||||
|
build the attributed type when used as the return type of an async method.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.AsyncMethodBuilderAttribute.#ctor(System.Type)">
|
||||||
|
<summary>Initializes the <see cref="T:System.Runtime.CompilerServices.AsyncMethodBuilderAttribute"/>.</summary>
|
||||||
|
<param name="builderType">The <see cref="T:System.Type"/> of the associated builder.</param>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Runtime.CompilerServices.AsyncMethodBuilderAttribute.BuilderType">
|
||||||
|
<summary>Gets the <see cref="T:System.Type"/> of the associated builder.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder">
|
||||||
|
<summary>Represents a builder for asynchronous methods that return a <see cref="T:System.Threading.Tasks.ValueTask"/>.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder._methodBuilder">
|
||||||
|
<summary>The <see cref="T:System.Runtime.CompilerServices.AsyncTaskMethodBuilder"/> to which most operations are delegated.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder._haveResult">
|
||||||
|
<summary>true if completed synchronously and successfully; otherwise, false.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder._useBuilder">
|
||||||
|
<summary>true if the builder should be used for setting/getting the result; otherwise, false.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder.Create">
|
||||||
|
<summary>Creates an instance of the <see cref="T:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder"/> struct.</summary>
|
||||||
|
<returns>The initialized instance.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder.Start``1(``0@)">
|
||||||
|
<summary>Begins running the builder with the associated state machine.</summary>
|
||||||
|
<typeparam name="TStateMachine">The type of the state machine.</typeparam>
|
||||||
|
<param name="stateMachine">The state machine instance, passed by reference.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder.SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)">
|
||||||
|
<summary>Associates the builder with the specified state machine.</summary>
|
||||||
|
<param name="stateMachine">The state machine instance to associate with the builder.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder.SetResult">
|
||||||
|
<summary>Marks the task as successfully completed.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder.SetException(System.Exception)">
|
||||||
|
<summary>Marks the task as failed and binds the specified exception to the task.</summary>
|
||||||
|
<param name="exception">The exception to bind to the task.</param>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder.Task">
|
||||||
|
<summary>Gets the task for this builder.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder.AwaitOnCompleted``2(``0@,``1@)">
|
||||||
|
<summary>Schedules the state machine to proceed to the next action when the specified awaiter completes.</summary>
|
||||||
|
<typeparam name="TAwaiter">The type of the awaiter.</typeparam>
|
||||||
|
<typeparam name="TStateMachine">The type of the state machine.</typeparam>
|
||||||
|
<param name="awaiter">The awaiter.</param>
|
||||||
|
<param name="stateMachine">The state machine.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder.AwaitUnsafeOnCompleted``2(``0@,``1@)">
|
||||||
|
<summary>Schedules the state machine to proceed to the next action when the specified awaiter completes.</summary>
|
||||||
|
<typeparam name="TAwaiter">The type of the awaiter.</typeparam>
|
||||||
|
<typeparam name="TStateMachine">The type of the state machine.</typeparam>
|
||||||
|
<param name="awaiter">The awaiter.</param>
|
||||||
|
<param name="stateMachine">The state machine.</param>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1">
|
||||||
|
<summary>Represents a builder for asynchronous methods that returns a <see cref="T:System.Threading.Tasks.ValueTask`1"/>.</summary>
|
||||||
|
<typeparam name="TResult">The type of the result.</typeparam>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1._methodBuilder">
|
||||||
|
<summary>The <see cref="T:System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1"/> to which most operations are delegated.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1._result">
|
||||||
|
<summary>The result for this builder, if it's completed before any awaits occur.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1._haveResult">
|
||||||
|
<summary>true if <see cref="F:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1._result"/> contains the synchronous result for the async method; otherwise, false.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1._useBuilder">
|
||||||
|
<summary>true if the builder should be used for setting/getting the result; otherwise, false.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.Create">
|
||||||
|
<summary>Creates an instance of the <see cref="T:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1"/> struct.</summary>
|
||||||
|
<returns>The initialized instance.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.Start``1(``0@)">
|
||||||
|
<summary>Begins running the builder with the associated state machine.</summary>
|
||||||
|
<typeparam name="TStateMachine">The type of the state machine.</typeparam>
|
||||||
|
<param name="stateMachine">The state machine instance, passed by reference.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)">
|
||||||
|
<summary>Associates the builder with the specified state machine.</summary>
|
||||||
|
<param name="stateMachine">The state machine instance to associate with the builder.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.SetResult(`0)">
|
||||||
|
<summary>Marks the task as successfully completed.</summary>
|
||||||
|
<param name="result">The result to use to complete the task.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.SetException(System.Exception)">
|
||||||
|
<summary>Marks the task as failed and binds the specified exception to the task.</summary>
|
||||||
|
<param name="exception">The exception to bind to the task.</param>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.Task">
|
||||||
|
<summary>Gets the task for this builder.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.AwaitOnCompleted``2(``0@,``1@)">
|
||||||
|
<summary>Schedules the state machine to proceed to the next action when the specified awaiter completes.</summary>
|
||||||
|
<typeparam name="TAwaiter">The type of the awaiter.</typeparam>
|
||||||
|
<typeparam name="TStateMachine">The type of the state machine.</typeparam>
|
||||||
|
<param name="awaiter">the awaiter</param>
|
||||||
|
<param name="stateMachine">The state machine.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.AwaitUnsafeOnCompleted``2(``0@,``1@)">
|
||||||
|
<summary>Schedules the state machine to proceed to the next action when the specified awaiter completes.</summary>
|
||||||
|
<typeparam name="TAwaiter">The type of the awaiter.</typeparam>
|
||||||
|
<typeparam name="TStateMachine">The type of the state machine.</typeparam>
|
||||||
|
<param name="awaiter">the awaiter</param>
|
||||||
|
<param name="stateMachine">The state machine.</param>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable">
|
||||||
|
<summary>Provides an awaitable type that enables configured awaits on a <see cref="T:System.Threading.Tasks.ValueTask"/>.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable._value">
|
||||||
|
<summary>The wrapped <see cref="T:System.Threading.Tasks.Task"/>.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable.#ctor(System.Threading.Tasks.ValueTask)">
|
||||||
|
<summary>Initializes the awaitable.</summary>
|
||||||
|
<param name="value">The wrapped <see cref="T:System.Threading.Tasks.ValueTask"/>.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable.GetAwaiter">
|
||||||
|
<summary>Returns an awaiter for this <see cref="T:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable"/> instance.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable.ConfiguredValueTaskAwaiter">
|
||||||
|
<summary>Provides an awaiter for a <see cref="T:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable"/>.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable.ConfiguredValueTaskAwaiter._value">
|
||||||
|
<summary>The value being awaited.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable.ConfiguredValueTaskAwaiter.#ctor(System.Threading.Tasks.ValueTask)">
|
||||||
|
<summary>Initializes the awaiter.</summary>
|
||||||
|
<param name="value">The value to be awaited.</param>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable.ConfiguredValueTaskAwaiter.IsCompleted">
|
||||||
|
<summary>Gets whether the <see cref="T:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable"/> has completed.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable.ConfiguredValueTaskAwaiter.GetResult">
|
||||||
|
<summary>Gets the result of the ValueTask.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable.ConfiguredValueTaskAwaiter.OnCompleted(System.Action)">
|
||||||
|
<summary>Schedules the continuation action for the <see cref="T:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable"/>.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable.ConfiguredValueTaskAwaiter.UnsafeOnCompleted(System.Action)">
|
||||||
|
<summary>Schedules the continuation action for the <see cref="T:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable"/>.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1">
|
||||||
|
<summary>Provides an awaitable type that enables configured awaits on a <see cref="T:System.Threading.Tasks.ValueTask`1"/>.</summary>
|
||||||
|
<typeparam name="TResult">The type of the result produced.</typeparam>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1._value">
|
||||||
|
<summary>The wrapped <see cref="T:System.Threading.Tasks.ValueTask`1"/>.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1.#ctor(System.Threading.Tasks.ValueTask{`0})">
|
||||||
|
<summary>Initializes the awaitable.</summary>
|
||||||
|
<param name="value">The wrapped <see cref="T:System.Threading.Tasks.ValueTask`1"/>.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1.GetAwaiter">
|
||||||
|
<summary>Returns an awaiter for this <see cref="T:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1"/> instance.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1.ConfiguredValueTaskAwaiter">
|
||||||
|
<summary>Provides an awaiter for a <see cref="T:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1"/>.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1.ConfiguredValueTaskAwaiter._value">
|
||||||
|
<summary>The value being awaited.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1.ConfiguredValueTaskAwaiter.#ctor(System.Threading.Tasks.ValueTask{`0})">
|
||||||
|
<summary>Initializes the awaiter.</summary>
|
||||||
|
<param name="value">The value to be awaited.</param>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1.ConfiguredValueTaskAwaiter.IsCompleted">
|
||||||
|
<summary>Gets whether the <see cref="T:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1"/> has completed.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1.ConfiguredValueTaskAwaiter.GetResult">
|
||||||
|
<summary>Gets the result of the ValueTask.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1.ConfiguredValueTaskAwaiter.OnCompleted(System.Action)">
|
||||||
|
<summary>Schedules the continuation action for the <see cref="T:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1"/>.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1.ConfiguredValueTaskAwaiter.UnsafeOnCompleted(System.Action)">
|
||||||
|
<summary>Schedules the continuation action for the <see cref="T:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1"/>.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Runtime.CompilerServices.ValueTaskAwaiter">
|
||||||
|
<summary>Provides an awaiter for a <see cref="T:System.Threading.Tasks.ValueTask"/>.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Runtime.CompilerServices.ValueTaskAwaiter.s_invokeActionDelegate">
|
||||||
|
<summary>Shim used to invoke an <see cref="T:System.Action"/> passed as the state argument to a <see cref="T:System.Action`1"/>.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Runtime.CompilerServices.ValueTaskAwaiter._value">
|
||||||
|
<summary>The value being awaited.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.ValueTaskAwaiter.#ctor(System.Threading.Tasks.ValueTask)">
|
||||||
|
<summary>Initializes the awaiter.</summary>
|
||||||
|
<param name="value">The value to be awaited.</param>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Runtime.CompilerServices.ValueTaskAwaiter.IsCompleted">
|
||||||
|
<summary>Gets whether the <see cref="T:System.Threading.Tasks.ValueTask"/> has completed.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.ValueTaskAwaiter.GetResult">
|
||||||
|
<summary>Gets the result of the ValueTask.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.ValueTaskAwaiter.OnCompleted(System.Action)">
|
||||||
|
<summary>Schedules the continuation action for this ValueTask.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.ValueTaskAwaiter.UnsafeOnCompleted(System.Action)">
|
||||||
|
<summary>Schedules the continuation action for this ValueTask.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Runtime.CompilerServices.ValueTaskAwaiter`1">
|
||||||
|
<summary>Provides an awaiter for a <see cref="T:System.Threading.Tasks.ValueTask`1"/>.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Runtime.CompilerServices.ValueTaskAwaiter`1._value">
|
||||||
|
<summary>The value being awaited.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.ValueTaskAwaiter`1.#ctor(System.Threading.Tasks.ValueTask{`0})">
|
||||||
|
<summary>Initializes the awaiter.</summary>
|
||||||
|
<param name="value">The value to be awaited.</param>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Runtime.CompilerServices.ValueTaskAwaiter`1.IsCompleted">
|
||||||
|
<summary>Gets whether the <see cref="T:System.Threading.Tasks.ValueTask`1"/> has completed.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.ValueTaskAwaiter`1.GetResult">
|
||||||
|
<summary>Gets the result of the ValueTask.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.ValueTaskAwaiter`1.OnCompleted(System.Action)">
|
||||||
|
<summary>Schedules the continuation action for this ValueTask.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.ValueTaskAwaiter`1.UnsafeOnCompleted(System.Action)">
|
||||||
|
<summary>Schedules the continuation action for this ValueTask.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Threading.Tasks.Sources.ValueTaskSourceOnCompletedFlags">
|
||||||
|
<summary>
|
||||||
|
Flags passed from <see cref="T:System.Threading.Tasks.ValueTask"/> and <see cref="T:System.Threading.Tasks.ValueTask`1"/> to
|
||||||
|
<see cref="M:System.Threading.Tasks.Sources.IValueTaskSource.OnCompleted(System.Action{System.Object},System.Object,System.Int16,System.Threading.Tasks.Sources.ValueTaskSourceOnCompletedFlags)"/> and <see cref="M:System.Threading.Tasks.Sources.IValueTaskSource`1.OnCompleted(System.Action{System.Object},System.Object,System.Int16,System.Threading.Tasks.Sources.ValueTaskSourceOnCompletedFlags)"/>
|
||||||
|
to control behavior.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Threading.Tasks.Sources.ValueTaskSourceOnCompletedFlags.None">
|
||||||
|
<summary>
|
||||||
|
No requirements are placed on how the continuation is invoked.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Threading.Tasks.Sources.ValueTaskSourceOnCompletedFlags.UseSchedulingContext">
|
||||||
|
<summary>
|
||||||
|
Set if OnCompleted should capture the current scheduling context (e.g. SynchronizationContext)
|
||||||
|
and use it when queueing the continuation for execution. If this is not set, the implementation
|
||||||
|
may choose to execute the continuation in an arbitrary location.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Threading.Tasks.Sources.ValueTaskSourceOnCompletedFlags.FlowExecutionContext">
|
||||||
|
<summary>
|
||||||
|
Set if OnCompleted should capture the current ExecutionContext and use it to run the continuation.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Threading.Tasks.Sources.ValueTaskSourceStatus">
|
||||||
|
<summary>Indicates the status of an <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource"/> or <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource`1"/>.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Threading.Tasks.Sources.ValueTaskSourceStatus.Pending">
|
||||||
|
<summary>The operation has not yet completed.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Threading.Tasks.Sources.ValueTaskSourceStatus.Succeeded">
|
||||||
|
<summary>The operation completed successfully.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Threading.Tasks.Sources.ValueTaskSourceStatus.Faulted">
|
||||||
|
<summary>The operation completed with an error.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Threading.Tasks.Sources.ValueTaskSourceStatus.Canceled">
|
||||||
|
<summary>The operation completed due to cancellation.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Threading.Tasks.Sources.IValueTaskSource">
|
||||||
|
<summary>Represents an object that can be wrapped by a <see cref="T:System.Threading.Tasks.ValueTask"/>.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.Sources.IValueTaskSource.GetStatus(System.Int16)">
|
||||||
|
<summary>Gets the status of the current operation.</summary>
|
||||||
|
<param name="token">Opaque value that was provided to the <see cref="T:System.Threading.Tasks.ValueTask"/>'s constructor.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.Sources.IValueTaskSource.OnCompleted(System.Action{System.Object},System.Object,System.Int16,System.Threading.Tasks.Sources.ValueTaskSourceOnCompletedFlags)">
|
||||||
|
<summary>Schedules the continuation action for this <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource"/>.</summary>
|
||||||
|
<param name="continuation">The continuation to invoke when the operation has completed.</param>
|
||||||
|
<param name="state">The state object to pass to <paramref name="continuation"/> when it's invoked.</param>
|
||||||
|
<param name="token">Opaque value that was provided to the <see cref="T:System.Threading.Tasks.ValueTask"/>'s constructor.</param>
|
||||||
|
<param name="flags">The flags describing the behavior of the continuation.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.Sources.IValueTaskSource.GetResult(System.Int16)">
|
||||||
|
<summary>Gets the result of the <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource"/>.</summary>
|
||||||
|
<param name="token">Opaque value that was provided to the <see cref="T:System.Threading.Tasks.ValueTask"/>'s constructor.</param>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Threading.Tasks.Sources.IValueTaskSource`1">
|
||||||
|
<summary>Represents an object that can be wrapped by a <see cref="T:System.Threading.Tasks.ValueTask`1"/>.</summary>
|
||||||
|
<typeparam name="TResult">Specifies the type of data returned from the object.</typeparam>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.Sources.IValueTaskSource`1.GetStatus(System.Int16)">
|
||||||
|
<summary>Gets the status of the current operation.</summary>
|
||||||
|
<param name="token">Opaque value that was provided to the <see cref="T:System.Threading.Tasks.ValueTask"/>'s constructor.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.Sources.IValueTaskSource`1.OnCompleted(System.Action{System.Object},System.Object,System.Int16,System.Threading.Tasks.Sources.ValueTaskSourceOnCompletedFlags)">
|
||||||
|
<summary>Schedules the continuation action for this <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource`1"/>.</summary>
|
||||||
|
<param name="continuation">The continuation to invoke when the operation has completed.</param>
|
||||||
|
<param name="state">The state object to pass to <paramref name="continuation"/> when it's invoked.</param>
|
||||||
|
<param name="token">Opaque value that was provided to the <see cref="T:System.Threading.Tasks.ValueTask"/>'s constructor.</param>
|
||||||
|
<param name="flags">The flags describing the behavior of the continuation.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.Sources.IValueTaskSource`1.GetResult(System.Int16)">
|
||||||
|
<summary>Gets the result of the <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource`1"/>.</summary>
|
||||||
|
<param name="token">Opaque value that was provided to the <see cref="T:System.Threading.Tasks.ValueTask"/>'s constructor.</param>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Threading.Tasks.ValueTask">
|
||||||
|
<summary>Provides an awaitable result of an asynchronous operation.</summary>
|
||||||
|
<remarks>
|
||||||
|
<see cref="T:System.Threading.Tasks.ValueTask"/>s are meant to be directly awaited. To do more complicated operations with them, a <see cref="T:System.Threading.Tasks.Task"/>
|
||||||
|
should be extracted using <see cref="M:System.Threading.Tasks.ValueTask.AsTask"/>. Such operations might include caching an instance to be awaited later,
|
||||||
|
registering multiple continuations with a single operation, awaiting the same task multiple times, and using combinators over
|
||||||
|
multiple operations.
|
||||||
|
</remarks>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Threading.Tasks.ValueTask.s_canceledTask">
|
||||||
|
<summary>A task canceled using `new CancellationToken(true)`.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Threading.Tasks.ValueTask.CompletedTask">
|
||||||
|
<summary>A successfully completed task.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Threading.Tasks.ValueTask._obj">
|
||||||
|
<summary>null if representing a successful synchronous completion, otherwise a <see cref="T:System.Threading.Tasks.Task"/> or a <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource"/>.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Threading.Tasks.ValueTask._token">
|
||||||
|
<summary>Opaque value passed through to the <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource"/>.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Threading.Tasks.ValueTask._continueOnCapturedContext">
|
||||||
|
<summary>true to continue on the capture context; otherwise, true.</summary>
|
||||||
|
<remarks>Stored in the <see cref="T:System.Threading.Tasks.ValueTask"/> rather than in the configured awaiter to utilize otherwise padding space.</remarks>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.ValueTask.#ctor(System.Threading.Tasks.Task)">
|
||||||
|
<summary>Initialize the <see cref="T:System.Threading.Tasks.ValueTask"/> with a <see cref="T:System.Threading.Tasks.Task"/> that represents the operation.</summary>
|
||||||
|
<param name="task">The task.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.ValueTask.#ctor(System.Threading.Tasks.Sources.IValueTaskSource,System.Int16)">
|
||||||
|
<summary>Initialize the <see cref="T:System.Threading.Tasks.ValueTask"/> with a <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource"/> object that represents the operation.</summary>
|
||||||
|
<param name="source">The source.</param>
|
||||||
|
<param name="token">Opaque value passed through to the <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource"/>.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.ValueTask.GetHashCode">
|
||||||
|
<summary>Returns the hash code for this instance.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.ValueTask.Equals(System.Object)">
|
||||||
|
<summary>Returns a value indicating whether this value is equal to a specified <see cref="T:System.Object"/>.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.ValueTask.Equals(System.Threading.Tasks.ValueTask)">
|
||||||
|
<summary>Returns a value indicating whether this value is equal to a specified <see cref="T:System.Threading.Tasks.ValueTask"/> value.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.ValueTask.op_Equality(System.Threading.Tasks.ValueTask,System.Threading.Tasks.ValueTask)">
|
||||||
|
<summary>Returns a value indicating whether two <see cref="T:System.Threading.Tasks.ValueTask"/> values are equal.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.ValueTask.op_Inequality(System.Threading.Tasks.ValueTask,System.Threading.Tasks.ValueTask)">
|
||||||
|
<summary>Returns a value indicating whether two <see cref="T:System.Threading.Tasks.ValueTask"/> values are not equal.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.ValueTask.AsTask">
|
||||||
|
<summary>
|
||||||
|
Gets a <see cref="T:System.Threading.Tasks.Task"/> object to represent this ValueTask.
|
||||||
|
</summary>
|
||||||
|
<remarks>
|
||||||
|
It will either return the wrapped task object if one exists, or it'll
|
||||||
|
manufacture a new task object to represent the result.
|
||||||
|
</remarks>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.ValueTask.Preserve">
|
||||||
|
<summary>Gets a <see cref="T:System.Threading.Tasks.ValueTask"/> that may be used at any point in the future.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.ValueTask.GetTaskForValueTaskSource(System.Threading.Tasks.Sources.IValueTaskSource)">
|
||||||
|
<summary>Creates a <see cref="T:System.Threading.Tasks.Task"/> to represent the <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource"/>.</summary>
|
||||||
|
<remarks>
|
||||||
|
The <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource"/> is passed in rather than reading and casting <see cref="F:System.Threading.Tasks.ValueTask._obj"/>
|
||||||
|
so that the caller can pass in an object it's already validated.
|
||||||
|
</remarks>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Threading.Tasks.ValueTask.ValueTaskSourceAsTask">
|
||||||
|
<summary>Type used to create a <see cref="T:System.Threading.Tasks.Task"/> to represent a <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource"/>.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Threading.Tasks.ValueTask.ValueTaskSourceAsTask._source">
|
||||||
|
<summary>The associated <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource"/>.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Threading.Tasks.ValueTask.ValueTaskSourceAsTask._token">
|
||||||
|
<summary>The token to pass through to operations on <see cref="F:System.Threading.Tasks.ValueTask.ValueTaskSourceAsTask._source"/></summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Threading.Tasks.ValueTask.IsCompleted">
|
||||||
|
<summary>Gets whether the <see cref="T:System.Threading.Tasks.ValueTask"/> represents a completed operation.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Threading.Tasks.ValueTask.IsCompletedSuccessfully">
|
||||||
|
<summary>Gets whether the <see cref="T:System.Threading.Tasks.ValueTask"/> represents a successfully completed operation.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Threading.Tasks.ValueTask.IsFaulted">
|
||||||
|
<summary>Gets whether the <see cref="T:System.Threading.Tasks.ValueTask"/> represents a failed operation.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Threading.Tasks.ValueTask.IsCanceled">
|
||||||
|
<summary>Gets whether the <see cref="T:System.Threading.Tasks.ValueTask"/> represents a canceled operation.</summary>
|
||||||
|
<remarks>
|
||||||
|
If the <see cref="T:System.Threading.Tasks.ValueTask"/> is backed by a result or by a <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource"/>,
|
||||||
|
this will always return false. If it's backed by a <see cref="T:System.Threading.Tasks.Task"/>, it'll return the
|
||||||
|
value of the task's <see cref="P:System.Threading.Tasks.Task.IsCanceled"/> property.
|
||||||
|
</remarks>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.ValueTask.ThrowIfCompletedUnsuccessfully">
|
||||||
|
<summary>Throws the exception that caused the <see cref="T:System.Threading.Tasks.ValueTask"/> to fail. If it completed successfully, nothing is thrown.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.ValueTask.GetAwaiter">
|
||||||
|
<summary>Gets an awaiter for this <see cref="T:System.Threading.Tasks.ValueTask"/>.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.ValueTask.ConfigureAwait(System.Boolean)">
|
||||||
|
<summary>Configures an awaiter for this <see cref="T:System.Threading.Tasks.ValueTask"/>.</summary>
|
||||||
|
<param name="continueOnCapturedContext">
|
||||||
|
true to attempt to marshal the continuation back to the captured context; otherwise, false.
|
||||||
|
</param>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Threading.Tasks.ValueTask`1">
|
||||||
|
<summary>Provides a value type that can represent a synchronously available value or a task object.</summary>
|
||||||
|
<typeparam name="TResult">Specifies the type of the result.</typeparam>
|
||||||
|
<remarks>
|
||||||
|
<see cref="T:System.Threading.Tasks.ValueTask`1"/>s are meant to be directly awaited. To do more complicated operations with them, a <see cref="T:System.Threading.Tasks.Task"/>
|
||||||
|
should be extracted using <see cref="M:System.Threading.Tasks.ValueTask`1.AsTask"/> or <see cref="M:System.Threading.Tasks.ValueTask`1.Preserve"/>. Such operations might include caching an instance to
|
||||||
|
be awaited later, registering multiple continuations with a single operation, awaiting the same task multiple times, and using
|
||||||
|
combinators over multiple operations.
|
||||||
|
</remarks>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Threading.Tasks.ValueTask`1.s_canceledTask">
|
||||||
|
<summary>A task canceled using `new CancellationToken(true)`. Lazily created only when first needed.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Threading.Tasks.ValueTask`1._obj">
|
||||||
|
<summary>null if <see cref="F:System.Threading.Tasks.ValueTask`1._result"/> has the result, otherwise a <see cref="T:System.Threading.Tasks.Task`1"/> or a <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource`1"/>.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Threading.Tasks.ValueTask`1._result">
|
||||||
|
<summary>The result to be used if the operation completed successfully synchronously.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Threading.Tasks.ValueTask`1._token">
|
||||||
|
<summary>Opaque value passed through to the <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource`1"/>.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Threading.Tasks.ValueTask`1._continueOnCapturedContext">
|
||||||
|
<summary>true to continue on the captured context; otherwise, false.</summary>
|
||||||
|
<remarks>Stored in the <see cref="T:System.Threading.Tasks.ValueTask`1"/> rather than in the configured awaiter to utilize otherwise padding space.</remarks>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.ValueTask`1.#ctor(`0)">
|
||||||
|
<summary>Initialize the <see cref="T:System.Threading.Tasks.ValueTask`1"/> with a <typeparamref name="TResult"/> result value.</summary>
|
||||||
|
<param name="result">The result.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.ValueTask`1.#ctor(System.Threading.Tasks.Task{`0})">
|
||||||
|
<summary>Initialize the <see cref="T:System.Threading.Tasks.ValueTask`1"/> with a <see cref="T:System.Threading.Tasks.Task`1"/> that represents the operation.</summary>
|
||||||
|
<param name="task">The task.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.ValueTask`1.#ctor(System.Threading.Tasks.Sources.IValueTaskSource{`0},System.Int16)">
|
||||||
|
<summary>Initialize the <see cref="T:System.Threading.Tasks.ValueTask`1"/> with a <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource`1"/> object that represents the operation.</summary>
|
||||||
|
<param name="source">The source.</param>
|
||||||
|
<param name="token">Opaque value passed through to the <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource"/>.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.ValueTask`1.#ctor(System.Object,`0,System.Int16,System.Boolean)">
|
||||||
|
<summary>Non-verified initialization of the struct to the specified values.</summary>
|
||||||
|
<param name="obj">The object.</param>
|
||||||
|
<param name="result">The result.</param>
|
||||||
|
<param name="token">The token.</param>
|
||||||
|
<param name="continueOnCapturedContext">true to continue on captured context; otherwise, false.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.ValueTask`1.GetHashCode">
|
||||||
|
<summary>Returns the hash code for this instance.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.ValueTask`1.Equals(System.Object)">
|
||||||
|
<summary>Returns a value indicating whether this value is equal to a specified <see cref="T:System.Object"/>.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.ValueTask`1.Equals(System.Threading.Tasks.ValueTask{`0})">
|
||||||
|
<summary>Returns a value indicating whether this value is equal to a specified <see cref="T:System.Threading.Tasks.ValueTask`1"/> value.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.ValueTask`1.op_Equality(System.Threading.Tasks.ValueTask{`0},System.Threading.Tasks.ValueTask{`0})">
|
||||||
|
<summary>Returns a value indicating whether two <see cref="T:System.Threading.Tasks.ValueTask`1"/> values are equal.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.ValueTask`1.op_Inequality(System.Threading.Tasks.ValueTask{`0},System.Threading.Tasks.ValueTask{`0})">
|
||||||
|
<summary>Returns a value indicating whether two <see cref="T:System.Threading.Tasks.ValueTask`1"/> values are not equal.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.ValueTask`1.AsTask">
|
||||||
|
<summary>
|
||||||
|
Gets a <see cref="T:System.Threading.Tasks.Task`1"/> object to represent this ValueTask.
|
||||||
|
</summary>
|
||||||
|
<remarks>
|
||||||
|
It will either return the wrapped task object if one exists, or it'll
|
||||||
|
manufacture a new task object to represent the result.
|
||||||
|
</remarks>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.ValueTask`1.Preserve">
|
||||||
|
<summary>Gets a <see cref="T:System.Threading.Tasks.ValueTask`1"/> that may be used at any point in the future.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.ValueTask`1.GetTaskForValueTaskSource(System.Threading.Tasks.Sources.IValueTaskSource{`0})">
|
||||||
|
<summary>Creates a <see cref="T:System.Threading.Tasks.Task`1"/> to represent the <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource`1"/>.</summary>
|
||||||
|
<remarks>
|
||||||
|
The <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource`1"/> is passed in rather than reading and casting <see cref="F:System.Threading.Tasks.ValueTask`1._obj"/>
|
||||||
|
so that the caller can pass in an object it's already validated.
|
||||||
|
</remarks>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Threading.Tasks.ValueTask`1.ValueTaskSourceAsTask">
|
||||||
|
<summary>Type used to create a <see cref="T:System.Threading.Tasks.Task`1"/> to represent a <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource`1"/>.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Threading.Tasks.ValueTask`1.ValueTaskSourceAsTask._source">
|
||||||
|
<summary>The associated <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource"/>.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Threading.Tasks.ValueTask`1.ValueTaskSourceAsTask._token">
|
||||||
|
<summary>The token to pass through to operations on <see cref="F:System.Threading.Tasks.ValueTask`1.ValueTaskSourceAsTask._source"/></summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Threading.Tasks.ValueTask`1.IsCompleted">
|
||||||
|
<summary>Gets whether the <see cref="T:System.Threading.Tasks.ValueTask`1"/> represents a completed operation.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Threading.Tasks.ValueTask`1.IsCompletedSuccessfully">
|
||||||
|
<summary>Gets whether the <see cref="T:System.Threading.Tasks.ValueTask`1"/> represents a successfully completed operation.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Threading.Tasks.ValueTask`1.IsFaulted">
|
||||||
|
<summary>Gets whether the <see cref="T:System.Threading.Tasks.ValueTask`1"/> represents a failed operation.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Threading.Tasks.ValueTask`1.IsCanceled">
|
||||||
|
<summary>Gets whether the <see cref="T:System.Threading.Tasks.ValueTask`1"/> represents a canceled operation.</summary>
|
||||||
|
<remarks>
|
||||||
|
If the <see cref="T:System.Threading.Tasks.ValueTask`1"/> is backed by a result or by a <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource`1"/>,
|
||||||
|
this will always return false. If it's backed by a <see cref="T:System.Threading.Tasks.Task"/>, it'll return the
|
||||||
|
value of the task's <see cref="P:System.Threading.Tasks.Task.IsCanceled"/> property.
|
||||||
|
</remarks>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Threading.Tasks.ValueTask`1.Result">
|
||||||
|
<summary>Gets the result.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.ValueTask`1.GetAwaiter">
|
||||||
|
<summary>Gets an awaiter for this <see cref="T:System.Threading.Tasks.ValueTask`1"/>.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.ValueTask`1.ConfigureAwait(System.Boolean)">
|
||||||
|
<summary>Configures an awaiter for this <see cref="T:System.Threading.Tasks.ValueTask`1"/>.</summary>
|
||||||
|
<param name="continueOnCapturedContext">
|
||||||
|
true to attempt to marshal the continuation back to the captured context; otherwise, false.
|
||||||
|
</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.ValueTask`1.ToString">
|
||||||
|
<summary>Gets a string-representation of this <see cref="T:System.Threading.Tasks.ValueTask`1"/>.</summary>
|
||||||
|
</member>
|
||||||
|
</members>
|
||||||
|
</doc>
|
||||||
BIN
_ref/original/Электронная Фармация/plus-16.ico
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
_ref/original/Электронная Фармация/plus-16.jpg
Normal file
|
After Width: | Height: | Size: 814 B |
BIN
_ref/original/Электронная Фармация/x64/SQLite.Interop.dll
Normal file
BIN
_ref/original/Электронная Фармация/x86/SQLite.Interop.dll
Normal file
BIN
_ref/original/Электронная Фармация/Электронная Фармация.exe
Normal file
@ -0,0 +1,41 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<configuration>
|
||||||
|
<configSections>
|
||||||
|
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
|
||||||
|
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
|
||||||
|
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
|
||||||
|
<section name="Электронная_Фармация.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
|
||||||
|
</sectionGroup>
|
||||||
|
</configSections>
|
||||||
|
<startup>
|
||||||
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
|
||||||
|
</startup>
|
||||||
|
<entityFramework>
|
||||||
|
<providers>
|
||||||
|
<provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
|
||||||
|
<provider invariantName="System.Data.SQLite.EF6" type="System.Data.SQLite.EF6.SQLiteProviderServices, System.Data.SQLite.EF6" />
|
||||||
|
</providers>
|
||||||
|
</entityFramework>
|
||||||
|
<system.data>
|
||||||
|
<DbProviderFactories>
|
||||||
|
<remove invariant="System.Data.SQLite.EF6" />
|
||||||
|
<add name="SQLite Data Provider (Entity Framework 6)" invariant="System.Data.SQLite.EF6" description=".NET Framework Data Provider for SQLite (Entity Framework 6)" type="System.Data.SQLite.EF6.SQLiteProviderFactory, System.Data.SQLite.EF6" />
|
||||||
|
<remove invariant="System.Data.SQLite" /><add name="SQLite Data Provider" invariant="System.Data.SQLite" description=".NET Framework Data Provider for SQLite" type="System.Data.SQLite.SQLiteFactory, System.Data.SQLite" /></DbProviderFactories>
|
||||||
|
</system.data>
|
||||||
|
<userSettings>
|
||||||
|
<Электронная_Фармация.Properties.Settings>
|
||||||
|
<setting name="IntDefaultPercentMarkup" serializeAs="String">
|
||||||
|
<value>0</value>
|
||||||
|
</setting>
|
||||||
|
<setting name="stringLogin" serializeAs="String">
|
||||||
|
<value />
|
||||||
|
</setting>
|
||||||
|
<setting name="stringPassword" serializeAs="String">
|
||||||
|
<value />
|
||||||
|
</setting>
|
||||||
|
<setting name="stringToken" serializeAs="String">
|
||||||
|
<value />
|
||||||
|
</setting>
|
||||||
|
</Электронная_Фармация.Properties.Settings>
|
||||||
|
</userSettings>
|
||||||
|
</configuration>
|
||||||
@ -0,0 +1,41 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<configuration>
|
||||||
|
<configSections>
|
||||||
|
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
|
||||||
|
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
|
||||||
|
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
|
||||||
|
<section name="Электронная_Фармация.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
|
||||||
|
</sectionGroup>
|
||||||
|
</configSections>
|
||||||
|
<startup>
|
||||||
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
|
||||||
|
</startup>
|
||||||
|
<entityFramework>
|
||||||
|
<providers>
|
||||||
|
<provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
|
||||||
|
<provider invariantName="System.Data.SQLite.EF6" type="System.Data.SQLite.EF6.SQLiteProviderServices, System.Data.SQLite.EF6" />
|
||||||
|
</providers>
|
||||||
|
</entityFramework>
|
||||||
|
<system.data>
|
||||||
|
<DbProviderFactories>
|
||||||
|
<remove invariant="System.Data.SQLite.EF6" />
|
||||||
|
<add name="SQLite Data Provider (Entity Framework 6)" invariant="System.Data.SQLite.EF6" description=".NET Framework Data Provider for SQLite (Entity Framework 6)" type="System.Data.SQLite.EF6.SQLiteProviderFactory, System.Data.SQLite.EF6" />
|
||||||
|
<remove invariant="System.Data.SQLite" /><add name="SQLite Data Provider" invariant="System.Data.SQLite" description=".NET Framework Data Provider for SQLite" type="System.Data.SQLite.SQLiteFactory, System.Data.SQLite" /></DbProviderFactories>
|
||||||
|
</system.data>
|
||||||
|
<userSettings>
|
||||||
|
<Электронная_Фармация.Properties.Settings>
|
||||||
|
<setting name="IntDefaultPercentMarkup" serializeAs="String">
|
||||||
|
<value>0</value>
|
||||||
|
</setting>
|
||||||
|
<setting name="stringLogin" serializeAs="String">
|
||||||
|
<value />
|
||||||
|
</setting>
|
||||||
|
<setting name="stringPassword" serializeAs="String">
|
||||||
|
<value />
|
||||||
|
</setting>
|
||||||
|
<setting name="stringToken" serializeAs="String">
|
||||||
|
<value />
|
||||||
|
</setting>
|
||||||
|
</Электронная_Фармация.Properties.Settings>
|
||||||
|
</userSettings>
|
||||||
|
</configuration>
|
||||||
BIN
_ref/original/Электронная Фармация/Электронная Фармация.pdb
Normal file
BIN
_ref/original/Электронная Фармация/Электронная Фармация.pdb_old
Normal file
0
_ref/stock-strings.txt
Normal file
32
dist/build-release.ps1
vendored
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
$ErrorActionPreference = "Stop"
|
||||||
|
$repoRoot = Split-Path -Parent $PSScriptRoot
|
||||||
|
$sln = Join-Path $repoRoot "Elfisa.sln"
|
||||||
|
$outDir = Join-Path $repoRoot "src\ElectronicPharmacy\bin\Release"
|
||||||
|
$distDir = Join-Path $repoRoot "dist\Электронная-Фармация"
|
||||||
|
$zipPath = Join-Path $repoRoot "dist\Электронная-Фармация.zip"
|
||||||
|
|
||||||
|
Write-Host "Building Release..."
|
||||||
|
dotnet build $sln -c Release | Out-Host
|
||||||
|
if ($LASTEXITCODE -ne 0) { exit $LASTEXITCODE }
|
||||||
|
|
||||||
|
if (Test-Path $distDir) { Remove-Item $distDir -Recurse -Force }
|
||||||
|
New-Item -ItemType Directory -Path $distDir | Out-Null
|
||||||
|
|
||||||
|
Copy-Item -Path (Join-Path $outDir "*") -Destination $distDir -Recurse -Force
|
||||||
|
|
||||||
|
$readme = @"
|
||||||
|
# Электронная Фармация
|
||||||
|
|
||||||
|
1. Распакуйте архив в любую папку.
|
||||||
|
2. Запустите ``Электронная Фармация.exe``.
|
||||||
|
3. При первом запуске выполните авторизацию (меню АВТОРИЗАЦИЯ).
|
||||||
|
4. Укажите Location ID точки в настройках авторизации.
|
||||||
|
|
||||||
|
База данных: ``Data\efClient.db`` (или ``efClient.db`` рядом с exe).
|
||||||
|
"@
|
||||||
|
Set-Content -Path (Join-Path $distDir "README.md") -Value $readme -Encoding UTF8
|
||||||
|
|
||||||
|
if (Test-Path $zipPath) { Remove-Item $zipPath -Force }
|
||||||
|
Compress-Archive -Path $distDir -DestinationPath $zipPath -Force
|
||||||
|
|
||||||
|
Write-Host "Created $zipPath"
|
||||||
BIN
dist/Рлектронная-Фармация/Elfisa.UI.dll
vendored
Normal file
BIN
dist/Рлектронная-Фармация/Elfisa.UI.pdb
vendored
Normal file
BIN
dist/Рлектронная-Фармация/EntityFramework.SqlServer.dll
vendored
Normal file
2156
dist/Рлектронная-Фармация/EntityFramework.SqlServer.xml
vendored
Normal file
BIN
dist/Рлектронная-Фармация/EntityFramework.dll
vendored
Normal file
54121
dist/Рлектронная-Фармация/EntityFramework.xml
vendored
Normal file
BIN
dist/Рлектронная-Фармация/Microsoft.Bcl.AsyncInterfaces.dll
vendored
Normal file
420
dist/Рлектронная-Фармация/Microsoft.Bcl.AsyncInterfaces.xml
vendored
Normal file
@ -0,0 +1,420 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<doc>
|
||||||
|
<assembly>
|
||||||
|
<name>Microsoft.Bcl.AsyncInterfaces</name>
|
||||||
|
</assembly>
|
||||||
|
<members>
|
||||||
|
<member name="T:System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1">
|
||||||
|
<summary>Provides the core logic for implementing a manual-reset <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource"/> or <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource`1"/>.</summary>
|
||||||
|
<typeparam name="TResult"></typeparam>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1._continuation">
|
||||||
|
<summary>
|
||||||
|
The callback to invoke when the operation completes if <see cref="M:System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1.OnCompleted(System.Action{System.Object},System.Object,System.Int16,System.Threading.Tasks.Sources.ValueTaskSourceOnCompletedFlags)"/> was called before the operation completed,
|
||||||
|
or <see cref="F:System.Threading.Tasks.Sources.ManualResetValueTaskSourceCoreShared.s_sentinel"/> if the operation completed before a callback was supplied,
|
||||||
|
or null if a callback hasn't yet been provided and the operation hasn't yet completed.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1._continuationState">
|
||||||
|
<summary>State to pass to <see cref="F:System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1._continuation"/>.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1._executionContext">
|
||||||
|
<summary><see cref="T:System.Threading.ExecutionContext"/> to flow to the callback, or null if no flowing is required.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1._capturedContext">
|
||||||
|
<summary>
|
||||||
|
A "captured" <see cref="T:System.Threading.SynchronizationContext"/> or <see cref="T:System.Threading.Tasks.TaskScheduler"/> with which to invoke the callback,
|
||||||
|
or null if no special context is required.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1._completed">
|
||||||
|
<summary>Whether the current operation has completed.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1._result">
|
||||||
|
<summary>The result with which the operation succeeded, or the default value if it hasn't yet completed or failed.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1._error">
|
||||||
|
<summary>The exception with which the operation failed, or null if it hasn't yet completed or completed successfully.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1._version">
|
||||||
|
<summary>The current version of this value, used to help prevent misuse.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1.RunContinuationsAsynchronously">
|
||||||
|
<summary>Gets or sets whether to force continuations to run asynchronously.</summary>
|
||||||
|
<remarks>Continuations may run asynchronously if this is false, but they'll never run synchronously if this is true.</remarks>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1.Reset">
|
||||||
|
<summary>Resets to prepare for the next operation.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1.SetResult(`0)">
|
||||||
|
<summary>Completes with a successful result.</summary>
|
||||||
|
<param name="result">The result.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1.SetException(System.Exception)">
|
||||||
|
<summary>Complets with an error.</summary>
|
||||||
|
<param name="error"></param>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1.Version">
|
||||||
|
<summary>Gets the operation version.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1.GetStatus(System.Int16)">
|
||||||
|
<summary>Gets the status of the operation.</summary>
|
||||||
|
<param name="token">Opaque value that was provided to the <see cref="T:System.Threading.Tasks.ValueTask"/>'s constructor.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1.GetResult(System.Int16)">
|
||||||
|
<summary>Gets the result of the operation.</summary>
|
||||||
|
<param name="token">Opaque value that was provided to the <see cref="T:System.Threading.Tasks.ValueTask"/>'s constructor.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1.OnCompleted(System.Action{System.Object},System.Object,System.Int16,System.Threading.Tasks.Sources.ValueTaskSourceOnCompletedFlags)">
|
||||||
|
<summary>Schedules the continuation action for this operation.</summary>
|
||||||
|
<param name="continuation">The continuation to invoke when the operation has completed.</param>
|
||||||
|
<param name="state">The state object to pass to <paramref name="continuation"/> when it's invoked.</param>
|
||||||
|
<param name="token">Opaque value that was provided to the <see cref="T:System.Threading.Tasks.ValueTask"/>'s constructor.</param>
|
||||||
|
<param name="flags">The flags describing the behavior of the continuation.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1.ValidateToken(System.Int16)">
|
||||||
|
<summary>Ensures that the specified token matches the current version.</summary>
|
||||||
|
<param name="token">The token supplied by <see cref="T:System.Threading.Tasks.ValueTask"/>.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1.SignalCompletion">
|
||||||
|
<summary>Signals that the operation has completed. Invoked after the result or error has been set.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1.InvokeContinuation">
|
||||||
|
<summary>
|
||||||
|
Invokes the continuation with the appropriate captured context / scheduler.
|
||||||
|
This assumes that if <see cref="F:System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1._executionContext"/> is not null we're already
|
||||||
|
running within that <see cref="T:System.Threading.ExecutionContext"/>.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Threading.Tasks.TaskAsyncEnumerableExtensions">
|
||||||
|
<summary>Provides a set of static methods for configuring <see cref="T:System.Threading.Tasks.Task"/>-related behaviors on asynchronous enumerables and disposables.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.TaskAsyncEnumerableExtensions.ConfigureAwait(System.IAsyncDisposable,System.Boolean)">
|
||||||
|
<summary>Configures how awaits on the tasks returned from an async disposable will be performed.</summary>
|
||||||
|
<param name="source">The source async disposable.</param>
|
||||||
|
<param name="continueOnCapturedContext"><see langword="true" /> to capture and marshal back to the current context; otherwise, <see langword="false" />.</param>
|
||||||
|
<returns>The configured async disposable.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.TaskAsyncEnumerableExtensions.ConfigureAwait``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Boolean)">
|
||||||
|
<summary>Configures how awaits on the tasks returned from an async iteration will be performed.</summary>
|
||||||
|
<typeparam name="T">The type of the objects being iterated.</typeparam>
|
||||||
|
<param name="source">The source enumerable being iterated.</param>
|
||||||
|
<param name="continueOnCapturedContext"><see langword="true" /> to capture and marshal back to the current context; otherwise, <see langword="false" />.</param>
|
||||||
|
<returns>The configured enumerable.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.TaskAsyncEnumerableExtensions.WithCancellation``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Threading.CancellationToken)">
|
||||||
|
<summary>Sets the <see cref="T:System.Threading.CancellationToken"/> to be passed to <see cref="M:System.Collections.Generic.IAsyncEnumerable`1.GetAsyncEnumerator(System.Threading.CancellationToken)"/> when iterating.</summary>
|
||||||
|
<typeparam name="T">The type of the objects being iterated.</typeparam>
|
||||||
|
<param name="source">The source enumerable being iterated.</param>
|
||||||
|
<param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> to use.</param>
|
||||||
|
<returns>The configured enumerable.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Runtime.CompilerServices.AsyncIteratorMethodBuilder">
|
||||||
|
<summary>Represents a builder for asynchronous iterators.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.AsyncIteratorMethodBuilder.Create">
|
||||||
|
<summary>Creates an instance of the <see cref="T:System.Runtime.CompilerServices.AsyncIteratorMethodBuilder"/> struct.</summary>
|
||||||
|
<returns>The initialized instance.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.AsyncIteratorMethodBuilder.MoveNext``1(``0@)">
|
||||||
|
<summary>Invokes <see cref="M:System.Runtime.CompilerServices.IAsyncStateMachine.MoveNext"/> on the state machine while guarding the <see cref="T:System.Threading.ExecutionContext"/>.</summary>
|
||||||
|
<typeparam name="TStateMachine">The type of the state machine.</typeparam>
|
||||||
|
<param name="stateMachine">The state machine instance, passed by reference.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.AsyncIteratorMethodBuilder.AwaitOnCompleted``2(``0@,``1@)">
|
||||||
|
<summary>Schedules the state machine to proceed to the next action when the specified awaiter completes.</summary>
|
||||||
|
<typeparam name="TAwaiter">The type of the awaiter.</typeparam>
|
||||||
|
<typeparam name="TStateMachine">The type of the state machine.</typeparam>
|
||||||
|
<param name="awaiter">The awaiter.</param>
|
||||||
|
<param name="stateMachine">The state machine.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.AsyncIteratorMethodBuilder.AwaitUnsafeOnCompleted``2(``0@,``1@)">
|
||||||
|
<summary>Schedules the state machine to proceed to the next action when the specified awaiter completes.</summary>
|
||||||
|
<typeparam name="TAwaiter">The type of the awaiter.</typeparam>
|
||||||
|
<typeparam name="TStateMachine">The type of the state machine.</typeparam>
|
||||||
|
<param name="awaiter">The awaiter.</param>
|
||||||
|
<param name="stateMachine">The state machine.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.AsyncIteratorMethodBuilder.Complete">
|
||||||
|
<summary>Marks iteration as being completed, whether successfully or otherwise.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Runtime.CompilerServices.AsyncIteratorMethodBuilder.ObjectIdForDebugger">
|
||||||
|
<summary>Gets an object that may be used to uniquely identify this builder to the debugger.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Runtime.CompilerServices.AsyncIteratorStateMachineAttribute">
|
||||||
|
<summary>Indicates whether a method is an asynchronous iterator.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.AsyncIteratorStateMachineAttribute.#ctor(System.Type)">
|
||||||
|
<summary>Initializes a new instance of the <see cref="T:System.Runtime.CompilerServices.AsyncIteratorStateMachineAttribute"/> class.</summary>
|
||||||
|
<param name="stateMachineType">The type object for the underlying state machine type that's used to implement a state machine method.</param>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Runtime.CompilerServices.ConfiguredAsyncDisposable">
|
||||||
|
<summary>Provides a type that can be used to configure how awaits on an <see cref="T:System.IAsyncDisposable"/> are performed.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.ConfiguredAsyncDisposable.DisposeAsync">
|
||||||
|
<summary>Asynchronously releases the unmanaged resources used by the <see cref="T:System.Runtime.CompilerServices.ConfiguredAsyncDisposable" />.</summary>
|
||||||
|
<returns>A task that represents the asynchronous dispose operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Runtime.CompilerServices.ConfiguredCancelableAsyncEnumerable`1">
|
||||||
|
<summary>Provides an awaitable async enumerable that enables cancelable iteration and configured awaits.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.ConfiguredCancelableAsyncEnumerable`1.ConfigureAwait(System.Boolean)">
|
||||||
|
<summary>Configures how awaits on the tasks returned from an async iteration will be performed.</summary>
|
||||||
|
<param name="continueOnCapturedContext"><see langword="true" /> to capture and marshal back to the current context; otherwise, <see langword="false" />.</param>
|
||||||
|
<returns>The configured enumerable.</returns>
|
||||||
|
<remarks>This will replace any previous value set by <see cref="M:System.Runtime.CompilerServices.ConfiguredCancelableAsyncEnumerable`1.ConfigureAwait(System.Boolean)"/> for this iteration.</remarks>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.ConfiguredCancelableAsyncEnumerable`1.WithCancellation(System.Threading.CancellationToken)">
|
||||||
|
<summary>Sets the <see cref="T:System.Threading.CancellationToken"/> to be passed to <see cref="M:System.Collections.Generic.IAsyncEnumerable`1.GetAsyncEnumerator(System.Threading.CancellationToken)"/> when iterating.</summary>
|
||||||
|
<param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> to use.</param>
|
||||||
|
<returns>The configured enumerable.</returns>
|
||||||
|
<remarks>This will replace any previous <see cref="T:System.Threading.CancellationToken"/> set by <see cref="M:System.Runtime.CompilerServices.ConfiguredCancelableAsyncEnumerable`1.WithCancellation(System.Threading.CancellationToken)"/> for this iteration.</remarks>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.ConfiguredCancelableAsyncEnumerable`1.GetAsyncEnumerator">
|
||||||
|
<summary>Returns an enumerator that iterates asynchronously through collections that enables cancelable iteration and configured awaits.</summary>
|
||||||
|
<returns>An enumerator for the <see cref="T:System.Runtime.CompilerServices.ConfiguredCancelableAsyncEnumerable`1" /> class.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Runtime.CompilerServices.ConfiguredCancelableAsyncEnumerable`1.Enumerator">
|
||||||
|
<summary>Provides an awaitable async enumerator that enables cancelable iteration and configured awaits.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.ConfiguredCancelableAsyncEnumerable`1.Enumerator.MoveNextAsync">
|
||||||
|
<summary>Advances the enumerator asynchronously to the next element of the collection.</summary>
|
||||||
|
<returns>
|
||||||
|
A <see cref="T:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1"/> that will complete with a result of <c>true</c>
|
||||||
|
if the enumerator was successfully advanced to the next element, or <c>false</c> if the enumerator has
|
||||||
|
passed the end of the collection.
|
||||||
|
</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Runtime.CompilerServices.ConfiguredCancelableAsyncEnumerable`1.Enumerator.Current">
|
||||||
|
<summary>Gets the element in the collection at the current position of the enumerator.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.ConfiguredCancelableAsyncEnumerable`1.Enumerator.DisposeAsync">
|
||||||
|
<summary>
|
||||||
|
Performs application-defined tasks associated with freeing, releasing, or
|
||||||
|
resetting unmanaged resources asynchronously.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Runtime.CompilerServices.EnumeratorCancellationAttribute">
|
||||||
|
<summary>Allows users of async-enumerable methods to mark the parameter that should receive the cancellation token value from <see cref="M:System.Collections.Generic.IAsyncEnumerable`1.GetAsyncEnumerator(System.Threading.CancellationToken)" />.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.EnumeratorCancellationAttribute.#ctor">
|
||||||
|
<summary>Initializes a new instance of the <see cref="T:System.Runtime.CompilerServices.EnumeratorCancellationAttribute" /> class.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Runtime.InteropServices.LibraryImportAttribute">
|
||||||
|
<summary>
|
||||||
|
Attribute used to indicate a source generator should create a function for marshalling
|
||||||
|
arguments instead of relying on the runtime to generate an equivalent marshalling function at run-time.
|
||||||
|
</summary>
|
||||||
|
<remarks>
|
||||||
|
This attribute is meaningless if the source generator associated with it is not enabled.
|
||||||
|
The current built-in source generator only supports C# and only supplies an implementation when
|
||||||
|
applied to static, partial, non-generic methods.
|
||||||
|
</remarks>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.InteropServices.LibraryImportAttribute.#ctor(System.String)">
|
||||||
|
<summary>
|
||||||
|
Initializes a new instance of the <see cref="T:System.Runtime.InteropServices.LibraryImportAttribute"/>.
|
||||||
|
</summary>
|
||||||
|
<param name="libraryName">Name of the library containing the import.</param>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Runtime.InteropServices.LibraryImportAttribute.LibraryName">
|
||||||
|
<summary>
|
||||||
|
Gets the name of the library containing the import.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Runtime.InteropServices.LibraryImportAttribute.EntryPoint">
|
||||||
|
<summary>
|
||||||
|
Gets or sets the name of the entry point to be called.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Runtime.InteropServices.LibraryImportAttribute.StringMarshalling">
|
||||||
|
<summary>
|
||||||
|
Gets or sets how to marshal string arguments to the method.
|
||||||
|
</summary>
|
||||||
|
<remarks>
|
||||||
|
If this field is set to a value other than <see cref="F:System.Runtime.InteropServices.StringMarshalling.Custom" />,
|
||||||
|
<see cref="P:System.Runtime.InteropServices.LibraryImportAttribute.StringMarshallingCustomType" /> must not be specified.
|
||||||
|
</remarks>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Runtime.InteropServices.LibraryImportAttribute.StringMarshallingCustomType">
|
||||||
|
<summary>
|
||||||
|
Gets or sets the <see cref="T:System.Type"/> used to control how string arguments to the method are marshalled.
|
||||||
|
</summary>
|
||||||
|
<remarks>
|
||||||
|
If this field is specified, <see cref="P:System.Runtime.InteropServices.LibraryImportAttribute.StringMarshalling" /> must not be specified
|
||||||
|
or must be set to <see cref="F:System.Runtime.InteropServices.StringMarshalling.Custom" />.
|
||||||
|
</remarks>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Runtime.InteropServices.LibraryImportAttribute.SetLastError">
|
||||||
|
<summary>
|
||||||
|
Gets or sets whether the callee sets an error (SetLastError on Windows or errno
|
||||||
|
on other platforms) before returning from the attributed method.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Runtime.InteropServices.StringMarshalling">
|
||||||
|
<summary>
|
||||||
|
Specifies how strings should be marshalled for generated p/invokes
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Runtime.InteropServices.StringMarshalling.Custom">
|
||||||
|
<summary>
|
||||||
|
Indicates the user is supplying a specific marshaller in <see cref="P:System.Runtime.InteropServices.LibraryImportAttribute.StringMarshallingCustomType"/>.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Runtime.InteropServices.StringMarshalling.Utf8">
|
||||||
|
<summary>
|
||||||
|
Use the platform-provided UTF-8 marshaller.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Runtime.InteropServices.StringMarshalling.Utf16">
|
||||||
|
<summary>
|
||||||
|
Use the platform-provided UTF-16 marshaller.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Collections.Generic.IAsyncEnumerable`1">
|
||||||
|
<summary>Exposes an enumerator that provides asynchronous iteration over values of a specified type.</summary>
|
||||||
|
<typeparam name="T">The type of values to enumerate.</typeparam>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Collections.Generic.IAsyncEnumerable`1.GetAsyncEnumerator(System.Threading.CancellationToken)">
|
||||||
|
<summary>Returns an enumerator that iterates asynchronously through the collection.</summary>
|
||||||
|
<param name="cancellationToken">A <see cref="T:System.Threading.CancellationToken"/> that may be used to cancel the asynchronous iteration.</param>
|
||||||
|
<returns>An enumerator that can be used to iterate asynchronously through the collection.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Collections.Generic.IAsyncEnumerator`1">
|
||||||
|
<summary>Supports a simple asynchronous iteration over a generic collection.</summary>
|
||||||
|
<typeparam name="T">The type of objects to enumerate.</typeparam>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Collections.Generic.IAsyncEnumerator`1.MoveNextAsync">
|
||||||
|
<summary>Advances the enumerator asynchronously to the next element of the collection.</summary>
|
||||||
|
<returns>
|
||||||
|
A <see cref="T:System.Threading.Tasks.ValueTask`1"/> that will complete with a result of <c>true</c> if the enumerator
|
||||||
|
was successfully advanced to the next element, or <c>false</c> if the enumerator has passed the end
|
||||||
|
of the collection.
|
||||||
|
</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Collections.Generic.IAsyncEnumerator`1.Current">
|
||||||
|
<summary>Gets the element in the collection at the current position of the enumerator.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.IAsyncDisposable">
|
||||||
|
<summary>Provides a mechanism for releasing unmanaged resources asynchronously.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IAsyncDisposable.DisposeAsync">
|
||||||
|
<summary>
|
||||||
|
Performs application-defined tasks associated with freeing, releasing, or
|
||||||
|
resetting unmanaged resources asynchronously.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Diagnostics.CodeAnalysis.AllowNullAttribute">
|
||||||
|
<summary>Specifies that null is allowed as an input even if the corresponding type disallows it.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute">
|
||||||
|
<summary>Specifies that null is disallowed as an input even if the corresponding type allows it.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute">
|
||||||
|
<summary>Specifies that an output may be null even if the corresponding type disallows it.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Diagnostics.CodeAnalysis.NotNullAttribute">
|
||||||
|
<summary>Specifies that an output will not be null even if the corresponding type allows it. Specifies that an input argument was not null when the call returns.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute">
|
||||||
|
<summary>Specifies that when a method returns <see cref="P:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute.ReturnValue"/>, the parameter may be null even if the corresponding type disallows it.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute.#ctor(System.Boolean)">
|
||||||
|
<summary>Initializes the attribute with the specified return value condition.</summary>
|
||||||
|
<param name="returnValue">
|
||||||
|
The return value condition. If the method returns this value, the associated parameter may be null.
|
||||||
|
</param>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute.ReturnValue">
|
||||||
|
<summary>Gets the return value condition.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute">
|
||||||
|
<summary>Specifies that when a method returns <see cref="P:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute.ReturnValue"/>, the parameter will not be null even if the corresponding type allows it.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute.#ctor(System.Boolean)">
|
||||||
|
<summary>Initializes the attribute with the specified return value condition.</summary>
|
||||||
|
<param name="returnValue">
|
||||||
|
The return value condition. If the method returns this value, the associated parameter will not be null.
|
||||||
|
</param>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute.ReturnValue">
|
||||||
|
<summary>Gets the return value condition.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute">
|
||||||
|
<summary>Specifies that the output will be non-null if the named parameter is non-null.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute.#ctor(System.String)">
|
||||||
|
<summary>Initializes the attribute with the associated parameter name.</summary>
|
||||||
|
<param name="parameterName">
|
||||||
|
The associated parameter name. The output will be non-null if the argument to the parameter specified is non-null.
|
||||||
|
</param>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute.ParameterName">
|
||||||
|
<summary>Gets the associated parameter name.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Diagnostics.CodeAnalysis.DoesNotReturnAttribute">
|
||||||
|
<summary>Applied to a method that will never return under any circumstance.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute">
|
||||||
|
<summary>Specifies that the method will not return if the associated Boolean parameter is passed the specified value.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute.#ctor(System.Boolean)">
|
||||||
|
<summary>Initializes the attribute with the specified parameter value.</summary>
|
||||||
|
<param name="parameterValue">
|
||||||
|
The condition parameter value. Code after the method will be considered unreachable by diagnostics if the argument to
|
||||||
|
the associated parameter matches this value.
|
||||||
|
</param>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute.ParameterValue">
|
||||||
|
<summary>Gets the condition parameter value.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Diagnostics.CodeAnalysis.MemberNotNullAttribute">
|
||||||
|
<summary>Specifies that the method or property will ensure that the listed field and property members have not-null values.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Diagnostics.CodeAnalysis.MemberNotNullAttribute.#ctor(System.String)">
|
||||||
|
<summary>Initializes the attribute with a field or property member.</summary>
|
||||||
|
<param name="member">
|
||||||
|
The field or property member that is promised to be not-null.
|
||||||
|
</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Diagnostics.CodeAnalysis.MemberNotNullAttribute.#ctor(System.String[])">
|
||||||
|
<summary>Initializes the attribute with the list of field and property members.</summary>
|
||||||
|
<param name="members">
|
||||||
|
The list of field and property members that are promised to be not-null.
|
||||||
|
</param>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Diagnostics.CodeAnalysis.MemberNotNullAttribute.Members">
|
||||||
|
<summary>Gets field or property member names.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Diagnostics.CodeAnalysis.MemberNotNullWhenAttribute">
|
||||||
|
<summary>Specifies that the method or property will ensure that the listed field and property members have not-null values when returning with the specified return value condition.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Diagnostics.CodeAnalysis.MemberNotNullWhenAttribute.#ctor(System.Boolean,System.String)">
|
||||||
|
<summary>Initializes the attribute with the specified return value condition and a field or property member.</summary>
|
||||||
|
<param name="returnValue">
|
||||||
|
The return value condition. If the method returns this value, the associated field or property member will not be null.
|
||||||
|
</param>
|
||||||
|
<param name="member">
|
||||||
|
The field or property member that is promised to be not-null.
|
||||||
|
</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Diagnostics.CodeAnalysis.MemberNotNullWhenAttribute.#ctor(System.Boolean,System.String[])">
|
||||||
|
<summary>Initializes the attribute with the specified return value condition and list of field and property members.</summary>
|
||||||
|
<param name="returnValue">
|
||||||
|
The return value condition. If the method returns this value, the associated field and property members will not be null.
|
||||||
|
</param>
|
||||||
|
<param name="members">
|
||||||
|
The list of field and property members that are promised to be not-null.
|
||||||
|
</param>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Diagnostics.CodeAnalysis.MemberNotNullWhenAttribute.ReturnValue">
|
||||||
|
<summary>Gets the return value condition.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Diagnostics.CodeAnalysis.MemberNotNullWhenAttribute.Members">
|
||||||
|
<summary>Gets field or property member names.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.ExceptionPolyfills">
|
||||||
|
<summary>Provides downlevel polyfills for static methods on Exception-derived types.</summary>
|
||||||
|
</member>
|
||||||
|
</members>
|
||||||
|
</doc>
|
||||||
7
dist/Рлектронная-Фармация/README.md
vendored
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
# Рлектронная Фармация
|
||||||
|
|
||||||
|
1. Распакуйте архив в любую папку.
|
||||||
|
2. Запустите `Рлектронная Фармация.exe`.
|
||||||
|
3. РџСЂРё первом запуске выполните авторизацию (меню РђР’РўРћР РР—РђР¦РРЇ).
|
||||||
|
|
||||||
|
База данных: `efClient.db` (рядом с exe).
|
||||||
BIN
dist/Рлектронная-Фармация/System.Buffers.dll
vendored
Normal file
173
dist/Рлектронная-Фармация/System.Buffers.xml
vendored
Normal file
@ -0,0 +1,173 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<doc>
|
||||||
|
<assembly>
|
||||||
|
<name>System.Buffers</name>
|
||||||
|
</assembly>
|
||||||
|
<members>
|
||||||
|
<member name="T:System.Buffers.ArrayPool`1">
|
||||||
|
<summary>
|
||||||
|
Provides a resource pool that enables reusing instances of type <see cref="T:T[]"/>.
|
||||||
|
</summary>
|
||||||
|
<remarks>
|
||||||
|
<para>
|
||||||
|
Renting and returning buffers with an <see cref="T:System.Buffers.ArrayPool`1"/> can increase performance
|
||||||
|
in situations where arrays are created and destroyed frequently, resulting in significant
|
||||||
|
memory pressure on the garbage collector.
|
||||||
|
</para>
|
||||||
|
<para>
|
||||||
|
This class is thread-safe. All members may be used by multiple threads concurrently.
|
||||||
|
</para>
|
||||||
|
</remarks>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Buffers.ArrayPool`1.s_sharedInstance">
|
||||||
|
<summary>The lazily-initialized shared pool instance.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Buffers.ArrayPool`1.Shared">
|
||||||
|
<summary>
|
||||||
|
Retrieves a shared <see cref="T:System.Buffers.ArrayPool`1"/> instance.
|
||||||
|
</summary>
|
||||||
|
<remarks>
|
||||||
|
The shared pool provides a default implementation of <see cref="T:System.Buffers.ArrayPool`1"/>
|
||||||
|
that's intended for general applicability. It maintains arrays of multiple sizes, and
|
||||||
|
may hand back a larger array than was actually requested, but will never hand back a smaller
|
||||||
|
array than was requested. Renting a buffer from it with <see cref="M:System.Buffers.ArrayPool`1.Rent(System.Int32)"/> will result in an
|
||||||
|
existing buffer being taken from the pool if an appropriate buffer is available or in a new
|
||||||
|
buffer being allocated if one is not available.
|
||||||
|
</remarks>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Buffers.ArrayPool`1.EnsureSharedCreated">
|
||||||
|
<summary>Ensures that <see cref="F:System.Buffers.ArrayPool`1.s_sharedInstance"/> has been initialized to a pool and returns it.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Buffers.ArrayPool`1.Create">
|
||||||
|
<summary>
|
||||||
|
Creates a new <see cref="T:System.Buffers.ArrayPool`1"/> instance using default configuration options.
|
||||||
|
</summary>
|
||||||
|
<returns>A new <see cref="T:System.Buffers.ArrayPool`1"/> instance.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Buffers.ArrayPool`1.Create(System.Int32,System.Int32)">
|
||||||
|
<summary>
|
||||||
|
Creates a new <see cref="T:System.Buffers.ArrayPool`1"/> instance using custom configuration options.
|
||||||
|
</summary>
|
||||||
|
<param name="maxArrayLength">The maximum length of array instances that may be stored in the pool.</param>
|
||||||
|
<param name="maxArraysPerBucket">
|
||||||
|
The maximum number of array instances that may be stored in each bucket in the pool. The pool
|
||||||
|
groups arrays of similar lengths into buckets for faster access.
|
||||||
|
</param>
|
||||||
|
<returns>A new <see cref="T:System.Buffers.ArrayPool`1"/> instance with the specified configuration options.</returns>
|
||||||
|
<remarks>
|
||||||
|
The created pool will group arrays into buckets, with no more than <paramref name="maxArraysPerBucket"/>
|
||||||
|
in each bucket and with those arrays not exceeding <paramref name="maxArrayLength"/> in length.
|
||||||
|
</remarks>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Buffers.ArrayPool`1.Rent(System.Int32)">
|
||||||
|
<summary>
|
||||||
|
Retrieves a buffer that is at least the requested length.
|
||||||
|
</summary>
|
||||||
|
<param name="minimumLength">The minimum length of the array needed.</param>
|
||||||
|
<returns>
|
||||||
|
An <see cref="T:T[]"/> that is at least <paramref name="minimumLength"/> in length.
|
||||||
|
</returns>
|
||||||
|
<remarks>
|
||||||
|
This buffer is loaned to the caller and should be returned to the same pool via
|
||||||
|
<see cref="M:System.Buffers.ArrayPool`1.Return(`0[],System.Boolean)"/> so that it may be reused in subsequent usage of <see cref="M:System.Buffers.ArrayPool`1.Rent(System.Int32)"/>.
|
||||||
|
It is not a fatal error to not return a rented buffer, but failure to do so may lead to
|
||||||
|
decreased application performance, as the pool may need to create a new buffer to replace
|
||||||
|
the one lost.
|
||||||
|
</remarks>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Buffers.ArrayPool`1.Return(`0[],System.Boolean)">
|
||||||
|
<summary>
|
||||||
|
Returns to the pool an array that was previously obtained via <see cref="M:System.Buffers.ArrayPool`1.Rent(System.Int32)"/> on the same
|
||||||
|
<see cref="T:System.Buffers.ArrayPool`1"/> instance.
|
||||||
|
</summary>
|
||||||
|
<param name="array">
|
||||||
|
The buffer previously obtained from <see cref="M:System.Buffers.ArrayPool`1.Rent(System.Int32)"/> to return to the pool.
|
||||||
|
</param>
|
||||||
|
<param name="clearArray">
|
||||||
|
If <c>true</c> and if the pool will store the buffer to enable subsequent reuse, <see cref="M:System.Buffers.ArrayPool`1.Return(`0[],System.Boolean)"/>
|
||||||
|
will clear <paramref name="array"/> of its contents so that a subsequent consumer via <see cref="M:System.Buffers.ArrayPool`1.Rent(System.Int32)"/>
|
||||||
|
will not see the previous consumer's content. If <c>false</c> or if the pool will release the buffer,
|
||||||
|
the array's contents are left unchanged.
|
||||||
|
</param>
|
||||||
|
<remarks>
|
||||||
|
Once a buffer has been returned to the pool, the caller gives up all ownership of the buffer
|
||||||
|
and must not use it. The reference returned from a given call to <see cref="M:System.Buffers.ArrayPool`1.Rent(System.Int32)"/> must only be
|
||||||
|
returned via <see cref="M:System.Buffers.ArrayPool`1.Return(`0[],System.Boolean)"/> once. The default <see cref="T:System.Buffers.ArrayPool`1"/>
|
||||||
|
may hold onto the returned buffer in order to rent it again, or it may release the returned buffer
|
||||||
|
if it's determined that the pool already has enough buffers stored.
|
||||||
|
</remarks>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Buffers.ArrayPoolEventSource.BufferAllocatedReason">
|
||||||
|
<summary>The reason for a BufferAllocated event.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Buffers.ArrayPoolEventSource.BufferAllocatedReason.Pooled">
|
||||||
|
<summary>The pool is allocating a buffer to be pooled in a bucket.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Buffers.ArrayPoolEventSource.BufferAllocatedReason.OverMaximumSize">
|
||||||
|
<summary>The requested buffer size was too large to be pooled.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Buffers.ArrayPoolEventSource.BufferAllocatedReason.PoolExhausted">
|
||||||
|
<summary>The pool has already allocated for pooling as many buffers of a particular size as it's allowed.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Buffers.ArrayPoolEventSource.BufferRented(System.Int32,System.Int32,System.Int32,System.Int32)">
|
||||||
|
<summary>
|
||||||
|
Event for when a buffer is rented. This is invoked once for every successful call to Rent,
|
||||||
|
regardless of whether a buffer is allocated or a buffer is taken from the pool. In a
|
||||||
|
perfect situation where all rented buffers are returned, we expect to see the number
|
||||||
|
of BufferRented events exactly match the number of BuferReturned events, with the number
|
||||||
|
of BufferAllocated events being less than or equal to those numbers (ideally significantly
|
||||||
|
less than).
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Buffers.ArrayPoolEventSource.BufferAllocated(System.Int32,System.Int32,System.Int32,System.Int32,System.Buffers.ArrayPoolEventSource.BufferAllocatedReason)">
|
||||||
|
<summary>
|
||||||
|
Event for when a buffer is allocated by the pool. In an ideal situation, the number
|
||||||
|
of BufferAllocated events is significantly smaller than the number of BufferRented and
|
||||||
|
BufferReturned events.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Buffers.ArrayPoolEventSource.BufferReturned(System.Int32,System.Int32,System.Int32)">
|
||||||
|
<summary>
|
||||||
|
Event raised when a buffer is returned to the pool. This event is raised regardless of whether
|
||||||
|
the returned buffer is stored or dropped. In an ideal situation, the number of BufferReturned
|
||||||
|
events exactly matches the number of BufferRented events.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Buffers.DefaultArrayPool`1.DefaultMaxArrayLength">
|
||||||
|
<summary>The default maximum length of each array in the pool (2^20).</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Buffers.DefaultArrayPool`1.DefaultMaxNumberOfArraysPerBucket">
|
||||||
|
<summary>The default maximum number of arrays per bucket that are available for rent.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Buffers.DefaultArrayPool`1.s_emptyArray">
|
||||||
|
<summary>Lazily-allocated empty array used when arrays of length 0 are requested.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Buffers.DefaultArrayPool`1.Id">
|
||||||
|
<summary>Gets an ID for the pool to use with events.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Buffers.DefaultArrayPool`1.Bucket">
|
||||||
|
<summary>Provides a thread-safe bucket containing buffers that can be Rent'd and Return'd.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Buffers.DefaultArrayPool`1.Bucket.#ctor(System.Int32,System.Int32,System.Int32)">
|
||||||
|
<summary>
|
||||||
|
Creates the pool with numberOfBuffers arrays where each buffer is of bufferLength length.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Buffers.DefaultArrayPool`1.Bucket.Id">
|
||||||
|
<summary>Gets an ID for the bucket to use with events.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Buffers.DefaultArrayPool`1.Bucket.Rent">
|
||||||
|
<summary>Takes an array from the bucket. If the bucket is empty, returns null.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Buffers.DefaultArrayPool`1.Bucket.Return(`0[])">
|
||||||
|
<summary>
|
||||||
|
Attempts to return the buffer to the bucket. If successful, the buffer will be stored
|
||||||
|
in the bucket and true will be returned; otherwise, the buffer won't be stored, and false
|
||||||
|
will be returned.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.SR.ArgumentException_BufferNotFromPool">
|
||||||
|
<summary>The buffer is not associated with this pool and may not be returned to it.</summary>
|
||||||
|
</member>
|
||||||
|
</members>
|
||||||
|
</doc>
|
||||||
BIN
dist/Рлектронная-Фармация/System.Data.SQLite.EF6.dll
vendored
Normal file
BIN
dist/Рлектронная-Фармация/System.Data.SQLite.Linq.dll
vendored
Normal file
BIN
dist/Рлектронная-Фармация/System.Data.SQLite.dll
vendored
Normal file
23604
dist/Рлектронная-Фармация/System.Data.SQLite.xml
vendored
Normal file
BIN
dist/Рлектронная-Фармация/System.IO.Pipelines.dll
vendored
Normal file
391
dist/Рлектронная-Фармация/System.IO.Pipelines.xml
vendored
Normal file
@ -0,0 +1,391 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<doc>
|
||||||
|
<assembly>
|
||||||
|
<name>System.IO.Pipelines</name>
|
||||||
|
</assembly>
|
||||||
|
<members>
|
||||||
|
<member name="T:System.IO.Pipelines.FlushResult">
|
||||||
|
<summary>Result returned by <see cref="M:System.IO.Pipelines.PipeWriter.FlushAsync(System.Threading.CancellationToken)" /> call.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.FlushResult.#ctor(System.Boolean,System.Boolean)">
|
||||||
|
<summary>Initializes a new instance of <see cref="T:System.IO.Pipelines.FlushResult" /> struct setting the <see cref="P:System.IO.Pipelines.FlushResult.IsCanceled" /> and <see cref="P:System.IO.Pipelines.FlushResult.IsCompleted" /> flags.</summary>
|
||||||
|
<param name="isCanceled">
|
||||||
|
<see langword="true" /> to indicate the current <see cref="M:System.IO.Pipelines.PipeWriter.FlushAsync(System.Threading.CancellationToken)" /> operation that produced this <see cref="T:System.IO.Pipelines.FlushResult" /> was canceled by <see cref="M:System.IO.Pipelines.PipeWriter.CancelPendingFlush" />; otherwise, <see langword="false" />.</param>
|
||||||
|
<param name="isCompleted">
|
||||||
|
<see langword="true" /> to indicate the reader is no longer reading data written to the <see cref="T:System.IO.Pipelines.PipeWriter" />.</param>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.FlushResult.IsCanceled">
|
||||||
|
<summary>Gets a value that indicates whether the current <see cref="M:System.IO.Pipelines.PipeWriter.FlushAsync(System.Threading.CancellationToken)" /> operation was canceled by <see cref="M:System.IO.Pipelines.PipeWriter.CancelPendingFlush" />.</summary>
|
||||||
|
<returns>
|
||||||
|
<see langword="true" /> if the current <see cref="M:System.IO.Pipelines.PipeWriter.FlushAsync(System.Threading.CancellationToken)" /> operation was canceled by <see cref="M:System.IO.Pipelines.PipeWriter.CancelPendingFlush" />; otherwise, <see langword="false" />.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.FlushResult.IsCompleted">
|
||||||
|
<summary>Gets a value that indicates the reader is no longer reading data written to the <see cref="T:System.IO.Pipelines.PipeWriter" />.</summary>
|
||||||
|
<returns>
|
||||||
|
<see langword="true" /> if the reader is no longer reading data written to the <see cref="T:System.IO.Pipelines.PipeWriter" />; otherwise, <see langword="false" />.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.IO.Pipelines.IDuplexPipe">
|
||||||
|
<summary>Defines a class that provides a duplex pipe from which data can be read from and written to.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.IDuplexPipe.Input">
|
||||||
|
<summary>Gets the <see cref="T:System.IO.Pipelines.PipeReader" /> half of the duplex pipe.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.IDuplexPipe.Output">
|
||||||
|
<summary>Gets the <see cref="T:System.IO.Pipelines.PipeWriter" /> half of the duplex pipe.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.IO.Pipelines.Pipe">
|
||||||
|
<summary>The default <see cref="T:System.IO.Pipelines.PipeWriter" /> and <see cref="T:System.IO.Pipelines.PipeReader" /> implementation.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.Pipe.#ctor">
|
||||||
|
<summary>Initializes a new instance of the <see cref="T:System.IO.Pipelines.Pipe" /> class using <see cref="P:System.IO.Pipelines.PipeOptions.Default" /> as options.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.Pipe.#ctor(System.IO.Pipelines.PipeOptions)">
|
||||||
|
<summary>Initializes a new instance of the <see cref="T:System.IO.Pipelines.Pipe" /> class with the specified options.</summary>
|
||||||
|
<param name="options">The set of options for this pipe.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.Pipe.Reset">
|
||||||
|
<summary>Resets the pipe.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.Pipe.Reader">
|
||||||
|
<summary>Gets the <see cref="T:System.IO.Pipelines.PipeReader" /> for this pipe.</summary>
|
||||||
|
<returns>A <see cref="T:System.IO.Pipelines.PipeReader" /> instance for this pipe.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.Pipe.Writer">
|
||||||
|
<summary>Gets the <see cref="T:System.IO.Pipelines.PipeWriter" /> for this pipe.</summary>
|
||||||
|
<returns>A <see cref="T:System.IO.Pipelines.PipeWriter" /> instance for this pipe.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.IO.Pipelines.PipeOptions">
|
||||||
|
<summary>Represents a set of <see cref="T:System.IO.Pipelines.Pipe" /> options.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeOptions.#ctor(System.Buffers.MemoryPool{System.Byte},System.IO.Pipelines.PipeScheduler,System.IO.Pipelines.PipeScheduler,System.Int64,System.Int64,System.Int32,System.Boolean)">
|
||||||
|
<summary>Initializes a new instance of the <see cref="T:System.IO.Pipelines.PipeOptions" /> class with the specified parameters.</summary>
|
||||||
|
<param name="pool">The pool of memory blocks to be used for buffer management.</param>
|
||||||
|
<param name="readerScheduler">The <see cref="T:System.IO.Pipelines.PipeScheduler" /> to be used to execute <see cref="T:System.IO.Pipelines.PipeReader" /> callbacks and async continuations.</param>
|
||||||
|
<param name="writerScheduler">The <see cref="T:System.IO.Pipelines.PipeScheduler" /> used to execute <see cref="T:System.IO.Pipelines.PipeWriter" /> callbacks and async continuations.</param>
|
||||||
|
<param name="pauseWriterThreshold">The number of bytes in the <see cref="T:System.IO.Pipelines.Pipe" /> before <see cref="M:System.IO.Pipelines.PipeWriter.FlushAsync(System.Threading.CancellationToken)" /> starts blocking. A value of zero prevents <see cref="M:System.IO.Pipelines.PipeWriter.FlushAsync(System.Threading.CancellationToken)" /> from ever blocking, effectively making the number of bytes in the <see cref="T:System.IO.Pipelines.Pipe" /> unlimited.</param>
|
||||||
|
<param name="resumeWriterThreshold">The number of bytes in the <see cref="T:System.IO.Pipelines.Pipe" /> when <see cref="M:System.IO.Pipelines.PipeWriter.FlushAsync(System.Threading.CancellationToken)" /> stops blocking.</param>
|
||||||
|
<param name="minimumSegmentSize">The minimum size of the segment requested from <paramref name="pool" />.</param>
|
||||||
|
<param name="useSynchronizationContext">
|
||||||
|
<see langword="true" /> if asynchronous continuations should be executed on the <see cref="T:System.Threading.SynchronizationContext" /> they were captured on; <see langword="false" /> otherwise. This takes precedence over the schedulers specified in <see cref="P:System.IO.Pipelines.PipeOptions.ReaderScheduler" /> and <see cref="P:System.IO.Pipelines.PipeOptions.WriterScheduler" />.</param>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.PipeOptions.Default">
|
||||||
|
<summary>Gets the default instance of <see cref="T:System.IO.Pipelines.PipeOptions" />.</summary>
|
||||||
|
<returns>A <see cref="T:System.IO.Pipelines.PipeOptions" /> object initialized with default parameters.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.PipeOptions.MinimumSegmentSize">
|
||||||
|
<summary>Gets the minimum size of the segment requested from the <see cref="P:System.IO.Pipelines.PipeOptions.Pool" />.</summary>
|
||||||
|
<returns>The minimum size of the segment requested from the <see cref="P:System.IO.Pipelines.PipeOptions.Pool" />.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.PipeOptions.PauseWriterThreshold">
|
||||||
|
<summary>Gets the number of bytes in the <see cref="T:System.IO.Pipelines.Pipe" /> when <see cref="M:System.IO.Pipelines.PipeWriter.FlushAsync(System.Threading.CancellationToken)" /> starts blocking. A value of zero prevents <see cref="M:System.IO.Pipelines.PipeWriter.FlushAsync(System.Threading.CancellationToken)" /> from ever blocking, effectively making the number of bytes in the <see cref="T:System.IO.Pipelines.Pipe" /> unlimited.</summary>
|
||||||
|
<returns>The number of bytes in the <see cref="T:System.IO.Pipelines.Pipe" /> when <see cref="M:System.IO.Pipelines.PipeWriter.FlushAsync(System.Threading.CancellationToken)" /> starts blocking.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.PipeOptions.Pool">
|
||||||
|
<summary>Gets the <see cref="T:System.Buffers.MemoryPool`1" /> object used for buffer management.</summary>
|
||||||
|
<returns>A pool of memory blocks used for buffer management.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.PipeOptions.ReaderScheduler">
|
||||||
|
<summary>Gets the <see cref="T:System.IO.Pipelines.PipeScheduler" /> used to execute <see cref="T:System.IO.Pipelines.PipeReader" /> callbacks and async continuations.</summary>
|
||||||
|
<returns>A <see cref="T:System.IO.Pipelines.PipeScheduler" /> that is used to execute <see cref="T:System.IO.Pipelines.PipeReader" /> callbacks and async continuations.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.PipeOptions.ResumeWriterThreshold">
|
||||||
|
<summary>Gets the number of bytes in the <see cref="T:System.IO.Pipelines.Pipe" /> when <see cref="M:System.IO.Pipelines.PipeWriter.FlushAsync(System.Threading.CancellationToken)" /> stops blocking.</summary>
|
||||||
|
<returns>The number of bytes in the <see cref="T:System.IO.Pipelines.Pipe" /> when <see cref="M:System.IO.Pipelines.PipeWriter.FlushAsync(System.Threading.CancellationToken)" /> stops blocking.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.PipeOptions.UseSynchronizationContext">
|
||||||
|
<summary>Gets a value that determines if asynchronous callbacks and continuations should be executed on the <see cref="T:System.Threading.SynchronizationContext" /> they were captured on. This takes precedence over the schedulers specified in <see cref="P:System.IO.Pipelines.PipeOptions.ReaderScheduler" /> and <see cref="P:System.IO.Pipelines.PipeOptions.WriterScheduler" />.</summary>
|
||||||
|
<returns>
|
||||||
|
<see langword="true" /> if asynchronous callbacks and continuations should be executed on the <see cref="T:System.Threading.SynchronizationContext" /> they were captured on; otherwise, <see langword="false" />.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.PipeOptions.WriterScheduler">
|
||||||
|
<summary>Gets the <see cref="T:System.IO.Pipelines.PipeScheduler" /> used to execute <see cref="T:System.IO.Pipelines.PipeWriter" /> callbacks and async continuations.</summary>
|
||||||
|
<returns>A <see cref="T:System.IO.Pipelines.PipeScheduler" /> object used to execute <see cref="T:System.IO.Pipelines.PipeWriter" /> callbacks and async continuations.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.IO.Pipelines.PipeReader">
|
||||||
|
<summary>Defines a class that provides access to a read side of pipe.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeReader.#ctor">
|
||||||
|
<summary>Initializes a new instance of the <see cref="T:System.IO.Pipelines.PipeReader" /> class.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeReader.AdvanceTo(System.SequencePosition,System.SequencePosition)">
|
||||||
|
<summary>Moves forward the pipeline's read cursor to after the consumed data, marking the data as processed, read and examined.</summary>
|
||||||
|
<param name="consumed">Marks the extent of the data that has been successfully processed.</param>
|
||||||
|
<param name="examined">Marks the extent of the data that has been read and examined.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeReader.AdvanceTo(System.SequencePosition)">
|
||||||
|
<summary>Moves forward the pipeline's read cursor to after the consumed data, marking the data as processed.</summary>
|
||||||
|
<param name="consumed">Marks the extent of the data that has been successfully processed.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeReader.AsStream(System.Boolean)">
|
||||||
|
<summary>Returns a <see cref="T:System.IO.Stream" /> representation of the <see cref="T:System.IO.Pipelines.PipeReader" />.</summary>
|
||||||
|
<param name="leaveOpen">An optional flag that indicates whether disposing the returned <see cref="T:System.IO.Stream" /> leaves <see cref="T:System.IO.Pipelines.PipeReader" /> open (<see langword="true" />) or completes <see cref="T:System.IO.Pipelines.PipeReader" /> (<see langword="false" />).</param>
|
||||||
|
<returns>A stream that represents the <see cref="T:System.IO.Pipelines.PipeReader" />.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeReader.CancelPendingRead">
|
||||||
|
<summary>Cancels the pending <see cref="M:System.IO.Pipelines.PipeReader.ReadAsync(System.Threading.CancellationToken)" /> operation without causing it to throw and without completing the <see cref="T:System.IO.Pipelines.PipeReader" />. If there is no pending operation, this cancels the next operation.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeReader.Complete(System.Exception)">
|
||||||
|
<summary>Signals to the producer that the consumer is done reading.</summary>
|
||||||
|
<param name="exception">Optional <see cref="T:System.Exception" /> indicating a failure that's causing the pipeline to complete.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeReader.CompleteAsync(System.Exception)">
|
||||||
|
<summary>Marks the current pipe reader instance as being complete, meaning no more data will be read from it.</summary>
|
||||||
|
<param name="exception">An optional exception that indicates the failure that caused the reader to complete.</param>
|
||||||
|
<returns>A value task that represents the asynchronous complete operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeReader.CopyToAsync(System.IO.Pipelines.PipeWriter,System.Threading.CancellationToken)">
|
||||||
|
<summary>Asynchronously reads the bytes from the <see cref="T:System.IO.Pipelines.PipeReader" /> and writes them to the specified <see cref="T:System.IO.Pipelines.PipeWriter" />, using a specified cancellation token.</summary>
|
||||||
|
<param name="destination">The pipe writer to which the contents of the current stream will be copied.</param>
|
||||||
|
<param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>A task that represents the asynchronous copy operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeReader.CopyToAsync(System.IO.Stream,System.Threading.CancellationToken)">
|
||||||
|
<summary>Asynchronously reads the bytes from the <see cref="T:System.IO.Pipelines.PipeReader" /> and writes them to the specified stream, using a specified cancellation token.</summary>
|
||||||
|
<param name="destination">The stream to which the contents of the current stream will be copied.</param>
|
||||||
|
<param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>A task that represents the asynchronous copy operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeReader.Create(System.Buffers.ReadOnlySequence{System.Byte})">
|
||||||
|
<summary>Creates a <see cref="T:System.IO.Pipelines.PipeReader" /> wrapping the specified <see cref="T:System.Buffers.ReadOnlySequence`1" />.</summary>
|
||||||
|
<param name="sequence">The sequence to wrap.</param>
|
||||||
|
<returns>A <see cref="T:System.IO.Pipelines.PipeReader" /> that wraps the <see cref="T:System.Buffers.ReadOnlySequence`1" />.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeReader.Create(System.IO.Stream,System.IO.Pipelines.StreamPipeReaderOptions)">
|
||||||
|
<summary>Creates a <see cref="T:System.IO.Pipelines.PipeReader" /> wrapping the specified <see cref="T:System.IO.Stream" />.</summary>
|
||||||
|
<param name="stream">The stream that the pipe reader will wrap.</param>
|
||||||
|
<param name="readerOptions">The options to configure the pipe reader.</param>
|
||||||
|
<returns>A <see cref="T:System.IO.Pipelines.PipeReader" /> that wraps the <see cref="T:System.IO.Stream" />.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeReader.OnWriterCompleted(System.Action{System.Exception,System.Object},System.Object)">
|
||||||
|
<summary>Registers a callback that executes when the <see cref="T:System.IO.Pipelines.PipeWriter" /> side of the pipe is completed.</summary>
|
||||||
|
<param name="callback">The callback to register.</param>
|
||||||
|
<param name="state">The state object to pass to <paramref name="callback" /> when it's invoked.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeReader.ReadAsync(System.Threading.CancellationToken)">
|
||||||
|
<summary>Asynchronously reads a sequence of bytes from the current <see cref="T:System.IO.Pipelines.PipeReader" />.</summary>
|
||||||
|
<param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see langword="default" />.</param>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>A <see cref="T:System.Threading.Tasks.ValueTask`1" /> representing the asynchronous read operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeReader.ReadAtLeastAsync(System.Int32,System.Threading.CancellationToken)">
|
||||||
|
<summary>Asynchronously reads a sequence of bytes from the current <see cref="T:System.IO.Pipelines.PipeReader" />.</summary>
|
||||||
|
<param name="minimumSize">The minimum length that needs to be buffered in order for the call to return.</param>
|
||||||
|
<param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see langword="default" />.</param>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>A <see cref="T:System.Threading.Tasks.ValueTask`1" /> representing the asynchronous read operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeReader.ReadAtLeastAsyncCore(System.Int32,System.Threading.CancellationToken)">
|
||||||
|
<summary>Asynchronously reads a sequence of bytes from the current <see cref="T:System.IO.Pipelines.PipeReader" />.</summary>
|
||||||
|
<param name="minimumSize">The minimum length that needs to be buffered in order for the call to return.</param>
|
||||||
|
<param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see langword="default" />.</param>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>A <see cref="T:System.Threading.Tasks.ValueTask`1" /> representing the asynchronous read operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeReader.TryRead(System.IO.Pipelines.ReadResult@)">
|
||||||
|
<summary>Attempts to synchronously read data the <see cref="T:System.IO.Pipelines.PipeReader" />.</summary>
|
||||||
|
<param name="result">When this method returns <see langword="true" />, this value is set to a <see cref="T:System.IO.Pipelines.ReadResult" /> instance that represents the result of the read call; otherwise, this value is set to <see langword="default" />.</param>
|
||||||
|
<returns>
|
||||||
|
<see langword="true" /> if data was available, or if the call was canceled or the writer was completed; otherwise, <see langword="false" />.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.IO.Pipelines.PipeScheduler">
|
||||||
|
<summary>Abstraction for running <see cref="T:System.IO.Pipelines.PipeReader" /> and <see cref="T:System.IO.Pipelines.PipeWriter" /> callbacks and continuations.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeScheduler.#ctor">
|
||||||
|
<summary>Initializes new a <see cref="T:System.IO.Pipelines.PipeScheduler" /> instance.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeScheduler.Schedule(System.Action{System.Object},System.Object)">
|
||||||
|
<summary>Requests <paramref name="action" /> to be run on scheduler with <paramref name="state" /> being passed in.</summary>
|
||||||
|
<param name="action">The single-parameter action delegate to schedule.</param>
|
||||||
|
<param name="state">The parameter to pass to the <paramref name="action" /> delegate.</param>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.PipeScheduler.Inline">
|
||||||
|
<summary>The <see cref="T:System.IO.Pipelines.PipeScheduler" /> implementation that runs callbacks inline.</summary>
|
||||||
|
<returns>A <see cref="T:System.IO.Pipelines.PipeScheduler" /> instance that runs callbacks inline.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.PipeScheduler.ThreadPool">
|
||||||
|
<summary>The <see cref="T:System.IO.Pipelines.PipeScheduler" /> implementation that queues callbacks to the thread pool.</summary>
|
||||||
|
<returns>A <see cref="T:System.IO.Pipelines.PipeScheduler" /> instance that queues callbacks to the thread pool.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.IO.Pipelines.PipeWriter">
|
||||||
|
<summary>Defines a class that provides a pipeline to which data can be written.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeWriter.#ctor">
|
||||||
|
<summary>Initializes a new instance of the class.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeWriter.Advance(System.Int32)">
|
||||||
|
<summary>Notifies the <see cref="T:System.IO.Pipelines.PipeWriter" /> that <paramref name="bytes" /> bytes were written to the output <see cref="T:System.Span`1" /> or <see cref="T:System.Memory`1" />. You must call <see cref="M:System.IO.Pipelines.PipeWriter.GetSpan(System.Int32)" /> or <see cref="M:System.IO.Pipelines.PipeWriter.GetMemory(System.Int32)" /> again and use the returned buffer to continue writing more data after calling <see cref="M:System.IO.Pipelines.PipeWriter.Advance(System.Int32)" />; you cannot write to a previously acquired buffer.</summary>
|
||||||
|
<param name="bytes">The number of bytes written to the <see cref="T:System.Span`1" /> or <see cref="T:System.Memory`1" />.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeWriter.AsStream(System.Boolean)">
|
||||||
|
<summary>Returns a <see cref="T:System.IO.Stream" /> representation of the <see cref="T:System.IO.Pipelines.PipeWriter" />.</summary>
|
||||||
|
<param name="leaveOpen">An optional flag that indicates whether disposing the returned <see cref="T:System.IO.Stream" /> leaves <see cref="T:System.IO.Pipelines.PipeReader" /> open (<see langword="true" />) or completes <see cref="T:System.IO.Pipelines.PipeReader" /> (<see langword="false" />).</param>
|
||||||
|
<returns>A stream that represents the <see cref="T:System.IO.Pipelines.PipeWriter" />.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeWriter.CancelPendingFlush">
|
||||||
|
<summary>Cancels the pending <see cref="M:System.IO.Pipelines.PipeWriter.FlushAsync(System.Threading.CancellationToken)" /> or <see cref="M:System.IO.Pipelines.PipeWriter.WriteAsync(System.ReadOnlyMemory{System.Byte},System.Threading.CancellationToken)" /> operation without causing the operation to throw and without completing the <see cref="T:System.IO.Pipelines.PipeWriter" />. If there is no pending operation, this cancels the next operation.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeWriter.Complete(System.Exception)">
|
||||||
|
<summary>Marks the <see cref="T:System.IO.Pipelines.PipeWriter" /> as being complete, meaning no more items will be written to it.</summary>
|
||||||
|
<param name="exception">Optional <see cref="T:System.Exception" /> indicating a failure that's causing the pipeline to complete.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeWriter.CompleteAsync(System.Exception)">
|
||||||
|
<summary>Marks the current pipe writer instance as being complete, meaning no more data will be written to it.</summary>
|
||||||
|
<param name="exception">An optional exception that indicates the failure that caused the pipeline to complete.</param>
|
||||||
|
<returns>A value task that represents the asynchronous complete operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeWriter.CopyFromAsync(System.IO.Stream,System.Threading.CancellationToken)">
|
||||||
|
<summary>Asynchronously reads the bytes from the specified stream and writes them to the <see cref="T:System.IO.Pipelines.PipeWriter" />.</summary>
|
||||||
|
<param name="source">The stream from which the contents will be copied.</param>
|
||||||
|
<param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>A task that represents the asynchronous copy operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeWriter.Create(System.IO.Stream,System.IO.Pipelines.StreamPipeWriterOptions)">
|
||||||
|
<summary>Creates a <see cref="T:System.IO.Pipelines.PipeWriter" /> wrapping the specified <see cref="T:System.IO.Stream" />.</summary>
|
||||||
|
<param name="stream">The stream that the pipe writer will wrap.</param>
|
||||||
|
<param name="writerOptions">The options to configure the pipe writer.</param>
|
||||||
|
<returns>A <see cref="T:System.IO.Pipelines.PipeWriter" /> that wraps the <see cref="T:System.IO.Stream" />.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeWriter.FlushAsync(System.Threading.CancellationToken)">
|
||||||
|
<summary>Makes bytes written available to <see cref="T:System.IO.Pipelines.PipeReader" /> and runs <see cref="M:System.IO.Pipelines.PipeReader.ReadAsync(System.Threading.CancellationToken)" /> continuation.</summary>
|
||||||
|
<param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>A task that represents and wraps the asynchronous flush operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeWriter.GetMemory(System.Int32)">
|
||||||
|
<summary>Returns a <see cref="T:System.Memory`1" /> to write to that is at least the requested size, as specified by the <paramref name="sizeHint" /> parameter.</summary>
|
||||||
|
<param name="sizeHint">The minimum length of the returned <see cref="T:System.Memory`1" />. If 0, a non-empty memory buffer of arbitrary size is returned.</param>
|
||||||
|
<exception cref="T:System.OutOfMemoryException">The requested buffer size is not available.</exception>
|
||||||
|
<returns>A memory buffer of at least <paramref name="sizeHint" /> bytes. If <paramref name="sizeHint" /> is 0, returns a non-empty buffer of arbitrary size.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeWriter.GetSpan(System.Int32)">
|
||||||
|
<summary>Returns a <see cref="T:System.Span`1" /> to write to that is at least the requested size, as specified by the <paramref name="sizeHint" /> parameter.</summary>
|
||||||
|
<param name="sizeHint">The minimum length of the returned <see cref="T:System.Span`1" />. If 0, a non-empty buffer of arbitrary size is returned.</param>
|
||||||
|
<exception cref="T:System.OutOfMemoryException">The requested buffer size is not available.</exception>
|
||||||
|
<returns>A buffer of at least <paramref name="sizeHint" /> bytes. If <paramref name="sizeHint" /> is 0, returns a non-empty buffer of arbitrary size.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeWriter.OnReaderCompleted(System.Action{System.Exception,System.Object},System.Object)">
|
||||||
|
<summary>Registers a callback that executes when the <see cref="T:System.IO.Pipelines.PipeReader" /> side of the pipe is completed.</summary>
|
||||||
|
<param name="callback">The callback to register.</param>
|
||||||
|
<param name="state">The state object to pass to <paramref name="callback" /> when it's invoked.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeWriter.WriteAsync(System.ReadOnlyMemory{System.Byte},System.Threading.CancellationToken)">
|
||||||
|
<summary>Writes the specified byte memory range to the pipe and makes data accessible to the <see cref="T:System.IO.Pipelines.PipeReader" />.</summary>
|
||||||
|
<param name="source">The read-only byte memory region to write.</param>
|
||||||
|
<param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>A task that represents the asynchronous write operation, and wraps the flush asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.PipeWriter.CanGetUnflushedBytes">
|
||||||
|
<summary>Gets a value that indicates whether the current <see cref="T:System.IO.Pipelines.PipeWriter" /> supports reporting the count of unflushed bytes.</summary>
|
||||||
|
<returns>
|
||||||
|
<see langword="true" />If a class derived from <see cref="T:System.IO.Pipelines.PipeWriter" /> does not support getting the unflushed bytes, calls to <see cref="P:System.IO.Pipelines.PipeWriter.UnflushedBytes" /> throw <see cref="T:System.NotImplementedException" />.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.PipeWriter.UnflushedBytes">
|
||||||
|
<summary>When overridden in a derived class, gets the count of unflushed bytes within the current writer.</summary>
|
||||||
|
<exception cref="T:System.NotImplementedException">The <see cref="T:System.IO.Pipelines.PipeWriter" /> does not support getting the unflushed byte count.</exception>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.IO.Pipelines.ReadResult">
|
||||||
|
<summary>Represents the result of a <see cref="M:System.IO.Pipelines.PipeReader.ReadAsync(System.Threading.CancellationToken)" /> call.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.ReadResult.#ctor(System.Buffers.ReadOnlySequence{System.Byte},System.Boolean,System.Boolean)">
|
||||||
|
<summary>Creates a new instance of <see cref="T:System.IO.Pipelines.ReadResult" /> setting <see cref="P:System.IO.Pipelines.ReadResult.IsCanceled" /> and <see cref="P:System.IO.Pipelines.ReadResult.IsCompleted" /> flags.</summary>
|
||||||
|
<param name="buffer">The read-only sequence containing the bytes of data that were read in the <see cref="M:System.IO.Pipelines.PipeReader.ReadAsync(System.Threading.CancellationToken)" /> call.</param>
|
||||||
|
<param name="isCanceled">A flag that indicates if the <see cref="M:System.IO.Pipelines.PipeReader.ReadAsync(System.Threading.CancellationToken)" /> operation that produced this <see cref="T:System.IO.Pipelines.ReadResult" /> was canceled by <see cref="M:System.IO.Pipelines.PipeReader.CancelPendingRead" />.</param>
|
||||||
|
<param name="isCompleted">A flag that indicates whether the end of the data stream has been reached.</param>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.ReadResult.Buffer">
|
||||||
|
<summary>Gets the <see cref="T:System.Buffers.ReadOnlySequence`1" /> that was read.</summary>
|
||||||
|
<returns>A read-only sequence containing the bytes of data that were read in the <see cref="M:System.IO.Pipelines.PipeReader.ReadAsync(System.Threading.CancellationToken)" /> call.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.ReadResult.IsCanceled">
|
||||||
|
<summary>Gets a value that indicates whether the current <see cref="M:System.IO.Pipelines.PipeReader.ReadAsync(System.Threading.CancellationToken)" /> operation was canceled by <see cref="M:System.IO.Pipelines.PipeReader.CancelPendingRead" />.</summary>
|
||||||
|
<returns>
|
||||||
|
<see langword="true" /> if the <see cref="M:System.IO.Pipelines.PipeReader.ReadAsync(System.Threading.CancellationToken)" /> operation that produced this <see cref="T:System.IO.Pipelines.ReadResult" /> was canceled by <see cref="M:System.IO.Pipelines.PipeReader.CancelPendingRead" />; otherwise, <see langword="false" />.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.ReadResult.IsCompleted">
|
||||||
|
<summary>Gets a value that indicates whether the end of the data stream has been reached.</summary>
|
||||||
|
<returns>
|
||||||
|
<see langword="true" /> if the end of the data stream has been reached; otherwise, <see langword="false" />.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.IO.Pipelines.StreamPipeExtensions">
|
||||||
|
<summary>Provides extension methods for <see cref="T:System.IO.Stream" /> that support read and write operations directly into pipes.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.StreamPipeExtensions.CopyToAsync(System.IO.Stream,System.IO.Pipelines.PipeWriter,System.Threading.CancellationToken)">
|
||||||
|
<summary>Asynchronously reads the bytes from the <see cref="T:System.IO.Stream" /> and writes them to the specified <see cref="T:System.IO.Pipelines.PipeWriter" />, using a cancellation token.</summary>
|
||||||
|
<param name="source">The stream from which the contents of the current stream will be copied.</param>
|
||||||
|
<param name="destination">The writer to which the contents of the source stream will be copied.</param>
|
||||||
|
<param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>A task that represents the asynchronous copy operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.IO.Pipelines.StreamPipeReaderOptions">
|
||||||
|
<summary>Represents a set of options for controlling the creation of the <see cref="T:System.IO.Pipelines.PipeReader" />.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.StreamPipeReaderOptions.#ctor(System.Buffers.MemoryPool{System.Byte},System.Int32,System.Int32,System.Boolean,System.Boolean)">
|
||||||
|
<summary>Initializes a <see cref="T:System.IO.Pipelines.StreamPipeReaderOptions" /> instance, optionally specifying a memory pool, a minimum buffer size, a minimum read size, and whether the underlying stream should be left open after the <see cref="T:System.IO.Pipelines.PipeReader" /> completes.</summary>
|
||||||
|
<param name="pool">The memory pool to use when allocating memory. The default value is <see langword="null" />.</param>
|
||||||
|
<param name="bufferSize">The minimum buffer size to use when renting memory from the <paramref name="pool" />. The default value is 4096.</param>
|
||||||
|
<param name="minimumReadSize">The threshold of remaining bytes in the buffer before a new buffer is allocated. The default value is 1024.</param>
|
||||||
|
<param name="leaveOpen">
|
||||||
|
<see langword="true" /> to leave the underlying stream open after the <see cref="T:System.IO.Pipelines.PipeReader" /> completes; <see langword="false" /> to close it. The default is <see langword="false" />.</param>
|
||||||
|
<param name="useZeroByteReads">
|
||||||
|
<see langword="true" /> if reads with an empty buffer should be issued to the underlying stream before allocating memory; otherwise, <see langword="false" />.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.StreamPipeReaderOptions.#ctor(System.Buffers.MemoryPool{System.Byte},System.Int32,System.Int32,System.Boolean)">
|
||||||
|
<summary>Initializes a <see cref="T:System.IO.Pipelines.StreamPipeReaderOptions" /> instance, optionally specifying a memory pool, a minimum buffer size, a minimum read size, and whether the underlying stream should be left open after the <see cref="T:System.IO.Pipelines.PipeReader" /> completes.</summary>
|
||||||
|
<param name="pool">The memory pool to use when allocating memory. The default value is <see langword="null" />.</param>
|
||||||
|
<param name="bufferSize">The minimum buffer size to use when renting memory from the <paramref name="pool" />. The default value is 4096.</param>
|
||||||
|
<param name="minimumReadSize">The threshold of remaining bytes in the buffer before a new buffer is allocated. The default value is 1024.</param>
|
||||||
|
<param name="leaveOpen">
|
||||||
|
<see langword="true" /> to leave the underlying stream open after the <see cref="T:System.IO.Pipelines.PipeReader" /> completes; <see langword="false" /> to close it. The default is <see langword="false" />.</param>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.StreamPipeReaderOptions.BufferSize">
|
||||||
|
<summary>Gets the minimum buffer size to use when renting memory from the <see cref="P:System.IO.Pipelines.StreamPipeReaderOptions.Pool" />.</summary>
|
||||||
|
<returns>The buffer size.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.StreamPipeReaderOptions.LeaveOpen">
|
||||||
|
<summary>Gets the value that indicates if the underlying stream should be left open after the <see cref="T:System.IO.Pipelines.PipeReader" /> completes.</summary>
|
||||||
|
<returns>
|
||||||
|
<see langword="true" /> if the underlying stream should be left open after the <see cref="T:System.IO.Pipelines.PipeReader" /> completes; otherwise, <see langword="false" />.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.StreamPipeReaderOptions.MinimumReadSize">
|
||||||
|
<summary>Gets the threshold of remaining bytes in the buffer before a new buffer is allocated.</summary>
|
||||||
|
<returns>The minimum read size.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.StreamPipeReaderOptions.Pool">
|
||||||
|
<summary>Gets the <see cref="T:System.Buffers.MemoryPool`1" /> to use when allocating memory.</summary>
|
||||||
|
<returns>A memory pool instance.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.StreamPipeReaderOptions.UseZeroByteReads">
|
||||||
|
<summary>Gets the value that indicates if reads with an empty buffer should be issued to the underlying stream, in order to wait for data to arrive before allocating memory.</summary>
|
||||||
|
<returns>
|
||||||
|
<see langword="true" /> if reads with an empty buffer should be issued to the underlying stream before allocating memory; otherwise, <see langword="false" />.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.IO.Pipelines.StreamPipeWriterOptions">
|
||||||
|
<summary>Represents a set of options for controlling the creation of the <see cref="T:System.IO.Pipelines.PipeWriter" />.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.StreamPipeWriterOptions.#ctor(System.Buffers.MemoryPool{System.Byte},System.Int32,System.Boolean)">
|
||||||
|
<summary>Initializes a <see cref="T:System.IO.Pipelines.StreamPipeWriterOptions" /> instance, optionally specifying a memory pool, a minimum buffer size, and whether the underlying stream should be left open after the <see cref="T:System.IO.Pipelines.PipeWriter" /> completes.</summary>
|
||||||
|
<param name="pool">The memory pool to use when allocating memory. The default value is <see langword="null" />.</param>
|
||||||
|
<param name="minimumBufferSize">The minimum buffer size to use when renting memory from the <paramref name="pool" />. The default value is 4096.</param>
|
||||||
|
<param name="leaveOpen">
|
||||||
|
<see langword="true" /> to leave the underlying stream open after the <see cref="T:System.IO.Pipelines.PipeWriter" /> completes; <see langword="false" /> to close it. The default is <see langword="false" />.</param>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.StreamPipeWriterOptions.LeaveOpen">
|
||||||
|
<summary>Gets the value that indicates if the underlying stream should be left open after the <see cref="T:System.IO.Pipelines.PipeWriter" /> completes.</summary>
|
||||||
|
<returns>
|
||||||
|
<see langword="true" /> if the underlying stream should be left open after the <see cref="T:System.IO.Pipelines.PipeWriter" /> completes; otherwise, <see langword="false" />.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.StreamPipeWriterOptions.MinimumBufferSize">
|
||||||
|
<summary>Gets the minimum buffer size to use when renting memory from the <see cref="P:System.IO.Pipelines.StreamPipeWriterOptions.Pool" />.</summary>
|
||||||
|
<returns>An integer representing the minimum buffer size.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.StreamPipeWriterOptions.Pool">
|
||||||
|
<summary>Gets the <see cref="T:System.Buffers.MemoryPool`1" /> to use when allocating memory.</summary>
|
||||||
|
<returns>A memory pool instance.</returns>
|
||||||
|
</member>
|
||||||
|
</members>
|
||||||
|
</doc>
|
||||||
BIN
dist/Рлектронная-Фармация/System.Memory.dll
vendored
Normal file
3489
dist/Рлектронная-Фармация/System.Memory.xml
vendored
Normal file
BIN
dist/Рлектронная-Фармация/System.Net.Http.Json.dll
vendored
Normal file
644
dist/Рлектронная-Фармация/System.Net.Http.Json.xml
vendored
Normal file
@ -0,0 +1,644 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<doc>
|
||||||
|
<assembly>
|
||||||
|
<name>System.Net.Http.Json</name>
|
||||||
|
</assembly>
|
||||||
|
<members>
|
||||||
|
<member name="T:System.Net.Http.Json.HttpClientJsonExtensions">
|
||||||
|
<summary>Contains extension methods to send and receive HTTP content as JSON.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.DeleteFromJsonAsync(System.Net.Http.HttpClient,System.String,System.Type,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends a DELETE request to the specified Uri and returns the value that results from deserializing the response body as JSON in an asynchronous operation.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="type">The type of the object to deserialize to and return.</param>
|
||||||
|
<param name="options">Options to control the behavior during serialization. The default options are those specified by <see cref="F:System.Text.Json.JsonSerializerDefaults.Web" />.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<exception cref="T:System.ArgumentNullException">The <paramref name="client" /> is <see langword="null" />.</exception>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.DeleteFromJsonAsync(System.Net.Http.HttpClient,System.String,System.Type,System.Text.Json.Serialization.JsonSerializerContext,System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends a DELETE request to the specified Uri and returns the value that results from deserializing the response body as JSON in an asynchronous operation.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="type">The type of the object to deserialize to and return.</param>
|
||||||
|
<param name="context">The JsonSerializerContext used to control the deserialization behavior.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<exception cref="T:System.ArgumentNullException">The <paramref name="client" /> is <see langword="null" />.</exception>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.DeleteFromJsonAsync(System.Net.Http.HttpClient,System.String,System.Type,System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends a DELETE request to the specified Uri and returns the value that results from deserializing the response body as JSON in an asynchronous operation.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="type">The type of the object to deserialize to and return.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<exception cref="T:System.ArgumentNullException">The <paramref name="client" /> is <see langword="null" />.</exception>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.DeleteFromJsonAsync(System.Net.Http.HttpClient,System.Uri,System.Type,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends a DELETE request to the specified Uri and returns the value that results from deserializing the response body as JSON in an asynchronous operation.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="type">The type of the object to deserialize to and return.</param>
|
||||||
|
<param name="options">Options to control the behavior during serialization. The default options are those specified by <see cref="F:System.Text.Json.JsonSerializerDefaults.Web" />.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<exception cref="T:System.ArgumentNullException">The <paramref name="client" /> is <see langword="null" />.</exception>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.DeleteFromJsonAsync(System.Net.Http.HttpClient,System.Uri,System.Type,System.Text.Json.Serialization.JsonSerializerContext,System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends a DELETE request to the specified Uri and returns the value that results from deserializing the response body as JSON in an asynchronous operation.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="type">The type of the object to deserialize to and return.</param>
|
||||||
|
<param name="context">The JsonSerializerContext used to control the deserialization behavior.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<exception cref="T:System.ArgumentNullException">The <paramref name="client" /> is <see langword="null" />.</exception>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.DeleteFromJsonAsync(System.Net.Http.HttpClient,System.Uri,System.Type,System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends a DELETE request to the specified Uri and returns the value that results from deserializing the response body as JSON in an asynchronous operation.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="type">The type of the object to deserialize to and return.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<exception cref="T:System.ArgumentNullException">The <paramref name="client" /> is <see langword="null" />.</exception>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.DeleteFromJsonAsync``1(System.Net.Http.HttpClient,System.String,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends a DELETE request to the specified Uri and returns the value that results from deserializing the response body as JSON in an asynchronous operation.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="options">Options to control the behavior during serialization. The default options are those specified by <see cref="F:System.Text.Json.JsonSerializerDefaults.Web" />.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<typeparam name="TValue">The target type to deserialize to.</typeparam>
|
||||||
|
<exception cref="T:System.ArgumentNullException">The <paramref name="client" /> is <see langword="null" />.</exception>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.DeleteFromJsonAsync``1(System.Net.Http.HttpClient,System.String,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends a DELETE request to the specified Uri and returns the value that results from deserializing the response body as JSON in an asynchronous operation.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="jsonTypeInfo">The JsonTypeInfo used to control the deserialization behavior.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<typeparam name="TValue">The target type to deserialize to.</typeparam>
|
||||||
|
<exception cref="T:System.ArgumentNullException">The <paramref name="client" /> is <see langword="null" />.</exception>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.DeleteFromJsonAsync``1(System.Net.Http.HttpClient,System.String,System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends a DELETE request to the specified Uri and returns the value that results from deserializing the response body as JSON in an asynchronous operation.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<typeparam name="TValue">The target type to deserialize to.</typeparam>
|
||||||
|
<exception cref="T:System.ArgumentNullException">The <paramref name="client" /> is <see langword="null" />.</exception>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.DeleteFromJsonAsync``1(System.Net.Http.HttpClient,System.Uri,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends a DELETE request to the specified Uri and returns the value that results from deserializing the response body as JSON in an asynchronous operation.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="options">Options to control the behavior during serialization. The default options are those specified by <see cref="F:System.Text.Json.JsonSerializerDefaults.Web" />.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<typeparam name="TValue">The target type to deserialize to.</typeparam>
|
||||||
|
<exception cref="T:System.ArgumentNullException">The <paramref name="client" /> is <see langword="null" />.</exception>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.DeleteFromJsonAsync``1(System.Net.Http.HttpClient,System.Uri,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends a DELETE request to the specified Uri and returns the value that results from deserializing the response body as JSON in an asynchronous operation.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="jsonTypeInfo">The JsonTypeInfo used to control the deserialization behavior.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<typeparam name="TValue">The target type to deserialize to.</typeparam>
|
||||||
|
<exception cref="T:System.ArgumentNullException">The <paramref name="client" /> is <see langword="null" />.</exception>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.DeleteFromJsonAsync``1(System.Net.Http.HttpClient,System.Uri,System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends a DELETE request to the specified Uri and returns the value that results from deserializing the response body as JSON in an asynchronous operation.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<typeparam name="TValue">The target type to deserialize to.</typeparam>
|
||||||
|
<exception cref="T:System.ArgumentNullException">The <paramref name="client" /> is <see langword="null" />.</exception>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsAsyncEnumerable``1(System.Net.Http.HttpClient,System.String,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends an <c>HTTP GET</c> request to the specified <paramref name="requestUri" /> and returns the value that results from deserializing the response body as JSON in an async enumerable operation.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="options" />
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<typeparam name="TValue">The target type to deserialize to.</typeparam>
|
||||||
|
<exception cref="T:System.ArgumentNullException">The <paramref name="client" /> is <see langword="null" />.</exception>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>An <see cref="T:System.Collections.Generic.IAsyncEnumerable`1" /> that represents the deserialized response body.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsAsyncEnumerable``1(System.Net.Http.HttpClient,System.String,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends an <c>HTTP GET</c>request to the specified <paramref name="requestUri" /> and returns the value that results from deserializing the response body as JSON in an async enumerable operation.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="jsonTypeInfo">The JsonTypeInfo used to control the behavior during deserialization.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<typeparam name="TValue">The target type to deserialize to.</typeparam>
|
||||||
|
<exception cref="T:System.ArgumentNullException">The <paramref name="client" /> is <see langword="null" />.</exception>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>An <see cref="T:System.Collections.Generic.IAsyncEnumerable`1" /> that represents the deserialized response body.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsAsyncEnumerable``1(System.Net.Http.HttpClient,System.String,System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends an <c>HTTP GET</c>request to the specified <paramref name="requestUri" /> and returns the value that results from deserializing the response body as JSON in an async enumerable operation.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<typeparam name="TValue">The target type to deserialize to.</typeparam>
|
||||||
|
<exception cref="T:System.ArgumentNullException">The <paramref name="client" /> is <see langword="null" />.</exception>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>An <see cref="T:System.Collections.Generic.IAsyncEnumerable`1" /> that represents the deserialized response body.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsAsyncEnumerable``1(System.Net.Http.HttpClient,System.Uri,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends an <c>HTTP GET</c>request to the specified <paramref name="requestUri" /> and returns the value that results from deserializing the response body as JSON in an async enumerable operation.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="options" />
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<typeparam name="TValue">The target type to deserialize to.</typeparam>
|
||||||
|
<exception cref="T:System.ArgumentNullException">The <paramref name="client" /> is <see langword="null" />.</exception>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>An <see cref="T:System.Collections.Generic.IAsyncEnumerable`1" /> that represents the deserialized response body.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsAsyncEnumerable``1(System.Net.Http.HttpClient,System.Uri,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends an <c>HTTP GET</c>request to the specified <paramref name="requestUri" /> and returns the value that results from deserializing the response body as JSON in an async enumerable operation.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="jsonTypeInfo">The JsonTypeInfo used to control the behavior during deserialization.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<typeparam name="TValue">The target type to deserialize to.</typeparam>
|
||||||
|
<exception cref="T:System.ArgumentNullException">The <paramref name="client" /> is <see langword="null" />.</exception>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>An <see cref="T:System.Collections.Generic.IAsyncEnumerable`1" /> that represents the deserialized response body.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsAsyncEnumerable``1(System.Net.Http.HttpClient,System.Uri,System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends an <c>HTTP GET</c>request to the specified <paramref name="requestUri" /> and returns the value that results from deserializing the response body as JSON in an async enumerable operation.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<typeparam name="TValue">The target type to deserialize to.</typeparam>
|
||||||
|
<exception cref="T:System.ArgumentNullException">The <paramref name="client" /> is <see langword="null" />.</exception>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>An <see cref="T:System.Collections.Generic.IAsyncEnumerable`1" /> that represents the deserialized response body.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync(System.Net.Http.HttpClient,System.String,System.Type,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends a GET request to the specified Uri and returns the value that results from deserializing the response body as JSON in an asynchronous operation.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="type">The type of the object to deserialize to and return.</param>
|
||||||
|
<param name="options">Options to control the behavior during deserialization. The default options are those specified by <see cref="F:System.Text.Json.JsonSerializerDefaults.Web" />.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync(System.Net.Http.HttpClient,System.String,System.Type,System.Text.Json.Serialization.JsonSerializerContext,System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends a GET request to the specified Uri and returns the value that results from deserializing the response body as JSON in an asynchronous operation.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="type">The type of the object to deserialize to and return.</param>
|
||||||
|
<param name="context">The JsonSerializerContext used to control the deserialization behavior.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync(System.Net.Http.HttpClient,System.String,System.Type,System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends a GET request to the specified Uri and returns the value that results from deserializing the response body as JSON in an asynchronous operation.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="type">The type of the object to deserialize to and return.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync(System.Net.Http.HttpClient,System.Uri,System.Type,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends a GET request to the specified Uri and returns the value that results from deserializing the response body as JSON in an asynchronous operation.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="type">The type of the object to deserialize to and return.</param>
|
||||||
|
<param name="options">Options to control the behavior during deserialization. The default options are those specified by <see cref="F:System.Text.Json.JsonSerializerDefaults.Web" />.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync(System.Net.Http.HttpClient,System.Uri,System.Type,System.Text.Json.Serialization.JsonSerializerContext,System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends a GET request to the specified Uri and returns the value that results from deserializing the response body as JSON in an asynchronous operation.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="type">The type of the object to deserialize to and return.</param>
|
||||||
|
<param name="context">The JsonSerializerContext used to control the deserialization behavior.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync(System.Net.Http.HttpClient,System.Uri,System.Type,System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends a GET request to the specified Uri and returns the value that results from deserializing the response body as JSON in an asynchronous operation.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="type">The type of the object to deserialize to and return.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync``1(System.Net.Http.HttpClient,System.String,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends a GET request to the specified Uri and returns the value that results from deserializing the response body as JSON in an asynchronous operation.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="options">Options to control the behavior during deserialization. The default options are those specified by <see cref="F:System.Text.Json.JsonSerializerDefaults.Web" />.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<typeparam name="TValue">The target type to deserialize to.</typeparam>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync``1(System.Net.Http.HttpClient,System.String,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends a GET request to the specified Uri and returns the value that results from deserializing the response body as JSON in an asynchronous operation.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="jsonTypeInfo">The JsonTypeInfo used to control the deserialization behavior.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<typeparam name="TValue">The target type to deserialize to.</typeparam>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync``1(System.Net.Http.HttpClient,System.String,System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends a GET request to the specified Uri and returns the value that results from deserializing the response body as JSON in an asynchronous operation.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<typeparam name="TValue">The target type to deserialize to.</typeparam>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync``1(System.Net.Http.HttpClient,System.Uri,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends a GET request to the specified Uri and returns the value that results from deserializing the response body as JSON in an asynchronous operation.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="options">Options to control the behavior during deserialization. The default options are those specified by <see cref="F:System.Text.Json.JsonSerializerDefaults.Web" />.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<typeparam name="TValue">The target type to deserialize to.</typeparam>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync``1(System.Net.Http.HttpClient,System.Uri,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends a GET request to the specified Uri and returns the value that results from deserializing the response body as JSON in an asynchronous operation.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="jsonTypeInfo">The JsonTypeInfo used to control the deserialization behavior.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<typeparam name="TValue">The target type to deserialize to.</typeparam>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync``1(System.Net.Http.HttpClient,System.Uri,System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends a GET request to the specified Uri and returns the value that results from deserializing the response body as JSON in an asynchronous operation.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<typeparam name="TValue">The target type to deserialize to.</typeparam>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.PatchAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends a PATCH request to the specified Uri containing the <paramref name="value" /> serialized as JSON in the request body.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="value">The value to serialize.</param>
|
||||||
|
<param name="options">Options to control the behavior during serialization. The default options are those specified by <see cref="F:System.Text.Json.JsonSerializerDefaults.Web" />.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<typeparam name="TValue">The type of the value to serialize.</typeparam>
|
||||||
|
<exception cref="T:System.ArgumentNullException">The <paramref name="client" /> is <see langword="null" />.</exception>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.PatchAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends a PATCH request to the specified Uri containing the <paramref name="value" /> serialized as JSON in the request body.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="value">The value to serialize.</param>
|
||||||
|
<param name="jsonTypeInfo">The JsonTypeInfo used to control the behavior during serialization.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<typeparam name="TValue">The type of the value to serialize.</typeparam>
|
||||||
|
<exception cref="T:System.ArgumentNullException">The <paramref name="client" /> is <see langword="null" />.</exception>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.PatchAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends a PATCH request to the specified Uri containing the <paramref name="value" /> serialized as JSON in the request body.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="value">The value to serialize.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<typeparam name="TValue">The type of the value to serialize.</typeparam>
|
||||||
|
<exception cref="T:System.ArgumentNullException">The <paramref name="client" /> is <see langword="null" />.</exception>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.PatchAsJsonAsync``1(System.Net.Http.HttpClient,System.Uri,``0,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends a PATCH request to the specified Uri containing the <paramref name="value" /> serialized as JSON in the request body.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="value">The value to serialize.</param>
|
||||||
|
<param name="options">Options to control the behavior during serialization. The default options are those specified by <see cref="F:System.Text.Json.JsonSerializerDefaults.Web" />.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<typeparam name="TValue">The type of the value to serialize.</typeparam>
|
||||||
|
<exception cref="T:System.ArgumentNullException">The <paramref name="client" /> is <see langword="null" />.</exception>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.PatchAsJsonAsync``1(System.Net.Http.HttpClient,System.Uri,``0,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends a PATCH request to the specified Uri containing the <paramref name="value" /> serialized as JSON in the request body.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="value">The value to serialize.</param>
|
||||||
|
<param name="jsonTypeInfo">The JsonTypeInfo used to control the behavior during serialization.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<typeparam name="TValue">The type of the value to serialize.</typeparam>
|
||||||
|
<exception cref="T:System.ArgumentNullException">The <paramref name="client" /> is <see langword="null" />.</exception>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.PatchAsJsonAsync``1(System.Net.Http.HttpClient,System.Uri,``0,System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends a PATCH request to the specified Uri containing the <paramref name="value" /> serialized as JSON in the request body.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="value">The value to serialize.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<typeparam name="TValue">The type of the value to serialize.</typeparam>
|
||||||
|
<exception cref="T:System.ArgumentNullException">The <paramref name="client" /> is <see langword="null" />.</exception>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.PostAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends a POST request to the specified Uri containing the <paramref name="value" /> serialized as JSON in the request body.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="value">The value to serialize.</param>
|
||||||
|
<param name="options">Options to control the behavior during serialization. The default options are those specified by <see cref="F:System.Text.Json.JsonSerializerDefaults.Web" />.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<typeparam name="TValue">The type of the value to serialize.</typeparam>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.PostAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends a POST request to the specified Uri containing the <paramref name="value" /> serialized as JSON in the request body.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="value">The value to serialize.</param>
|
||||||
|
<param name="jsonTypeInfo">The JsonTypeInfo used to control the serialization behavior.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<typeparam name="TValue">The type of the value to serialize.</typeparam>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.PostAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends a POST request to the specified Uri containing the <paramref name="value" /> serialized as JSON in the request body.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="value">The value to serialize.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<typeparam name="TValue">The type of the value to serialize.</typeparam>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.PostAsJsonAsync``1(System.Net.Http.HttpClient,System.Uri,``0,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends a POST request to the specified Uri containing the <paramref name="value" /> serialized as JSON in the request body.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="value">The value to serialize.</param>
|
||||||
|
<param name="options">Options to control the behavior during serialization. The default options are those specified by <see cref="F:System.Text.Json.JsonSerializerDefaults.Web" />.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<typeparam name="TValue">The type of the value to serialize.</typeparam>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.PostAsJsonAsync``1(System.Net.Http.HttpClient,System.Uri,``0,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends a POST request to the specified Uri containing the <paramref name="value" /> serialized as JSON in the request body.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="value">The value to serialize.</param>
|
||||||
|
<param name="jsonTypeInfo">The JsonTypeInfo used to control the serialization behavior.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<typeparam name="TValue">The type of the value to serialize.</typeparam>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.PostAsJsonAsync``1(System.Net.Http.HttpClient,System.Uri,``0,System.Threading.CancellationToken)">
|
||||||
|
<summary>Sends a POST request to the specified Uri containing the <paramref name="value" /> serialized as JSON in the request body.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="value">The value to serialize.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<typeparam name="TValue">The type of the value to serialize.</typeparam>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.PutAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)">
|
||||||
|
<summary>Send a PUT request to the specified Uri containing the <paramref name="value" /> serialized as JSON in the request body.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="value">The value to serialize.</param>
|
||||||
|
<param name="options">Options to control the behavior during serialization. The default options are those specified by <see cref="F:System.Text.Json.JsonSerializerDefaults.Web" />.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<typeparam name="TValue">The type of the value to serialize.</typeparam>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.PutAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Threading.CancellationToken)">
|
||||||
|
<summary>Send a PUT request to the specified Uri containing the <paramref name="value" /> serialized as JSON in the request body.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="value">The value to serialize.</param>
|
||||||
|
<param name="jsonTypeInfo">The JsonTypeInfo used to control the serialization behavior.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<typeparam name="TValue">The type of the value to serialize.</typeparam>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.PutAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Threading.CancellationToken)">
|
||||||
|
<summary>Send a PUT request to the specified Uri containing the <paramref name="value" /> serialized as JSON in the request body.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="value">The value to serialize.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<typeparam name="TValue">The type of the value to serialize.</typeparam>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.PutAsJsonAsync``1(System.Net.Http.HttpClient,System.Uri,``0,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)">
|
||||||
|
<summary>Send a PUT request to the specified Uri containing the <paramref name="value" /> serialized as JSON in the request body.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="value">The value to serialize.</param>
|
||||||
|
<param name="options">Options to control the behavior during serialization. The default options are those specified by <see cref="F:System.Text.Json.JsonSerializerDefaults.Web" />.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<typeparam name="TValue">The type of the value to serialize.</typeparam>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.PutAsJsonAsync``1(System.Net.Http.HttpClient,System.Uri,``0,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Threading.CancellationToken)">
|
||||||
|
<summary>Send a PUT request to the specified Uri containing the <paramref name="value" /> serialized as JSON in the request body.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="value">The value to serialize.</param>
|
||||||
|
<param name="jsonTypeInfo">The JsonTypeInfo used to control the serialization behavior.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<typeparam name="TValue">The type of the value to serialize.</typeparam>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpClientJsonExtensions.PutAsJsonAsync``1(System.Net.Http.HttpClient,System.Uri,``0,System.Threading.CancellationToken)">
|
||||||
|
<summary>Send a PUT request to the specified Uri containing the <paramref name="value" /> serialized as JSON in the request body.</summary>
|
||||||
|
<param name="client">The client used to send the request.</param>
|
||||||
|
<param name="requestUri">The Uri the request is sent to.</param>
|
||||||
|
<param name="value">The value to serialize.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<typeparam name="TValue">The type of the value to serialize.</typeparam>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Net.Http.Json.HttpContentJsonExtensions">
|
||||||
|
<summary>Contains extension methods to read and then parse the <see cref="T:System.Net.Http.HttpContent" /> from JSON.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsAsyncEnumerable``1(System.Net.Http.HttpContent,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)">
|
||||||
|
<summary>Reads the HTTP content and returns the value that results from deserializing the content as JSON in an async enumerable operation.</summary>
|
||||||
|
<param name="content">The content to read from.</param>
|
||||||
|
<param name="options">Options to control the behavior during deserialization.
|
||||||
|
The default options are those specified by <see cref="F:System.Text.Json.JsonSerializerDefaults.Web" />.</param>
|
||||||
|
<param name="cancellationToken" />
|
||||||
|
<typeparam name="TValue">The target type to deserialize to.</typeparam>
|
||||||
|
<exception cref="T:System.ArgumentNullException">The <paramref name="content" /> is <see langword="null" />.</exception>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>An <see cref="T:System.Collections.Generic.IAsyncEnumerable`1" /> that represents the deserialized response body.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsAsyncEnumerable``1(System.Net.Http.HttpContent,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Threading.CancellationToken)">
|
||||||
|
<summary>Reads the HTTP content and returns the value that results from deserializing the content as JSON in an async enumerable operation.</summary>
|
||||||
|
<param name="content">The content to read from.</param>
|
||||||
|
<param name="jsonTypeInfo">The JsonTypeInfo used to control the deserialization behavior.</param>
|
||||||
|
<param name="cancellationToken" />
|
||||||
|
<typeparam name="TValue">The target type to deserialize to.</typeparam>
|
||||||
|
<exception cref="T:System.ArgumentNullException">The <paramref name="content" /> is <see langword="null" />.</exception>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>An <see cref="T:System.Collections.Generic.IAsyncEnumerable`1" /> that represents the deserialized response body.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsAsyncEnumerable``1(System.Net.Http.HttpContent,System.Threading.CancellationToken)">
|
||||||
|
<summary>Reads the HTTP content and returns the value that results from deserializing the content as JSON in an async enumerable operation.</summary>
|
||||||
|
<param name="content" />
|
||||||
|
<param name="cancellationToken" />
|
||||||
|
<typeparam name="TValue">The target type to deserialize to.</typeparam>
|
||||||
|
<exception cref="T:System.ArgumentNullException">The <paramref name="content" /> is <see langword="null" />.</exception>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>An <see cref="T:System.Collections.Generic.IAsyncEnumerable`1" /> that represents the deserialized response body.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsync(System.Net.Http.HttpContent,System.Type,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)">
|
||||||
|
<summary>Reads the HTTP content and returns the value that results from deserializing the content as JSON in an asynchronous operation.</summary>
|
||||||
|
<param name="content">The content to read from.</param>
|
||||||
|
<param name="type">The type of the object to deserialize to and return.</param>
|
||||||
|
<param name="options">Options to control the behavior during deserialization. The default options are those specified by <see cref="F:System.Text.Json.JsonSerializerDefaults.Web" />.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsync(System.Net.Http.HttpContent,System.Type,System.Text.Json.Serialization.JsonSerializerContext,System.Threading.CancellationToken)">
|
||||||
|
<summary>Reads the HTTP content and returns the value that results from deserializing the content as JSON in an asynchronous operation.</summary>
|
||||||
|
<param name="content">The content to read from.</param>
|
||||||
|
<param name="type">The type of the object to deserialize to and return.</param>
|
||||||
|
<param name="context">The JsonSerializerContext used to control the deserialization behavior.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsync(System.Net.Http.HttpContent,System.Type,System.Threading.CancellationToken)">
|
||||||
|
<summary>Reads the HTTP content and returns the value that results from deserializing the content as JSON in an asynchronous operation.</summary>
|
||||||
|
<param name="content">The content to read from.</param>
|
||||||
|
<param name="type">The type of the object to deserialize to and return.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsync``1(System.Net.Http.HttpContent,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)">
|
||||||
|
<summary>Reads the HTTP content and returns the value that results from deserializing the content as JSON in an asynchronous operation.</summary>
|
||||||
|
<param name="content">The content to read from.</param>
|
||||||
|
<param name="options">Options to control the behavior during deserialization. The default options are those specified by <see cref="F:System.Text.Json.JsonSerializerDefaults.Web" />.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<typeparam name="T">The target type to deserialize to.</typeparam>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsync``1(System.Net.Http.HttpContent,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Threading.CancellationToken)">
|
||||||
|
<summary>Reads the HTTP content and returns the value that results from deserializing the content as JSON in an asynchronous operation.</summary>
|
||||||
|
<param name="content">The content to read from.</param>
|
||||||
|
<param name="jsonTypeInfo">The JsonTypeInfo used to control the deserialization behavior.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<typeparam name="T">The target type to deserialize to.</typeparam>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsync``1(System.Net.Http.HttpContent,System.Threading.CancellationToken)">
|
||||||
|
<summary>Reads the HTTP content and returns the value that results from deserializing the content as JSON in an asynchronous operation.</summary>
|
||||||
|
<param name="content">The content to read from.</param>
|
||||||
|
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
||||||
|
<typeparam name="T">The target type to deserialize to.</typeparam>
|
||||||
|
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
||||||
|
<returns>The task object representing the asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Net.Http.Json.JsonContent">
|
||||||
|
<summary>Provides HTTP content based on JSON.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.JsonContent.Create(System.Object,System.Text.Json.Serialization.Metadata.JsonTypeInfo,System.Net.Http.Headers.MediaTypeHeaderValue)">
|
||||||
|
<summary>Creates a new instance of the <see cref="T:System.Net.Http.Json.JsonContent" /> class that will contain the <paramref name="inputValue" /> serialized as JSON.</summary>
|
||||||
|
<param name="inputValue">The value to serialize.</param>
|
||||||
|
<param name="jsonTypeInfo">The JsonTypeInfo used to control the serialization behavior.</param>
|
||||||
|
<param name="mediaType">The media type to use for the content.</param>
|
||||||
|
<returns>A <see cref="T:System.Net.Http.Json.JsonContent" /> instance.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.JsonContent.Create(System.Object,System.Type,System.Net.Http.Headers.MediaTypeHeaderValue,System.Text.Json.JsonSerializerOptions)">
|
||||||
|
<summary>Creates a new instance of the <see cref="T:System.Net.Http.Json.JsonContent" /> class that will contain the <paramref name="inputValue" /> serialized as JSON.</summary>
|
||||||
|
<param name="inputValue">The value to serialize.</param>
|
||||||
|
<param name="inputType">The type of the value to serialize.</param>
|
||||||
|
<param name="mediaType">The media type to use for the content.</param>
|
||||||
|
<param name="options">Options to control the behavior during serialization, the default options are <see cref="F:System.Text.Json.JsonSerializerDefaults.Web" />.</param>
|
||||||
|
<returns>A <see cref="T:System.Net.Http.Json.JsonContent" /> instance.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.JsonContent.Create``1(``0,System.Net.Http.Headers.MediaTypeHeaderValue,System.Text.Json.JsonSerializerOptions)">
|
||||||
|
<summary>Creates a new instance of the <see cref="T:System.Net.Http.Json.JsonContent" /> class that will contain the <paramref name="inputValue" /> serialized as JSON.</summary>
|
||||||
|
<param name="inputValue">The value to serialize.</param>
|
||||||
|
<param name="mediaType">The media type to use for the content.</param>
|
||||||
|
<param name="options">Options to control the behavior during serialization, the default options are <see cref="F:System.Text.Json.JsonSerializerDefaults.Web" />.</param>
|
||||||
|
<typeparam name="T">The type of the value to serialize.</typeparam>
|
||||||
|
<returns>A <see cref="T:System.Net.Http.Json.JsonContent" /> instance.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Net.Http.Json.JsonContent.Create``1(``0,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Net.Http.Headers.MediaTypeHeaderValue)">
|
||||||
|
<summary>Creates a new instance of the <see cref="T:System.Net.Http.Json.JsonContent" /> class that will contain the <paramref name="inputValue" /> serialized as JSON.</summary>
|
||||||
|
<param name="inputValue">The value to serialize.</param>
|
||||||
|
<param name="jsonTypeInfo">The JsonTypeInfo used to control the serialization behavior.</param>
|
||||||
|
<param name="mediaType">The media type to use for the content.</param>
|
||||||
|
<typeparam name="T">The type of the value to serialize.</typeparam>
|
||||||
|
<returns>A <see cref="T:System.Net.Http.Json.JsonContent" /> instance.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Net.Http.Json.JsonContent.ObjectType">
|
||||||
|
<summary>Gets the type of the <see cref="P:System.Net.Http.Json.JsonContent.Value" /> to be serialized by this instance.</summary>
|
||||||
|
<returns>The type of the <see cref="P:System.Net.Http.Json.JsonContent.Value" /> to be serialized by this instance.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Net.Http.Json.JsonContent.Value">
|
||||||
|
<summary>Gets the value to be serialized and used as the body of the <see cref="T:System.Net.Http.HttpRequestMessage" /> that sends this instance.</summary>
|
||||||
|
<returns>The value to be serialized and used as the body of the <see cref="T:System.Net.Http.HttpRequestMessage" /> that sends this instance.</returns>
|
||||||
|
</member>
|
||||||
|
</members>
|
||||||
|
</doc>
|
||||||
BIN
dist/Рлектронная-Фармация/System.Numerics.Vectors.dll
vendored
Normal file
3451
dist/Рлектронная-Фармация/System.Numerics.Vectors.xml
vendored
Normal file
BIN
dist/Рлектронная-Фармация/System.Resources.Extensions.dll
vendored
Normal file
119
dist/Рлектронная-Фармация/System.Resources.Extensions.xml
vendored
Normal file
@ -0,0 +1,119 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<doc>
|
||||||
|
<assembly>
|
||||||
|
<name>System.Resources.Extensions</name>
|
||||||
|
</assembly>
|
||||||
|
<members>
|
||||||
|
<member name="T:System.Resources.Extensions.DeserializingResourceReader">
|
||||||
|
<summary>Provides APIs similar to <see cref="T:System.Resources.ResourceReader" /> that can read and deserialize resource data written by either <see cref="T:System.Resources.ResourceWriter" /> or <see cref="T:System.Resources.Extensions.PreserializedResourceWriter" />.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Resources.Extensions.DeserializingResourceReader.#ctor(System.IO.Stream)">
|
||||||
|
<summary>Initializes a new instance of the <see cref="T:System.Resources.Extensions.DeserializingResourceReader" /> class that reads the specified resources stream.</summary>
|
||||||
|
<param name="stream">The input stream.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Resources.Extensions.DeserializingResourceReader.#ctor(System.String)">
|
||||||
|
<summary>Initializes a new instance of the <see cref="T:System.Resources.Extensions.DeserializingResourceReader" /> class that reads the specified named resource file.</summary>
|
||||||
|
<param name="fileName">The path and name of the resource file to be read.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Resources.Extensions.DeserializingResourceReader.Close">
|
||||||
|
<summary>Releases all operating system resources associated with this <see cref="T:System.Resources.Extensions.DeserializingResourceReader" /> object.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Resources.Extensions.DeserializingResourceReader.Dispose">
|
||||||
|
<summary>Releases the resources used by the <see cref="T:System.Resources.Extensions.DeserializingResourceReader" />.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Resources.Extensions.DeserializingResourceReader.GetEnumerator">
|
||||||
|
<summary>Returns an enumerator for this <see cref="T:System.Resources.Extensions.DeserializingResourceReader" /> object.</summary>
|
||||||
|
<returns>An enumerator for this <see cref="T:System.Resources.Extensions.DeserializingResourceReader" /> object.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Resources.Extensions.DeserializingResourceReader.System#Collections#IEnumerable#GetEnumerator">
|
||||||
|
<summary>Returns an enumerator for this <see cref="T:System.Resources.Extensions.DeserializingResourceReader" /> object.</summary>
|
||||||
|
<returns>An enumerator for this <see cref="T:System.Resources.Extensions.DeserializingResourceReader" /> object.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Resources.Extensions.PreserializedResourceWriter">
|
||||||
|
<summary>Provides APIs similar to <see cref="T:System.Resources.ResourceWriter" /> that can write pre-serialized resource data.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Resources.Extensions.PreserializedResourceWriter.#ctor(System.IO.Stream)">
|
||||||
|
<summary>Initializes a new instance of the <see cref="T:System.Resources.Extensions.PreserializedResourceWriter" /> class that writes the resources to the provided stream.</summary>
|
||||||
|
<param name="stream">The output stream.</param>
|
||||||
|
<exception cref="T:System.ArgumentException">
|
||||||
|
<paramref name="stream" /> is not writable.</exception>
|
||||||
|
<exception cref="T:System.ArgumentNullException">
|
||||||
|
<paramref name="stream" /> is <see langword="null" />.</exception>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Resources.Extensions.PreserializedResourceWriter.#ctor(System.String)">
|
||||||
|
<summary>Initializes a new instance of the <see cref="T:System.Resources.Extensions.PreserializedResourceWriter" /> class that writes the resources to the specified file.</summary>
|
||||||
|
<param name="fileName">The output file name.</param>
|
||||||
|
<exception cref="T:System.ArgumentNullException">The <paramref name="fileName" /> is <see langword="null" />.</exception>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Resources.Extensions.PreserializedResourceWriter.AddActivatorResource(System.String,System.IO.Stream,System.String,System.Boolean)">
|
||||||
|
<summary>Adds a resource of the specified type represented by a <see cref="T:System.IO.Stream" /> value that is passed to the type's constructor when reading the resource.</summary>
|
||||||
|
<param name="name">The resource name.</param>
|
||||||
|
<param name="value">The value of the resource in <see cref="T:System.IO.Stream" /> form understood by the type's constructor.</param>
|
||||||
|
<param name="typeName">The assembly qualified type name of the resource.</param>
|
||||||
|
<param name="closeAfterWrite">An optional value that indicates whether, after resources have been written, the stream should be closed (<see langword="true" />) or left open (<see langword="false" />, the default value).</param>
|
||||||
|
<exception cref="T:System.ArgumentNullException">
|
||||||
|
<paramref name="name" />, <paramref name="typeName" />, or <paramref name="value" /> is <see langword="null" />.</exception>
|
||||||
|
<exception cref="T:System.ArgumentException">The object's type is <see cref="T:System.IO.Stream" />, but it is unseekable.</exception>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Resources.Extensions.PreserializedResourceWriter.AddBinaryFormattedResource(System.String,System.Byte[],System.String)">
|
||||||
|
<summary>Adds a resource of the specified type, represented by a byte array, that will be passed to <see cref="T:System.Runtime.Serialization.Formatters.Binary.BinaryFormatter" /> when reading the resource.</summary>
|
||||||
|
<param name="name">The resource name.</param>
|
||||||
|
<param name="value">A byte array containing the value of the resource in <c>Byte[]</c> form understood by <see cref="T:System.Runtime.Serialization.Formatters.Binary.BinaryFormatter" />.</param>
|
||||||
|
<param name="typeName">The optional assembly qualified type name of the resource. The default value is <see langword="null" />.</param>
|
||||||
|
<exception cref="T:System.ArgumentNullException">
|
||||||
|
<paramref name="name" /> or <paramref name="value" /> is <see langword="null" />.</exception>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Resources.Extensions.PreserializedResourceWriter.AddResource(System.String,System.Byte[])">
|
||||||
|
<summary>Adds a byte array as a named resource to the list of resources to be written to a file.</summary>
|
||||||
|
<param name="name">The resource name.</param>
|
||||||
|
<param name="value">The byte array to add as a resource.</param>
|
||||||
|
<exception cref="T:System.ArgumentNullException">The name is <see langword="null" />.</exception>
|
||||||
|
<exception cref="T:System.InvalidOperationException">The resource list is <see langword="null" />.</exception>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Resources.Extensions.PreserializedResourceWriter.AddResource(System.String,System.IO.Stream,System.Boolean)">
|
||||||
|
<summary>Adds a <see cref="T:System.IO.Stream" /> as a named resource to the list of resources to be written to a file.</summary>
|
||||||
|
<param name="name">The resource name.</param>
|
||||||
|
<param name="value">The stream to add as a resource.</param>
|
||||||
|
<param name="closeAfterWrite">An optional value that indicates whether, after resources have been written, the stream should be closed (<see langword="true" />) or left open (<see langword="false" />, the default value).</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Resources.Extensions.PreserializedResourceWriter.AddResource(System.String,System.Object)">
|
||||||
|
<summary>Adds an object as a named resource to the list of resources to be written to a file.</summary>
|
||||||
|
<param name="name">The resource name.</param>
|
||||||
|
<param name="value">The object to add as a resource.</param>
|
||||||
|
<exception cref="T:System.ArgumentNullException">The name is <see langword="null" />.</exception>
|
||||||
|
<exception cref="T:System.InvalidOperationException">The resource list is <see langword="null" />.</exception>
|
||||||
|
<exception cref="T:System.ArgumentException">The stream is unseekable.</exception>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Resources.Extensions.PreserializedResourceWriter.AddResource(System.String,System.String)">
|
||||||
|
<summary>Adds a string as a named resource to the list of resources to be written to a file.</summary>
|
||||||
|
<param name="name">The resource name.</param>
|
||||||
|
<param name="value">The string to add as a resource.</param>
|
||||||
|
<exception cref="T:System.ArgumentNullException">The name is <see langword="null" />.</exception>
|
||||||
|
<exception cref="T:System.InvalidOperationException">The resource list is <see langword="null" />.</exception>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Resources.Extensions.PreserializedResourceWriter.AddResource(System.String,System.String,System.String)">
|
||||||
|
<summary>Adds a resource of the specified type represented by a string value.</summary>
|
||||||
|
<param name="name">The resource name.</param>
|
||||||
|
<param name="value">The value of the resource in string form understood by the type's <see cref="T:System.ComponentModel.TypeConverter" />.</param>
|
||||||
|
<param name="typeName">The assembly qualified type name of the resource.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Resources.Extensions.PreserializedResourceWriter.AddTypeConverterResource(System.String,System.Byte[],System.String)">
|
||||||
|
<summary>Adds a resource of the specified type represented by a byte array that is passed to the type's <see cref="T:System.ComponentModel.TypeConverter" /> when reading the resource.</summary>
|
||||||
|
<param name="name">The resource name.</param>
|
||||||
|
<param name="value">A byte array containing the resource in a form understood by the type's <see cref="T:System.ComponentModel.TypeConverter" />.</param>
|
||||||
|
<param name="typeName">The assembly qualified type name of the resource.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Resources.Extensions.PreserializedResourceWriter.Close">
|
||||||
|
<summary>Calls <see cref="M:System.Resources.Extensions.PreserializedResourceWriter.Dispose" /> to dispose the resource writer.</summary>
|
||||||
|
<exception cref="T:System.InvalidOperationException">The resource list is <see langword="null" />.</exception>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Resources.Extensions.PreserializedResourceWriter.Dispose">
|
||||||
|
<summary>Calls <see cref="M:System.Resources.Extensions.PreserializedResourceWriter.Generate" /> to write out all resources to the output stream in the system default format.</summary>
|
||||||
|
<exception cref="T:System.InvalidOperationException">The resource list is <see langword="null" />.</exception>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Resources.Extensions.PreserializedResourceWriter.Generate">
|
||||||
|
<summary>Writes all resources to the output stream.</summary>
|
||||||
|
<exception cref="T:System.InvalidOperationException">The resource list is <see langword="null" />.</exception>
|
||||||
|
</member>
|
||||||
|
</members>
|
||||||
|
</doc>
|
||||||
BIN
dist/Рлектронная-Фармация/System.Runtime.CompilerServices.Unsafe.dll
vendored
Normal file
353
dist/Рлектронная-Фармация/System.Runtime.CompilerServices.Unsafe.xml
vendored
Normal file
@ -0,0 +1,353 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<doc>
|
||||||
|
<assembly>
|
||||||
|
<name>System.Runtime.CompilerServices.Unsafe</name>
|
||||||
|
</assembly>
|
||||||
|
<members>
|
||||||
|
<member name="T:System.Runtime.CompilerServices.Unsafe">
|
||||||
|
<summary>
|
||||||
|
Contains generic, low-level functionality for manipulating pointers.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.Unsafe.Read``1(System.Void*)">
|
||||||
|
<summary>
|
||||||
|
Reads a value of type <typeparamref name="T"/> from the given location.
|
||||||
|
</summary>
|
||||||
|
<typeparam name="T">The type to read.</typeparam>
|
||||||
|
<param name="source">The location to read from.</param>
|
||||||
|
<returns>An object of type <typeparamref name="T"/> read from the given location.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.Unsafe.ReadUnaligned``1(System.Void*)">
|
||||||
|
<summary>
|
||||||
|
Reads a value of type <typeparamref name="T"/> from the given location.
|
||||||
|
</summary>
|
||||||
|
<typeparam name="T">The type to read.</typeparam>
|
||||||
|
<param name="source">The location to read from.</param>
|
||||||
|
<returns>An object of type <typeparamref name="T"/> read from the given location.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.Unsafe.ReadUnaligned``1(System.Byte@)">
|
||||||
|
<summary>
|
||||||
|
Reads a value of type <typeparamref name="T"/> from the given location.
|
||||||
|
</summary>
|
||||||
|
<typeparam name="T">The type to read.</typeparam>
|
||||||
|
<param name="source">The location to read from.</param>
|
||||||
|
<returns>An object of type <typeparamref name="T"/> read from the given location.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.Unsafe.Write``1(System.Void*,``0)">
|
||||||
|
<summary>
|
||||||
|
Writes a value of type <typeparamref name="T"/> to the given location.
|
||||||
|
</summary>
|
||||||
|
<typeparam name="T">The type of value to write.</typeparam>
|
||||||
|
<param name="destination">The location to write to.</param>
|
||||||
|
<param name="value">The value to write.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.Unsafe.WriteUnaligned``1(System.Void*,``0)">
|
||||||
|
<summary>
|
||||||
|
Writes a value of type <typeparamref name="T"/> to the given location.
|
||||||
|
</summary>
|
||||||
|
<typeparam name="T">The type of value to write.</typeparam>
|
||||||
|
<param name="destination">The location to write to.</param>
|
||||||
|
<param name="value">The value to write.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.Unsafe.WriteUnaligned``1(System.Byte@,``0)">
|
||||||
|
<summary>
|
||||||
|
Writes a value of type <typeparamref name="T"/> to the given location.
|
||||||
|
</summary>
|
||||||
|
<typeparam name="T">The type of value to write.</typeparam>
|
||||||
|
<param name="destination">The location to write to.</param>
|
||||||
|
<param name="value">The value to write.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.Unsafe.Copy``1(System.Void*,``0@)">
|
||||||
|
<summary>
|
||||||
|
Copies a value of type <typeparamref name="T"/> to the given location.
|
||||||
|
</summary>
|
||||||
|
<typeparam name="T">The type of value to copy.</typeparam>
|
||||||
|
<param name="destination">The location to copy to.</param>
|
||||||
|
<param name="source">A reference to the value to copy.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.Unsafe.Copy``1(``0@,System.Void*)">
|
||||||
|
<summary>
|
||||||
|
Copies a value of type <typeparamref name="T"/> to the given location.
|
||||||
|
</summary>
|
||||||
|
<typeparam name="T">The type of value to copy.</typeparam>
|
||||||
|
<param name="destination">The location to copy to.</param>
|
||||||
|
<param name="source">A pointer to the value to copy.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.Unsafe.AsPointer``1(``0@)">
|
||||||
|
<summary>
|
||||||
|
Returns a pointer to the given by-ref parameter.
|
||||||
|
</summary>
|
||||||
|
<typeparam name="T">The type of object.</typeparam>
|
||||||
|
<param name="value">The object whose pointer is obtained.</param>
|
||||||
|
<returns>A pointer to the given value.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.Unsafe.SizeOf``1">
|
||||||
|
<summary>
|
||||||
|
Returns the size of an object of the given type parameter.
|
||||||
|
</summary>
|
||||||
|
<typeparam name="T">The type of object whose size is retrieved.</typeparam>
|
||||||
|
<returns>The size of an object of type <typeparamref name="T"/>.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.Unsafe.As``1(System.Object)">
|
||||||
|
<summary>
|
||||||
|
Casts the given object to the specified type, performs no dynamic type checking.
|
||||||
|
</summary>
|
||||||
|
<typeparam name="T">The type which the object will be cast to.</typeparam>
|
||||||
|
<param name="o">The object to cast.</param>
|
||||||
|
<returns>The original object, casted to the given type.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.Unsafe.AsRef``1(System.Void*)">
|
||||||
|
<summary>
|
||||||
|
Reinterprets the given location as a reference to a value of type <typeparamref name="T"/>.
|
||||||
|
</summary>
|
||||||
|
<typeparam name="T">The type of the interpreted location.</typeparam>
|
||||||
|
<param name="source">The location of the value to reference.</param>
|
||||||
|
<returns>A reference to a value of type <typeparamref name="T"/>.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.Unsafe.AsRef``1(``0@)">
|
||||||
|
<summary>
|
||||||
|
Reinterprets the given read-only reference as a reference.
|
||||||
|
</summary>
|
||||||
|
<typeparam name="T">The type of reference.</typeparam>
|
||||||
|
<param name="source">The read-only reference to reinterpret.</param>
|
||||||
|
<returns>A reference to a value of type <typeparamref name="T"/>.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.Unsafe.As``2(``0@)">
|
||||||
|
<summary>
|
||||||
|
Reinterprets the given reference as a reference to a value of type <typeparamref name="TTo"/>.
|
||||||
|
</summary>
|
||||||
|
<typeparam name="TFrom">The type of reference to reinterpret.</typeparam>
|
||||||
|
<typeparam name="TTo">The desired type of the reference.</typeparam>
|
||||||
|
<param name="source">The reference to reinterpret.</param>
|
||||||
|
<returns>A reference to a value of type <typeparamref name="TTo"/>.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.Unsafe.Unbox``1(System.Object)">
|
||||||
|
<summary>
|
||||||
|
Returns a reference to the value type contained with the specified box object.
|
||||||
|
</summary>
|
||||||
|
<typeparam name="T">The type of the value type contained within the box.</typeparam>
|
||||||
|
<param name="box">The boxed value type.</param>
|
||||||
|
<returns>A reference to a value of type <typeparamref name="T"/> in the box object.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.Unsafe.Add``1(``0@,System.Int32)">
|
||||||
|
<summary>
|
||||||
|
Adds an element offset to the given reference.
|
||||||
|
</summary>
|
||||||
|
<typeparam name="T">The type of reference.</typeparam>
|
||||||
|
<param name="source">The reference to add the offset to.</param>
|
||||||
|
<param name="elementOffset">The offset to add.</param>
|
||||||
|
<returns>A new reference that reflects the addition of offset to pointer.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.Unsafe.Add``1(System.Void*,System.Int32)">
|
||||||
|
<summary>
|
||||||
|
Adds an element offset to the given pointer.
|
||||||
|
</summary>
|
||||||
|
<typeparam name="T">The type of reference.</typeparam>
|
||||||
|
<param name="source">The pointer to add the offset to.</param>
|
||||||
|
<param name="elementOffset">The offset to add.</param>
|
||||||
|
<returns>A new pointer that reflects the addition of offset to pointer.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.Unsafe.Add``1(``0@,System.IntPtr)">
|
||||||
|
<summary>
|
||||||
|
Adds an element offset to the given reference.
|
||||||
|
</summary>
|
||||||
|
<typeparam name="T">The type of reference.</typeparam>
|
||||||
|
<param name="source">The reference to add the offset to.</param>
|
||||||
|
<param name="elementOffset">The offset to add.</param>
|
||||||
|
<returns>A new reference that reflects the addition of offset to pointer.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.Unsafe.Add``1(``0@,System.UIntPtr)">
|
||||||
|
<summary>
|
||||||
|
Adds an element offset to the given reference.
|
||||||
|
</summary>
|
||||||
|
<typeparam name="T">The type of reference.</typeparam>
|
||||||
|
<param name="source">The reference to add the offset to.</param>
|
||||||
|
<param name="elementOffset">The offset to add.</param>
|
||||||
|
<returns>A new reference that reflects the addition of offset to pointer.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.Unsafe.AddByteOffset``1(``0@,System.IntPtr)">
|
||||||
|
<summary>
|
||||||
|
Adds a byte offset to the given reference.
|
||||||
|
</summary>
|
||||||
|
<typeparam name="T">The type of reference.</typeparam>
|
||||||
|
<param name="source">The reference to add the offset to.</param>
|
||||||
|
<param name="byteOffset">The offset to add.</param>
|
||||||
|
<returns>A new reference that reflects the addition of byte offset to pointer.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.Unsafe.AddByteOffset``1(``0@,System.UIntPtr)">
|
||||||
|
<summary>
|
||||||
|
Adds a byte offset to the given reference.
|
||||||
|
</summary>
|
||||||
|
<typeparam name="T">The type of reference.</typeparam>
|
||||||
|
<param name="source">The reference to add the offset to.</param>
|
||||||
|
<param name="byteOffset">The offset to add.</param>
|
||||||
|
<returns>A new reference that reflects the addition of byte offset to pointer.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.Unsafe.Subtract``1(``0@,System.Int32)">
|
||||||
|
<summary>
|
||||||
|
Subtracts an element offset from the given reference.
|
||||||
|
</summary>
|
||||||
|
<typeparam name="T">The type of reference.</typeparam>
|
||||||
|
<param name="source">The reference to subtract the offset from.</param>
|
||||||
|
<param name="elementOffset">The offset to subtract.</param>
|
||||||
|
<returns>A new reference that reflects the subraction of offset from pointer.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.Unsafe.Subtract``1(``0@,System.IntPtr)">
|
||||||
|
<summary>
|
||||||
|
Subtracts an element offset from the given reference.
|
||||||
|
</summary>
|
||||||
|
<typeparam name="T">The type of reference.</typeparam>
|
||||||
|
<param name="source">The reference to subtract the offset from.</param>
|
||||||
|
<param name="elementOffset">The offset to subtract.</param>
|
||||||
|
<returns>A new reference that reflects the subraction of offset from pointer.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.Unsafe.Subtract``1(``0@,System.UIntPtr)">
|
||||||
|
<summary>
|
||||||
|
Subtracts an element offset from the given reference.
|
||||||
|
</summary>
|
||||||
|
<typeparam name="T">The type of reference.</typeparam>
|
||||||
|
<param name="source">The reference to subtract the offset from.</param>
|
||||||
|
<param name="elementOffset">The offset to subtract.</param>
|
||||||
|
<returns>A new reference that reflects the subraction of offset from pointer.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.Unsafe.SubtractByteOffset``1(``0@,System.IntPtr)">
|
||||||
|
<summary>
|
||||||
|
Subtracts a byte offset from the given reference.
|
||||||
|
</summary>
|
||||||
|
<typeparam name="T">The type of reference.</typeparam>
|
||||||
|
<param name="source">The reference to subtract the offset from.</param>
|
||||||
|
<param name="byteOffset">The offset to subtract.</param>
|
||||||
|
<returns>A new reference that reflects the subraction of byte offset from pointer.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.Unsafe.SubtractByteOffset``1(``0@,System.UIntPtr)">
|
||||||
|
<summary>
|
||||||
|
Subtracts a byte offset from the given reference.
|
||||||
|
</summary>
|
||||||
|
<typeparam name="T">The type of reference.</typeparam>
|
||||||
|
<param name="source">The reference to subtract the offset from.</param>
|
||||||
|
<param name="byteOffset">The offset to subtract.</param>
|
||||||
|
<returns>A new reference that reflects the subraction of byte offset from pointer.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.Unsafe.ByteOffset``1(``0@,``0@)">
|
||||||
|
<summary>
|
||||||
|
Determines the byte offset from origin to target from the given references.
|
||||||
|
</summary>
|
||||||
|
<typeparam name="T">The type of reference.</typeparam>
|
||||||
|
<param name="origin">The reference to origin.</param>
|
||||||
|
<param name="target">The reference to target.</param>
|
||||||
|
<returns>Byte offset from origin to target i.e. <paramref name="target"/> - <paramref name="origin"/>.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.Unsafe.AreSame``1(``0@,``0@)">
|
||||||
|
<summary>
|
||||||
|
Determines whether the specified references point to the same location.
|
||||||
|
</summary>
|
||||||
|
<param name="left">The first reference to compare.</param>
|
||||||
|
<param name="right">The second reference to compare.</param>
|
||||||
|
<returns><c>true</c> if <paramref name="left"/> and <paramref name="right"/> point to the same location; otherwise <c>false</c>.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.Unsafe.IsAddressGreaterThan``1(``0@,``0@)">
|
||||||
|
<summary>
|
||||||
|
Determines whether the memory address referenced by <paramref name="left"/> is greater than the memory address referenced by <paramref name="right"/>.
|
||||||
|
</summary>
|
||||||
|
<param name="left">The first reference to compare.</param>
|
||||||
|
<param name="right">The second reference to compare.</param>
|
||||||
|
<returns><c>true</c> if the memory address referenced by <paramref name="left"/> is greater than the memory address referenced by <paramref name="right"/>; otherwise <c>false</c>.</returns>
|
||||||
|
<remarks>
|
||||||
|
This check is conceptually similar to "(void*)(&left) > (void*)(&right)". Both parameters must reference the same object, array, or span;
|
||||||
|
or the objects being referenced must both be pinned; or both references must represent unmanaged pointers; otherwise the result is undefined.
|
||||||
|
</remarks>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.Unsafe.IsAddressLessThan``1(``0@,``0@)">
|
||||||
|
<summary>
|
||||||
|
Determines whether the memory address referenced by <paramref name="left"/> is less than the memory address referenced by <paramref name="right"/>.
|
||||||
|
</summary>
|
||||||
|
<param name="left">The first reference to compare.</param>
|
||||||
|
<param name="right">The second reference to compare.</param>
|
||||||
|
<returns><c>true</c> if the memory address referenced by <paramref name="left"/> is less than the memory address referenced by <paramref name="right"/>; otherwise <c>false</c>.</returns>
|
||||||
|
<remarks>
|
||||||
|
This check is conceptually similar to "(void*)(&left) < (void*)(&right)". Both parameters must reference the same object, array, or span;
|
||||||
|
or the objects being referenced must both be pinned; or both references must represent unmanaged pointers; otherwise the result is undefined.
|
||||||
|
</remarks>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.Unsafe.IsNullRef``1(``0@)">
|
||||||
|
<summary>
|
||||||
|
Returns if a given reference to a value of type <typeparamref name="T"/> is a null reference.
|
||||||
|
</summary>
|
||||||
|
<param name="source">The reference to check.</param>
|
||||||
|
<remarks>This check is conceptually similar to "(void*)(&source) == nullptr".</remarks>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.Unsafe.NullRef``1">
|
||||||
|
<summary>
|
||||||
|
Returns a reference to a value of type <typeparamref name="T"/> that is a null reference.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.Unsafe.CopyBlock(System.Void*,System.Void*,System.UInt32)">
|
||||||
|
<summary>
|
||||||
|
Copies bytes from the source address to the destination address.
|
||||||
|
</summary>
|
||||||
|
<param name="destination">The destination address to copy to.</param>
|
||||||
|
<param name="source">The source address to copy from.</param>
|
||||||
|
<param name="byteCount">The number of bytes to copy.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.Unsafe.CopyBlock(System.Byte@,System.Byte@,System.UInt32)">
|
||||||
|
<summary>
|
||||||
|
Copies bytes from the source address to the destination address.
|
||||||
|
</summary>
|
||||||
|
<param name="destination">The destination address to copy to.</param>
|
||||||
|
<param name="source">The source address to copy from.</param>
|
||||||
|
<param name="byteCount">The number of bytes to copy.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.Unsafe.CopyBlockUnaligned(System.Void*,System.Void*,System.UInt32)">
|
||||||
|
<summary>
|
||||||
|
Copies bytes from the source address to the destination address
|
||||||
|
without assuming architecture dependent alignment of the addresses.
|
||||||
|
</summary>
|
||||||
|
<param name="destination">The destination address to copy to.</param>
|
||||||
|
<param name="source">The source address to copy from.</param>
|
||||||
|
<param name="byteCount">The number of bytes to copy.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.Unsafe.CopyBlockUnaligned(System.Byte@,System.Byte@,System.UInt32)">
|
||||||
|
<summary>
|
||||||
|
Copies bytes from the source address to the destination address
|
||||||
|
without assuming architecture dependent alignment of the addresses.
|
||||||
|
</summary>
|
||||||
|
<param name="destination">The destination address to copy to.</param>
|
||||||
|
<param name="source">The source address to copy from.</param>
|
||||||
|
<param name="byteCount">The number of bytes to copy.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.Unsafe.InitBlock(System.Void*,System.Byte,System.UInt32)">
|
||||||
|
<summary>
|
||||||
|
Initializes a block of memory at the given location with a given initial value.
|
||||||
|
</summary>
|
||||||
|
<param name="startAddress">The address of the start of the memory block to initialize.</param>
|
||||||
|
<param name="value">The value to initialize the block to.</param>
|
||||||
|
<param name="byteCount">The number of bytes to initialize.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.Unsafe.InitBlock(System.Byte@,System.Byte,System.UInt32)">
|
||||||
|
<summary>
|
||||||
|
Initializes a block of memory at the given location with a given initial value.
|
||||||
|
</summary>
|
||||||
|
<param name="startAddress">The address of the start of the memory block to initialize.</param>
|
||||||
|
<param name="value">The value to initialize the block to.</param>
|
||||||
|
<param name="byteCount">The number of bytes to initialize.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.Unsafe.InitBlockUnaligned(System.Void*,System.Byte,System.UInt32)">
|
||||||
|
<summary>
|
||||||
|
Initializes a block of memory at the given location with a given initial value
|
||||||
|
without assuming architecture dependent alignment of the address.
|
||||||
|
</summary>
|
||||||
|
<param name="startAddress">The address of the start of the memory block to initialize.</param>
|
||||||
|
<param name="value">The value to initialize the block to.</param>
|
||||||
|
<param name="byteCount">The number of bytes to initialize.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.Unsafe.InitBlockUnaligned(System.Byte@,System.Byte,System.UInt32)">
|
||||||
|
<summary>
|
||||||
|
Initializes a block of memory at the given location with a given initial value
|
||||||
|
without assuming architecture dependent alignment of the address.
|
||||||
|
</summary>
|
||||||
|
<param name="startAddress">The address of the start of the memory block to initialize.</param>
|
||||||
|
<param name="value">The value to initialize the block to.</param>
|
||||||
|
<param name="byteCount">The number of bytes to initialize.</param>
|
||||||
|
</member>
|
||||||
|
</members>
|
||||||
|
</doc>
|
||||||
BIN
dist/Рлектронная-Фармация/System.Text.Encodings.Web.dll
vendored
Normal file
939
dist/Рлектронная-Фармация/System.Text.Encodings.Web.xml
vendored
Normal file
@ -0,0 +1,939 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<doc>
|
||||||
|
<assembly>
|
||||||
|
<name>System.Text.Encodings.Web</name>
|
||||||
|
</assembly>
|
||||||
|
<members>
|
||||||
|
<member name="T:System.Text.Encodings.Web.HtmlEncoder">
|
||||||
|
<summary>Represents an HTML character encoding.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Text.Encodings.Web.HtmlEncoder.#ctor">
|
||||||
|
<summary>Initializes a new instance of the <see cref="T:System.Text.Encodings.Web.HtmlEncoder" /> class.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Text.Encodings.Web.HtmlEncoder.Create(System.Text.Encodings.Web.TextEncoderSettings)">
|
||||||
|
<summary>Creates a new instance of the HtmlEncoder class with the specified settings.</summary>
|
||||||
|
<param name="settings">Settings that control how the <see cref="T:System.Text.Encodings.Web.HtmlEncoder" /> instance encodes, primarily which characters to encode.</param>
|
||||||
|
<exception cref="T:System.ArgumentNullException">
|
||||||
|
<paramref name="settings" /> is <see langword="null" />.</exception>
|
||||||
|
<returns>A new instance of the <see cref="T:System.Text.Encodings.Web.HtmlEncoder" /> class.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Text.Encodings.Web.HtmlEncoder.Create(System.Text.Unicode.UnicodeRange[])">
|
||||||
|
<summary>Creates a new instance of the HtmlEncoder class that specifies characters the encoder is allowed to not encode.</summary>
|
||||||
|
<param name="allowedRanges">The set of characters that the encoder is allowed to not encode.</param>
|
||||||
|
<exception cref="T:System.ArgumentNullException">
|
||||||
|
<paramref name="allowedRanges" /> is <see langword="null" />.</exception>
|
||||||
|
<returns>A new instance of the <see cref="T:System.Text.Encodings.Web.HtmlEncoder" /> class.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Encodings.Web.HtmlEncoder.Default">
|
||||||
|
<summary>Gets a built-in instance of the <see cref="T:System.Text.Encodings.Web.HtmlEncoder" /> class.</summary>
|
||||||
|
<returns>A built-in instance of the <see cref="T:System.Text.Encodings.Web.HtmlEncoder" /> class.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Text.Encodings.Web.JavaScriptEncoder">
|
||||||
|
<summary>Represents a JavaScript character encoding.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Text.Encodings.Web.JavaScriptEncoder.#ctor">
|
||||||
|
<summary>Initializes a new instance of the <see cref="T:System.Text.Encodings.Web.JavaScriptEncoder" /> class.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Text.Encodings.Web.JavaScriptEncoder.Create(System.Text.Encodings.Web.TextEncoderSettings)">
|
||||||
|
<summary>Creates a new instance of JavaScriptEncoder class with the specified settings.</summary>
|
||||||
|
<param name="settings">Settings that control how the <see cref="T:System.Text.Encodings.Web.JavaScriptEncoder" /> instance encodes, primarily which characters to encode.</param>
|
||||||
|
<exception cref="T:System.ArgumentNullException">
|
||||||
|
<paramref name="settings" /> is <see langword="null" />.</exception>
|
||||||
|
<returns>A new instance of the <see cref="T:System.Text.Encodings.Web.JavaScriptEncoder" /> class.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Text.Encodings.Web.JavaScriptEncoder.Create(System.Text.Unicode.UnicodeRange[])">
|
||||||
|
<summary>Creates a new instance of the JavaScriptEncoder class that specifies characters the encoder is allowed to not encode.</summary>
|
||||||
|
<param name="allowedRanges">The set of characters that the encoder is allowed to not encode.</param>
|
||||||
|
<exception cref="T:System.ArgumentNullException">
|
||||||
|
<paramref name="allowedRanges" /> is <see langword="null" />.</exception>
|
||||||
|
<returns>A new instance of the <see cref="T:System.Text.Encodings.Web.JavaScriptEncoder" /> class.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Encodings.Web.JavaScriptEncoder.Default">
|
||||||
|
<summary>Gets a built-in instance of the <see cref="T:System.Text.Encodings.Web.JavaScriptEncoder" /> class.</summary>
|
||||||
|
<returns>A built-in instance of the <see cref="T:System.Text.Encodings.Web.JavaScriptEncoder" /> class.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Encodings.Web.JavaScriptEncoder.UnsafeRelaxedJsonEscaping">
|
||||||
|
<summary>Gets a built-in JavaScript encoder instance that is less strict about what is encoded.</summary>
|
||||||
|
<returns>A JavaScript encoder instance.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Text.Encodings.Web.TextEncoder">
|
||||||
|
<summary>The base class of web encoders.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Text.Encodings.Web.TextEncoder.#ctor">
|
||||||
|
<summary>Initializes a new instance of the <see cref="T:System.Text.Encodings.Web.TextEncoder" /> class.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Text.Encodings.Web.TextEncoder.Encode(System.IO.TextWriter,System.Char[],System.Int32,System.Int32)">
|
||||||
|
<summary>Encodes characters from an array and writes them to a <see cref="T:System.IO.TextWriter" /> object.</summary>
|
||||||
|
<param name="output">The stream to which to write the encoded text.</param>
|
||||||
|
<param name="value">The array of characters to encode.</param>
|
||||||
|
<param name="startIndex">The array index of the first character to encode.</param>
|
||||||
|
<param name="characterCount">The number of characters in the array to encode.</param>
|
||||||
|
<exception cref="T:System.ArgumentNullException">
|
||||||
|
<paramref name="output" /> is <see langword="null" />.</exception>
|
||||||
|
<exception cref="T:System.ArgumentException">The <see cref="M:System.Text.Encodings.Web.TextEncoder.TryEncodeUnicodeScalar(System.Int32,System.Char*,System.Int32,System.Int32@)" /> method failed. The encoder does not implement <see cref="P:System.Text.Encodings.Web.TextEncoder.MaxOutputCharactersPerInputCharacter" /> correctly.</exception>
|
||||||
|
<exception cref="T:System.ArgumentNullException">
|
||||||
|
<paramref name="value" /> is <see langword="null" />.</exception>
|
||||||
|
<exception cref="T:System.ArgumentOutOfRangeException">
|
||||||
|
<paramref name="startIndex" /> is out of range.</exception>
|
||||||
|
<exception cref="T:System.ArgumentOutOfRangeException">
|
||||||
|
<paramref name="characterCount" /> is out of range.</exception>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Text.Encodings.Web.TextEncoder.Encode(System.IO.TextWriter,System.String,System.Int32,System.Int32)">
|
||||||
|
<summary>Encodes a substring and writes it to a <see cref="T:System.IO.TextWriter" /> object.</summary>
|
||||||
|
<param name="output">The stream to which to write the encoded text.</param>
|
||||||
|
<param name="value">The string whose substring is to be encoded.</param>
|
||||||
|
<param name="startIndex">The index where the substring starts.</param>
|
||||||
|
<param name="characterCount">The number of characters in the substring.</param>
|
||||||
|
<exception cref="T:System.ArgumentNullException">
|
||||||
|
<paramref name="output" /> is <see langword="null" />.</exception>
|
||||||
|
<exception cref="T:System.ArgumentException">The <see cref="M:System.Text.Encodings.Web.TextEncoder.TryEncodeUnicodeScalar(System.Int32,System.Char*,System.Int32,System.Int32@)" /> method failed. The encoder does not implement <see cref="P:System.Text.Encodings.Web.TextEncoder.MaxOutputCharactersPerInputCharacter" /> correctly.</exception>
|
||||||
|
<exception cref="T:System.ArgumentNullException">
|
||||||
|
<paramref name="value" /> is <see langword="null" />.</exception>
|
||||||
|
<exception cref="T:System.ArgumentOutOfRangeException">
|
||||||
|
<paramref name="startIndex" /> is out of range.</exception>
|
||||||
|
<exception cref="T:System.ArgumentOutOfRangeException">
|
||||||
|
<paramref name="characterCount" /> is out of range.</exception>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Text.Encodings.Web.TextEncoder.Encode(System.IO.TextWriter,System.String)">
|
||||||
|
<summary>Encodes the specified string to a <see cref="T:System.IO.TextWriter" /> object.</summary>
|
||||||
|
<param name="output">The stream to which to write the encoded text.</param>
|
||||||
|
<param name="value">The string to encode.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Text.Encodings.Web.TextEncoder.Encode(System.ReadOnlySpan{System.Char},System.Span{System.Char},System.Int32@,System.Int32@,System.Boolean)">
|
||||||
|
<summary>Encodes the supplied characters.</summary>
|
||||||
|
<param name="source">A source buffer containing the characters to encode.</param>
|
||||||
|
<param name="destination">The destination buffer to which the encoded form of <paramref name="source" /> will be written.</param>
|
||||||
|
<param name="charsConsumed">The number of characters consumed from the <paramref name="source" /> buffer.</param>
|
||||||
|
<param name="charsWritten">The number of characters written to the <paramref name="destination" /> buffer.</param>
|
||||||
|
<param name="isFinalBlock">
|
||||||
|
<see langword="true" /> to indicate there is no further source data that needs to be encoded; otherwise, <see langword="false" />.</param>
|
||||||
|
<returns>An enumeration value that describes the result of the encoding operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Text.Encodings.Web.TextEncoder.Encode(System.String)">
|
||||||
|
<summary>Encodes the supplied string and returns the encoded text as a new string.</summary>
|
||||||
|
<param name="value">The string to encode.</param>
|
||||||
|
<exception cref="T:System.ArgumentNullException">
|
||||||
|
<paramref name="value" /> is <see langword="null" />.</exception>
|
||||||
|
<exception cref="T:System.ArgumentException">The <see cref="M:System.Text.Encodings.Web.TextEncoder.TryEncodeUnicodeScalar(System.Int32,System.Char*,System.Int32,System.Int32@)" /> method failed. The encoder does not implement <see cref="P:System.Text.Encodings.Web.TextEncoder.MaxOutputCharactersPerInputCharacter" /> correctly.</exception>
|
||||||
|
<returns>The encoded string.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Text.Encodings.Web.TextEncoder.EncodeUtf8(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@,System.Int32@,System.Boolean)">
|
||||||
|
<summary>Encodes the supplied UTF-8 text.</summary>
|
||||||
|
<param name="utf8Source">A source buffer containing the UTF-8 text to encode.</param>
|
||||||
|
<param name="utf8Destination">The destination buffer to which the encoded form of <paramref name="utf8Source" /> will be written.</param>
|
||||||
|
<param name="bytesConsumed">The number of bytes consumed from the <paramref name="utf8Source" /> buffer.</param>
|
||||||
|
<param name="bytesWritten">The number of bytes written to the <paramref name="utf8Destination" /> buffer.</param>
|
||||||
|
<param name="isFinalBlock">
|
||||||
|
<see langword="true" /> to indicate there is no further source data that needs to be encoded; otherwise, <see langword="false" />.</param>
|
||||||
|
<returns>A status code that describes the result of the encoding operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Text.Encodings.Web.TextEncoder.FindFirstCharacterToEncode(System.Char*,System.Int32)">
|
||||||
|
<summary>Finds the index of the first character to encode.</summary>
|
||||||
|
<param name="text">The text buffer to search.</param>
|
||||||
|
<param name="textLength">The number of characters in <paramref name="text" />.</param>
|
||||||
|
<returns>The index of the first character to encode.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Text.Encodings.Web.TextEncoder.FindFirstCharacterToEncodeUtf8(System.ReadOnlySpan{System.Byte})">
|
||||||
|
<summary>Finds the first element in a UTF-8 text input buffer that would be escaped by the current encoder instance.</summary>
|
||||||
|
<param name="utf8Text">The UTF-8 text input buffer to search.</param>
|
||||||
|
<returns>The index of the first element in <paramref name="utf8Text" /> that would be escaped by the current encoder instance, or -1 if no data in <paramref name="utf8Text" /> requires escaping.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Text.Encodings.Web.TextEncoder.TryEncodeUnicodeScalar(System.Int32,System.Char*,System.Int32,System.Int32@)">
|
||||||
|
<summary>Encodes a Unicode scalar value and writes it to a buffer.</summary>
|
||||||
|
<param name="unicodeScalar">A Unicode scalar value.</param>
|
||||||
|
<param name="buffer">A pointer to the buffer to which to write the encoded text.</param>
|
||||||
|
<param name="bufferLength">The length of the destination <paramref name="buffer" /> in characters.</param>
|
||||||
|
<param name="numberOfCharactersWritten">When the method returns, indicates the number of characters written to the <paramref name="buffer" />.</param>
|
||||||
|
<returns>
|
||||||
|
<see langword="false" /> if <paramref name="bufferLength" /> is too small to fit the encoded text; otherwise, returns <see langword="true" />.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Text.Encodings.Web.TextEncoder.WillEncode(System.Int32)">
|
||||||
|
<summary>Determines if a given Unicode scalar value will be encoded.</summary>
|
||||||
|
<param name="unicodeScalar">A Unicode scalar value.</param>
|
||||||
|
<returns>
|
||||||
|
<see langword="true" /> if the <paramref name="unicodeScalar" /> value will be encoded by this encoder; otherwise, returns <see langword="false" />.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Encodings.Web.TextEncoder.MaxOutputCharactersPerInputCharacter">
|
||||||
|
<summary>Gets the maximum number of characters that this encoder can generate for each input code point.</summary>
|
||||||
|
<returns>The maximum number of characters.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Text.Encodings.Web.TextEncoderSettings">
|
||||||
|
<summary>Represents a filter that allows only certain Unicode code points.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Text.Encodings.Web.TextEncoderSettings.#ctor">
|
||||||
|
<summary>Instantiates an empty filter (allows no code points through by default).</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Text.Encodings.Web.TextEncoderSettings.#ctor(System.Text.Encodings.Web.TextEncoderSettings)">
|
||||||
|
<summary>Instantiates a filter by cloning the allowed list of another <see cref="T:System.Text.Encodings.Web.TextEncoderSettings" /> object.</summary>
|
||||||
|
<param name="other">The other <see cref="T:System.Text.Encodings.Web.TextEncoderSettings" /> object to be cloned.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Text.Encodings.Web.TextEncoderSettings.#ctor(System.Text.Unicode.UnicodeRange[])">
|
||||||
|
<summary>Instantiates a filter where only the character ranges specified by <paramref name="allowedRanges" /> are allowed by the filter.</summary>
|
||||||
|
<param name="allowedRanges">The allowed character ranges.</param>
|
||||||
|
<exception cref="T:System.ArgumentNullException">
|
||||||
|
<paramref name="allowedRanges" /> is <see langword="null" />.</exception>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Text.Encodings.Web.TextEncoderSettings.AllowCharacter(System.Char)">
|
||||||
|
<summary>Allows the character specified by <paramref name="character" /> through the filter.</summary>
|
||||||
|
<param name="character">The allowed character.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Text.Encodings.Web.TextEncoderSettings.AllowCharacters(System.Char[])">
|
||||||
|
<summary>Allows all characters specified by <paramref name="characters" /> through the filter.</summary>
|
||||||
|
<param name="characters">The allowed characters.</param>
|
||||||
|
<exception cref="T:System.ArgumentNullException">
|
||||||
|
<paramref name="characters" /> is <see langword="null" />.</exception>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Text.Encodings.Web.TextEncoderSettings.AllowCodePoints(System.Collections.Generic.IEnumerable{System.Int32})">
|
||||||
|
<summary>Allows all code points specified by <paramref name="codePoints" />.</summary>
|
||||||
|
<param name="codePoints">The allowed code points.</param>
|
||||||
|
<exception cref="T:System.ArgumentNullException">
|
||||||
|
<paramref name="codePoints" /> is <see langword="null" />.</exception>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Text.Encodings.Web.TextEncoderSettings.AllowRange(System.Text.Unicode.UnicodeRange)">
|
||||||
|
<summary>Allows all characters specified by <paramref name="range" /> through the filter.</summary>
|
||||||
|
<param name="range">The range of characters to be allowed.</param>
|
||||||
|
<exception cref="T:System.ArgumentNullException">
|
||||||
|
<paramref name="range" /> is <see langword="null" />.</exception>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Text.Encodings.Web.TextEncoderSettings.AllowRanges(System.Text.Unicode.UnicodeRange[])">
|
||||||
|
<summary>Allows all characters specified by <paramref name="ranges" /> through the filter.</summary>
|
||||||
|
<param name="ranges">The ranges of characters to be allowed.</param>
|
||||||
|
<exception cref="T:System.ArgumentNullException">
|
||||||
|
<paramref name="ranges" /> is <see langword="null" />.</exception>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Text.Encodings.Web.TextEncoderSettings.Clear">
|
||||||
|
<summary>Resets this object by disallowing all characters.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Text.Encodings.Web.TextEncoderSettings.ForbidCharacter(System.Char)">
|
||||||
|
<summary>Disallows the character <paramref name="character" /> through the filter.</summary>
|
||||||
|
<param name="character">The disallowed character.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Text.Encodings.Web.TextEncoderSettings.ForbidCharacters(System.Char[])">
|
||||||
|
<summary>Disallows all characters specified by <paramref name="characters" /> through the filter.</summary>
|
||||||
|
<param name="characters">The disallowed characters.</param>
|
||||||
|
<exception cref="T:System.ArgumentNullException">
|
||||||
|
<paramref name="characters" /> is <see langword="null" />.</exception>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Text.Encodings.Web.TextEncoderSettings.ForbidRange(System.Text.Unicode.UnicodeRange)">
|
||||||
|
<summary>Disallows all characters specified by <paramref name="range" /> through the filter.</summary>
|
||||||
|
<param name="range">The range of characters to be disallowed.</param>
|
||||||
|
<exception cref="T:System.ArgumentNullException">
|
||||||
|
<paramref name="range" /> is <see langword="null" />.</exception>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Text.Encodings.Web.TextEncoderSettings.ForbidRanges(System.Text.Unicode.UnicodeRange[])">
|
||||||
|
<summary>Disallows all characters specified by <paramref name="ranges" /> through the filter.</summary>
|
||||||
|
<param name="ranges">The ranges of characters to be disallowed.</param>
|
||||||
|
<exception cref="T:System.ArgumentNullException">
|
||||||
|
<paramref name="ranges" /> is <see langword="null" />.</exception>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Text.Encodings.Web.TextEncoderSettings.GetAllowedCodePoints">
|
||||||
|
<summary>Gets an enumerator of all allowed code points.</summary>
|
||||||
|
<returns>The enumerator of allowed code points.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Text.Encodings.Web.UrlEncoder">
|
||||||
|
<summary>Represents a URL character encoding.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Text.Encodings.Web.UrlEncoder.#ctor">
|
||||||
|
<summary>Initializes a new instance of the <see cref="T:System.Text.Encodings.Web.UrlEncoder" /> class.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Text.Encodings.Web.UrlEncoder.Create(System.Text.Encodings.Web.TextEncoderSettings)">
|
||||||
|
<summary>Creates a new instance of UrlEncoder class with the specified settings.</summary>
|
||||||
|
<param name="settings">Settings that control how the <see cref="T:System.Text.Encodings.Web.UrlEncoder" /> instance encodes, primarily which characters to encode.</param>
|
||||||
|
<exception cref="T:System.ArgumentNullException">
|
||||||
|
<paramref name="settings" /> is <see langword="null" />.</exception>
|
||||||
|
<returns>A new instance of the <see cref="T:System.Text.Encodings.Web.UrlEncoder" /> class.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Text.Encodings.Web.UrlEncoder.Create(System.Text.Unicode.UnicodeRange[])">
|
||||||
|
<summary>Creates a new instance of the UrlEncoder class that specifies characters the encoder is allowed to not encode.</summary>
|
||||||
|
<param name="allowedRanges">The set of characters that the encoder is allowed to not encode.</param>
|
||||||
|
<exception cref="T:System.ArgumentNullException">
|
||||||
|
<paramref name="allowedRanges" /> is <see langword="null" />.</exception>
|
||||||
|
<returns>A new instance of the <see cref="T:System.Text.Encodings.Web.UrlEncoder" /> class.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Encodings.Web.UrlEncoder.Default">
|
||||||
|
<summary>Gets a built-in instance of the <see cref="T:System.Text.Encodings.Web.UrlEncoder" /> class.</summary>
|
||||||
|
<returns>A built-in instance of the <see cref="T:System.Text.Encodings.Web.UrlEncoder" /> class.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Text.Unicode.UnicodeRange">
|
||||||
|
<summary>Represents a contiguous range of Unicode code points.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Text.Unicode.UnicodeRange.#ctor(System.Int32,System.Int32)">
|
||||||
|
<summary>Creates a new <see cref="T:System.Text.Unicode.UnicodeRange" /> that includes a specified number of characters starting at a specified Unicode code point.</summary>
|
||||||
|
<param name="firstCodePoint">The first code point in the range.</param>
|
||||||
|
<param name="length">The number of code points in the range.</param>
|
||||||
|
<exception cref="T:System.ArgumentOutOfRangeException">
|
||||||
|
<paramref name="firstCodePoint" /> is less than zero or greater than 0xFFFF.
|
||||||
|
|
||||||
|
-or-
|
||||||
|
|
||||||
|
<paramref name="length" /> is less than zero.
|
||||||
|
|
||||||
|
-or-
|
||||||
|
|
||||||
|
<paramref name="firstCodePoint" /> plus <paramref name="length" /> is greater than 0xFFFF.</exception>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Text.Unicode.UnicodeRange.Create(System.Char,System.Char)">
|
||||||
|
<summary>Creates a new <see cref="T:System.Text.Unicode.UnicodeRange" /> instance from a span of characters.</summary>
|
||||||
|
<param name="firstCharacter">The first character in the range.</param>
|
||||||
|
<param name="lastCharacter">The last character in the range.</param>
|
||||||
|
<exception cref="T:System.ArgumentOutOfRangeException">
|
||||||
|
<paramref name="lastCharacter" /> precedes <paramref name="firstCharacter" />.</exception>
|
||||||
|
<returns>A range that includes all characters between <paramref name="firstCharacter" /> and <paramref name="lastCharacter" />.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRange.FirstCodePoint">
|
||||||
|
<summary>Gets the first code point in the range represented by this <see cref="T:System.Text.Unicode.UnicodeRange" /> instance.</summary>
|
||||||
|
<returns>The first code point in the range.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRange.Length">
|
||||||
|
<summary>Gets the number of code points in the range represented by this <see cref="T:System.Text.Unicode.UnicodeRange" /> instance.</summary>
|
||||||
|
<returns>The number of code points in the range.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Text.Unicode.UnicodeRanges">
|
||||||
|
<summary>Provides static properties that return predefined <see cref="T:System.Text.Unicode.UnicodeRange" /> instances that correspond to blocks from the Unicode specification.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.All">
|
||||||
|
<summary>Gets a range that consists of the entire Basic Multilingual Plane (BMP), from U+0000 to U+FFFF).</summary>
|
||||||
|
<returns>A range that consists of the entire BMP.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.AlphabeticPresentationForms">
|
||||||
|
<summary>Gets the Alphabetic Presentation Forms Unicode block (U+FB00-U+FB4F).</summary>
|
||||||
|
<returns>The Alphabetic Presentation Forms Unicode block (U+FB00-U+FB4F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Arabic">
|
||||||
|
<summary>Gets the Arabic Unicode block (U+0600-U+06FF).</summary>
|
||||||
|
<returns>The Arabic Unicode block (U+0600-U+06FF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.ArabicExtendedA">
|
||||||
|
<summary>Gets the Arabic Extended-A Unicode block (U+08A0-U+08FF).</summary>
|
||||||
|
<returns>The Arabic Extended-A Unicode block (U+08A0-U+08FF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.ArabicExtendedB">
|
||||||
|
<summary>A <see cref="T:System.Text.Unicode.UnicodeRange" /> corresponding to the 'Arabic Extended-B' Unicode block (U+0870..U+089F).</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.ArabicPresentationFormsA">
|
||||||
|
<summary>Gets the Arabic Presentation Forms-A Unicode block (U+FB50-U+FDFF).</summary>
|
||||||
|
<returns>The Arabic Presentation Forms-A Unicode block (U+FB50-U+FDFF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.ArabicPresentationFormsB">
|
||||||
|
<summary>Gets the Arabic Presentation Forms-B Unicode block (U+FE70-U+FEFF).</summary>
|
||||||
|
<returns>The Arabic Presentation Forms-B Unicode block (U+FE70-U+FEFF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.ArabicSupplement">
|
||||||
|
<summary>Gets the Arabic Supplement Unicode block (U+0750-U+077F).</summary>
|
||||||
|
<returns>The Arabic Supplement Unicode block (U+0750-U+077F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Armenian">
|
||||||
|
<summary>Gets the Armenian Unicode block (U+0530-U+058F).</summary>
|
||||||
|
<returns>The Armenian Unicode block (U+0530-U+058F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Arrows">
|
||||||
|
<summary>Gets the Arrows Unicode block (U+2190-U+21FF).</summary>
|
||||||
|
<returns>The Arrows Unicode block (U+2190-U+21FF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Balinese">
|
||||||
|
<summary>Gets the Balinese Unicode block (U+1B00-U+1B7F).</summary>
|
||||||
|
<returns>The Balinese Unicode block (U+1B00-U+1B7F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Bamum">
|
||||||
|
<summary>Gets the Bamum Unicode block (U+A6A0-U+A6FF).</summary>
|
||||||
|
<returns>The Bamum Unicode block (U+A6A0-U+A6FF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.BasicLatin">
|
||||||
|
<summary>Gets the Basic Latin Unicode block (U+0000-U+007F).</summary>
|
||||||
|
<returns>The Basic Latin Unicode block (U+0000-U+007F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Batak">
|
||||||
|
<summary>Gets the Batak Unicode block (U+1BC0-U+1BFF).</summary>
|
||||||
|
<returns>The Batak Unicode block (U+1BC0-U+1BFF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Bengali">
|
||||||
|
<summary>Gets the Bengali Unicode block (U+0980-U+09FF).</summary>
|
||||||
|
<returns>The Bengali Unicode block (U+0980-U+09FF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.BlockElements">
|
||||||
|
<summary>Gets the Block Elements Unicode block (U+2580-U+259F).</summary>
|
||||||
|
<returns>The Block Elements Unicode block (U+2580-U+259F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Bopomofo">
|
||||||
|
<summary>Gets the Bopomofo Unicode block (U+3100-U+312F).</summary>
|
||||||
|
<returns>The Bopomofo Unicode block (U+3105-U+312F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.BopomofoExtended">
|
||||||
|
<summary>Gets the Bopomofo Extended Unicode block (U+31A0-U+31BF).</summary>
|
||||||
|
<returns>The Bopomofo Extended Unicode block (U+31A0-U+31BF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.BoxDrawing">
|
||||||
|
<summary>Gets the Box Drawing Unicode block (U+2500-U+257F).</summary>
|
||||||
|
<returns>The Box Drawing Unicode block (U+2500-U+257F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.BraillePatterns">
|
||||||
|
<summary>Gets the Braille Patterns Unicode block (U+2800-U+28FF).</summary>
|
||||||
|
<returns>The Braille Patterns Unicode block (U+2800-U+28FF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Buginese">
|
||||||
|
<summary>Gets the Buginese Unicode block (U+1A00-U+1A1F).</summary>
|
||||||
|
<returns>The Buginese Unicode block (U+1A00-U+1A1F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Buhid">
|
||||||
|
<summary>Gets the Buhid Unicode block (U+1740-U+175F).</summary>
|
||||||
|
<returns>The Buhid Unicode block (U+1740-U+175F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Cham">
|
||||||
|
<summary>Gets the Cham Unicode block (U+AA00-U+AA5F).</summary>
|
||||||
|
<returns>The Cham Unicode block (U+AA00-U+AA5F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Cherokee">
|
||||||
|
<summary>Gets the Cherokee Unicode block (U+13A0-U+13FF).</summary>
|
||||||
|
<returns>The Cherokee Unicode block (U+13A0-U+13FF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.CherokeeSupplement">
|
||||||
|
<summary>Gets the Cherokee Supplement Unicode block (U+AB70-U+ABBF).</summary>
|
||||||
|
<returns>The Cherokee Supplement Unicode block (U+AB70-U+ABBF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.CjkCompatibility">
|
||||||
|
<summary>Gets the CJK Compatibility Unicode block (U+3300-U+33FF).</summary>
|
||||||
|
<returns>The CJK Compatibility Unicode block (U+3300-U+33FF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.CjkCompatibilityForms">
|
||||||
|
<summary>Gets the CJK Compatibility Forms Unicode block (U+FE30-U+FE4F).</summary>
|
||||||
|
<returns>The CJK Compatibility Forms Unicode block (U+FE30-U+FE4F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.CjkCompatibilityIdeographs">
|
||||||
|
<summary>Gets the CJK Compatibility Ideographs Unicode block (U+F900-U+FAD9).</summary>
|
||||||
|
<returns>The CJK Compatibility Ideographs Unicode block (U+F900-U+FAD9).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.CjkRadicalsSupplement">
|
||||||
|
<summary>Gets the CJK Radicals Supplement Unicode block (U+2E80-U+2EFF).</summary>
|
||||||
|
<returns>The CJK Radicals Supplement Unicode block (U+2E80-U+2EFF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.CjkStrokes">
|
||||||
|
<summary>Gets the CJK Strokes Unicode block (U+31C0-U+31EF).</summary>
|
||||||
|
<returns>The CJK Strokes Unicode block (U+31C0-U+31EF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.CjkSymbolsandPunctuation">
|
||||||
|
<summary>Gets the CJK Symbols and Punctuation Unicode block (U+3000-U+303F).</summary>
|
||||||
|
<returns>The CJK Symbols and Punctuation Unicode block (U+3000-U+303F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.CjkUnifiedIdeographs">
|
||||||
|
<summary>Gets the CJK Unified Ideographs Unicode block (U+4E00-U+9FCC).</summary>
|
||||||
|
<returns>The CJK Unified Ideographs Unicode block (U+4E00-U+9FCC).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.CjkUnifiedIdeographsExtensionA">
|
||||||
|
<summary>Gets the CJK Unitied Ideographs Extension A Unicode block (U+3400-U+4DB5).</summary>
|
||||||
|
<returns>The CJK Unitied Ideographs Extension A Unicode block (U+3400-U+4DB5).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.CombiningDiacriticalMarks">
|
||||||
|
<summary>Gets the Combining Diacritical Marks Unicode block (U+0300-U+036F).</summary>
|
||||||
|
<returns>The Combining Diacritical Marks Unicode block (U+0300-U+036F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.CombiningDiacriticalMarksExtended">
|
||||||
|
<summary>Gets the Combining Diacritical Marks Extended Unicode block (U+1AB0-U+1AFF).</summary>
|
||||||
|
<returns>The Combining Diacritical Marks Extended Unicode block (U+1AB0-U+1AFF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.CombiningDiacriticalMarksforSymbols">
|
||||||
|
<summary>Gets the Combining Diacritical Marks for Symbols Unicode block (U+20D0-U+20FF).</summary>
|
||||||
|
<returns>The Combining Diacritical Marks for Symbols Unicode block (U+20D0-U+20FF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.CombiningDiacriticalMarksSupplement">
|
||||||
|
<summary>Gets the Combining Diacritical Marks Supplement Unicode block (U+1DC0-U+1DFF).</summary>
|
||||||
|
<returns>The Combining Diacritical Marks Supplement Unicode block (U+1DC0-U+1DFF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.CombiningHalfMarks">
|
||||||
|
<summary>Gets the Combining Half Marks Unicode block (U+FE20-U+FE2F).</summary>
|
||||||
|
<returns>The Combining Half Marks Unicode block (U+FE20-U+FE2F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.CommonIndicNumberForms">
|
||||||
|
<summary>Gets the Common Indic Number Forms Unicode block (U+A830-U+A83F).</summary>
|
||||||
|
<returns>The Common Indic Number Forms Unicode block (U+A830-U+A83F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.ControlPictures">
|
||||||
|
<summary>Gets the Control Pictures Unicode block (U+2400-U+243F).</summary>
|
||||||
|
<returns>The Control Pictures Unicode block (U+2400-U+243F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Coptic">
|
||||||
|
<summary>Gets the Coptic Unicode block (U+2C80-U+2CFF).</summary>
|
||||||
|
<returns>The Coptic Unicode block (U+2C80-U+2CFF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.CurrencySymbols">
|
||||||
|
<summary>Gets the Currency Symbols Unicode block (U+20A0-U+20CF).</summary>
|
||||||
|
<returns>The Currency Symbols Unicode block (U+20A0-U+20CF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Cyrillic">
|
||||||
|
<summary>Gets the Cyrillic Unicode block (U+0400-U+04FF).</summary>
|
||||||
|
<returns>The Cyrillic Unicode block (U+0400-U+04FF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.CyrillicExtendedA">
|
||||||
|
<summary>Gets the Cyrillic Extended-A Unicode block (U+2DE0-U+2DFF).</summary>
|
||||||
|
<returns>The Cyrillic Extended-A Unicode block (U+2DE0-U+2DFF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.CyrillicExtendedB">
|
||||||
|
<summary>Gets the Cyrillic Extended-B Unicode block (U+A640-U+A69F).</summary>
|
||||||
|
<returns>The Cyrillic Extended-B Unicode block (U+A640-U+A69F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.CyrillicExtendedC">
|
||||||
|
<summary>A <see cref="T:System.Text.Unicode.UnicodeRange" /> corresponding to the 'Cyrillic Extended-C' Unicode block (U+1C80..U+1C8F).</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.CyrillicSupplement">
|
||||||
|
<summary>Gets the Cyrillic Supplement Unicode block (U+0500-U+052F).</summary>
|
||||||
|
<returns>The Cyrillic Supplement Unicode block (U+0500-U+052F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Devanagari">
|
||||||
|
<summary>Gets the Devangari Unicode block (U+0900-U+097F).</summary>
|
||||||
|
<returns>The Devangari Unicode block (U+0900-U+097F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.DevanagariExtended">
|
||||||
|
<summary>Gets the Devanagari Extended Unicode block (U+A8E0-U+A8FF).</summary>
|
||||||
|
<returns>The Devanagari Extended Unicode block (U+A8E0-U+A8FF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Dingbats">
|
||||||
|
<summary>Gets the Dingbats Unicode block (U+2700-U+27BF).</summary>
|
||||||
|
<returns>The Dingbats Unicode block (U+2700-U+27BF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.EnclosedAlphanumerics">
|
||||||
|
<summary>Gets the Enclosed Alphanumerics Unicode block (U+2460-U+24FF).</summary>
|
||||||
|
<returns>The Enclosed Alphanumerics Unicode block (U+2460-U+24FF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.EnclosedCjkLettersandMonths">
|
||||||
|
<summary>Gets the Enclosed CJK Letters and Months Unicode block (U+3200-U+32FF).</summary>
|
||||||
|
<returns>The Enclosed CJK Letters and Months Unicode block (U+3200-U+32FF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Ethiopic">
|
||||||
|
<summary>Gets the Ethiopic Unicode block (U+1200-U+137C).</summary>
|
||||||
|
<returns>The Ethiopic Unicode block (U+1200-U+137C).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.EthiopicExtended">
|
||||||
|
<summary>Gets the Ethipic Extended Unicode block (U+2D80-U+2DDF).</summary>
|
||||||
|
<returns>The Ethipic Extended Unicode block (U+2D80-U+2DDF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.EthiopicExtendedA">
|
||||||
|
<summary>Gets the Ethiopic Extended-A Unicode block (U+AB00-U+AB2F).</summary>
|
||||||
|
<returns>The Ethiopic Extended-A Unicode block (U+AB00-U+AB2F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.EthiopicSupplement">
|
||||||
|
<summary>Gets the Ethiopic Supplement Unicode block (U+1380-U+1399).</summary>
|
||||||
|
<returns>The Ethiopic Supplement Unicode block (U+1380-U+1399).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.GeneralPunctuation">
|
||||||
|
<summary>Gets the General Punctuation Unicode block (U+2000-U+206F).</summary>
|
||||||
|
<returns>The General Punctuation Unicode block (U+2000-U+206F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.GeometricShapes">
|
||||||
|
<summary>Gets the Geometric Shapes Unicode block (U+25A0-U+25FF).</summary>
|
||||||
|
<returns>The Geometric Shapes Unicode block (U+25A0-U+25FF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Georgian">
|
||||||
|
<summary>Gets the Georgian Unicode block (U+10A0-U+10FF).</summary>
|
||||||
|
<returns>The Georgian Unicode block (U+10A0-U+10FF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.GeorgianExtended">
|
||||||
|
<summary>A <see cref="T:System.Text.Unicode.UnicodeRange" /> corresponding to the 'Georgian Extended' Unicode block (U+1C90..U+1CBF).</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.GeorgianSupplement">
|
||||||
|
<summary>Gets the Georgian Supplement Unicode block (U+2D00-U+2D2F).</summary>
|
||||||
|
<returns>The Georgian Supplement Unicode block (U+2D00-U+2D2F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Glagolitic">
|
||||||
|
<summary>Gets the Glagolitic Unicode block (U+2C00-U+2C5F).</summary>
|
||||||
|
<returns>The Glagolitic Unicode block (U+2C00-U+2C5F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.GreekandCoptic">
|
||||||
|
<summary>Gets the Greek and Coptic Unicode block (U+0370-U+03FF).</summary>
|
||||||
|
<returns>The Greek and Coptic Unicode block (U+0370-U+03FF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.GreekExtended">
|
||||||
|
<summary>Gets the Greek Extended Unicode block (U+1F00-U+1FFF).</summary>
|
||||||
|
<returns>The Greek Extended Unicode block (U+1F00-U+1FFF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Gujarati">
|
||||||
|
<summary>Gets the Gujarti Unicode block (U+0A81-U+0AFF).</summary>
|
||||||
|
<returns>The Gujarti Unicode block (U+0A81-U+0AFF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Gurmukhi">
|
||||||
|
<summary>Gets the Gurmukhi Unicode block (U+0A01-U+0A7F).</summary>
|
||||||
|
<returns>The Gurmukhi Unicode block (U+0A01-U+0A7F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.HalfwidthandFullwidthForms">
|
||||||
|
<summary>Gets the Halfwidth and Fullwidth Forms Unicode block (U+FF00-U+FFEE).</summary>
|
||||||
|
<returns>The Halfwidth and Fullwidth Forms Unicode block (U+FF00-U+FFEE).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.HangulCompatibilityJamo">
|
||||||
|
<summary>Gets the Hangul Compatibility Jamo Unicode block (U+3131-U+318F).</summary>
|
||||||
|
<returns>The Hangul Compatibility Jamo Unicode block (U+3131-U+318F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.HangulJamo">
|
||||||
|
<summary>Gets the Hangul Jamo Unicode block (U+1100-U+11FF).</summary>
|
||||||
|
<returns>The Hangul Jamo Unicode block (U+1100-U+11FF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.HangulJamoExtendedA">
|
||||||
|
<summary>Gets the Hangul Jamo Extended-A Unicode block (U+A960-U+A9F).</summary>
|
||||||
|
<returns>The Hangul Jamo Extended-A Unicode block (U+A960-U+A97F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.HangulJamoExtendedB">
|
||||||
|
<summary>Gets the Hangul Jamo Extended-B Unicode block (U+D7B0-U+D7FF).</summary>
|
||||||
|
<returns>The Hangul Jamo Extended-B Unicode block (U+D7B0-U+D7FF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.HangulSyllables">
|
||||||
|
<summary>Gets the Hangul Syllables Unicode block (U+AC00-U+D7AF).</summary>
|
||||||
|
<returns>The Hangul Syllables Unicode block (U+AC00-U+D7AF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Hanunoo">
|
||||||
|
<summary>Gets the Hanunoo Unicode block (U+1720-U+173F).</summary>
|
||||||
|
<returns>The Hanunoo Unicode block (U+1720-U+173F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Hebrew">
|
||||||
|
<summary>Gets the Hebrew Unicode block (U+0590-U+05FF).</summary>
|
||||||
|
<returns>The Hebrew Unicode block (U+0590-U+05FF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Hiragana">
|
||||||
|
<summary>Gets the Hiragana Unicode block (U+3040-U+309F).</summary>
|
||||||
|
<returns>The Hiragana Unicode block (U+3040-U+309F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.IdeographicDescriptionCharacters">
|
||||||
|
<summary>Gets the Ideographic Description Characters Unicode block (U+2FF0-U+2FFF).</summary>
|
||||||
|
<returns>The Ideographic Description Characters Unicode block (U+2FF0-U+2FFF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.IpaExtensions">
|
||||||
|
<summary>Gets the IPA Extensions Unicode block (U+0250-U+02AF).</summary>
|
||||||
|
<returns>The IPA Extensions Unicode block (U+0250-U+02AF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Javanese">
|
||||||
|
<summary>Gets the Javanese Unicode block (U+A980-U+A9DF).</summary>
|
||||||
|
<returns>The Javanese Unicode block (U+A980-U+A9DF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Kanbun">
|
||||||
|
<summary>Gets the Kanbun Unicode block (U+3190-U+319F).</summary>
|
||||||
|
<returns>The Kanbun Unicode block (U+3190-U+319F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.KangxiRadicals">
|
||||||
|
<summary>Gets the Kangxi Radicals Supplement Unicode block (U+2F00-U+2FDF).</summary>
|
||||||
|
<returns>The Kangxi Radicals Supplement Unicode block (U+2F00-U+2FDF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Kannada">
|
||||||
|
<summary>Gets the Kannada Unicode block (U+0C81-U+0CFF).</summary>
|
||||||
|
<returns>The Kannada Unicode block (U+0C81-U+0CFF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Katakana">
|
||||||
|
<summary>Gets the Katakana Unicode block (U+30A0-U+30FF).</summary>
|
||||||
|
<returns>The Katakana Unicode block (U+30A0-U+30FF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.KatakanaPhoneticExtensions">
|
||||||
|
<summary>Gets the Katakana Phonetic Extensions Unicode block (U+31F0-U+31FF).</summary>
|
||||||
|
<returns>The Katakana Phonetic Extensions Unicode block (U+31F0-U+31FF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.KayahLi">
|
||||||
|
<summary>Gets the Kayah Li Unicode block (U+A900-U+A92F).</summary>
|
||||||
|
<returns>The Kayah Li Unicode block (U+A900-U+A92F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Khmer">
|
||||||
|
<summary>Gets the Khmer Unicode block (U+1780-U+17FF).</summary>
|
||||||
|
<returns>The Khmer Unicode block (U+1780-U+17FF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.KhmerSymbols">
|
||||||
|
<summary>Gets the Khmer Symbols Unicode block (U+19E0-U+19FF).</summary>
|
||||||
|
<returns>The Khmer Symbols Unicode block (U+19E0-U+19FF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Lao">
|
||||||
|
<summary>Gets the Lao Unicode block (U+0E80-U+0EDF).</summary>
|
||||||
|
<returns>The Lao Unicode block (U+0E80-U+0EDF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Latin1Supplement">
|
||||||
|
<summary>Gets the Latin-1 Supplement Unicode block (U+0080-U+00FF).</summary>
|
||||||
|
<returns>The Latin-1 Supplement Unicode block (U+0080-U+00FF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.LatinExtendedA">
|
||||||
|
<summary>Gets the Latin Extended-A Unicode block (U+0100-U+017F).</summary>
|
||||||
|
<returns>The Latin Extended-A Unicode block (U+0100-U+017F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.LatinExtendedAdditional">
|
||||||
|
<summary>Gets the Latin Extended Additional Unicode block (U+1E00-U+1EFF).</summary>
|
||||||
|
<returns>The Latin Extended Additional Unicode block (U+1E00-U+1EFF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.LatinExtendedB">
|
||||||
|
<summary>Gets the Latin Extended-B Unicode block (U+0180-U+024F).</summary>
|
||||||
|
<returns>The Latin Extended-B Unicode block (U+0180-U+024F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.LatinExtendedC">
|
||||||
|
<summary>Gets the Latin Extended-C Unicode block (U+2C60-U+2C7F).</summary>
|
||||||
|
<returns>The Latin Extended-C Unicode block (U+2C60-U+2C7F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.LatinExtendedD">
|
||||||
|
<summary>Gets the Latin Extended-D Unicode block (U+A720-U+A7FF).</summary>
|
||||||
|
<returns>The Latin Extended-D Unicode block (U+A720-U+A7FF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.LatinExtendedE">
|
||||||
|
<summary>Gets the Latin Extended-E Unicode block (U+AB30-U+AB6F).</summary>
|
||||||
|
<returns>The Latin Extended-E Unicode block (U+AB30-U+AB6F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Lepcha">
|
||||||
|
<summary>Gets the Lepcha Unicode block (U+1C00-U+1C4F).</summary>
|
||||||
|
<returns>The Lepcha Unicode block (U+1C00-U+1C4F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.LetterlikeSymbols">
|
||||||
|
<summary>Gets the Letterlike Symbols Unicode block (U+2100-U+214F).</summary>
|
||||||
|
<returns>The Letterlike Symbols Unicode block (U+2100-U+214F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Limbu">
|
||||||
|
<summary>Gets the Limbu Unicode block (U+1900-U+194F).</summary>
|
||||||
|
<returns>The Limbu Unicode block (U+1900-U+194F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Lisu">
|
||||||
|
<summary>Gets the Lisu Unicode block (U+A4D0-U+A4FF).</summary>
|
||||||
|
<returns>The Lisu Unicode block (U+A4D0-U+A4FF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Malayalam">
|
||||||
|
<summary>Gets the Malayalam Unicode block (U+0D00-U+0D7F).</summary>
|
||||||
|
<returns>The Malayalam Unicode block (U+0D00-U+0D7F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Mandaic">
|
||||||
|
<summary>Gets the Mandaic Unicode block (U+0840-U+085F).</summary>
|
||||||
|
<returns>The Mandaic Unicode block (U+0840-U+085F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.MathematicalOperators">
|
||||||
|
<summary>Gets the Mathematical Operators Unicode block (U+2200-U+22FF).</summary>
|
||||||
|
<returns>The Mathematical Operators Unicode block (U+2200-U+22FF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.MeeteiMayek">
|
||||||
|
<summary>Gets the Meetei Mayek Unicode block (U+ABC0-U+ABFF).</summary>
|
||||||
|
<returns>The Meetei Mayek Unicode block (U+ABC0-U+ABFF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.MeeteiMayekExtensions">
|
||||||
|
<summary>Gets the Meetei Mayek Extensions Unicode block (U+AAE0-U+AAFF).</summary>
|
||||||
|
<returns>The Meetei Mayek Extensions Unicode block (U+AAE0-U+AAFF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.MiscellaneousMathematicalSymbolsA">
|
||||||
|
<summary>Gets the Miscellaneous Mathematical Symbols-A Unicode block (U+27C0-U+27EF).</summary>
|
||||||
|
<returns>The Miscellaneous Mathematical Symbols-A Unicode block (U+27C0-U+27EF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.MiscellaneousMathematicalSymbolsB">
|
||||||
|
<summary>Gets the Miscellaneous Mathematical Symbols-B Unicode block (U+2980-U+29FF).</summary>
|
||||||
|
<returns>The Miscellaneous Mathematical Symbols-B Unicode block (U+2980-U+29FF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.MiscellaneousSymbols">
|
||||||
|
<summary>Gets the Miscellaneous Symbols Unicode block (U+2600-U+26FF).</summary>
|
||||||
|
<returns>The Miscellaneous Symbols Unicode block (U+2600-U+26FF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.MiscellaneousSymbolsandArrows">
|
||||||
|
<summary>Gets the Miscellaneous Symbols and Arrows Unicode block (U+2B00-U+2BFF).</summary>
|
||||||
|
<returns>The Miscellaneous Symbols and Arrows Unicode block (U+2B00-U+2BFF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.MiscellaneousTechnical">
|
||||||
|
<summary>Gets the Miscellaneous Technical Unicode block (U+2300-U+23FF).</summary>
|
||||||
|
<returns>The Miscellaneous Technical Unicode block (U+2300-U+23FF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.ModifierToneLetters">
|
||||||
|
<summary>Gets the Modifier Tone Letters Unicode block (U+A700-U+A71F).</summary>
|
||||||
|
<returns>The Modifier Tone Letters Unicode block (U+A700-U+A71F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Mongolian">
|
||||||
|
<summary>Gets the Mongolian Unicode block (U+1800-U+18AF).</summary>
|
||||||
|
<returns>The Mongolian Unicode block (U+1800-U+18AF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Myanmar">
|
||||||
|
<summary>Gets the Myanmar Unicode block (U+1000-U+109F).</summary>
|
||||||
|
<returns>The Myanmar Unicode block (U+1000-U+109F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.MyanmarExtendedA">
|
||||||
|
<summary>Gets the Myanmar Extended-A Unicode block (U+AA60-U+AA7F).</summary>
|
||||||
|
<returns>The Myanmar Extended-A Unicode block (U+AA60-U+AA7F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.MyanmarExtendedB">
|
||||||
|
<summary>Gets the Myanmar Extended-B Unicode block (U+A9E0-U+A9FF).</summary>
|
||||||
|
<returns>The Myanmar Extended-B Unicode block (U+A9E0-U+A9FF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.NewTaiLue">
|
||||||
|
<summary>Gets the New Tai Lue Unicode block (U+1980-U+19DF).</summary>
|
||||||
|
<returns>The New Tai Lue Unicode block (U+1980-U+19DF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.NKo">
|
||||||
|
<summary>Gets the NKo Unicode block (U+07C0-U+07FF).</summary>
|
||||||
|
<returns>The NKo Unicode block (U+07C0-U+07FF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.None">
|
||||||
|
<summary>Gets an empty Unicode range.</summary>
|
||||||
|
<returns>A Unicode range with no elements.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.NumberForms">
|
||||||
|
<summary>Gets the Number Forms Unicode block (U+2150-U+218F).</summary>
|
||||||
|
<returns>The Number Forms Unicode block (U+2150-U+218F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Ogham">
|
||||||
|
<summary>Gets the Ogham Unicode block (U+1680-U+169F).</summary>
|
||||||
|
<returns>The Ogham Unicode block (U+1680-U+169F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.OlChiki">
|
||||||
|
<summary>Gets the Ol Chiki Unicode block (U+1C50-U+1C7F).</summary>
|
||||||
|
<returns>The Ol Chiki Unicode block (U+1C50-U+1C7F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.OpticalCharacterRecognition">
|
||||||
|
<summary>Gets the Optical Character Recognition Unicode block (U+2440-U+245F).</summary>
|
||||||
|
<returns>The Optical Character Recognition Unicode block (U+2440-U+245F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Oriya">
|
||||||
|
<summary>Gets the Oriya Unicode block (U+0B00-U+0B7F).</summary>
|
||||||
|
<returns>The Oriya Unicode block (U+0B00-U+0B7F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Phagspa">
|
||||||
|
<summary>Gets the Phags-pa Unicode block (U+A840-U+A87F).</summary>
|
||||||
|
<returns>The Phags-pa Unicode block (U+A840-U+A87F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.PhoneticExtensions">
|
||||||
|
<summary>Gets the Phonetic Extensions Unicode block (U+1D00-U+1D7F).</summary>
|
||||||
|
<returns>The Phonetic Extensions Unicode block (U+1D00-U+1D7F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.PhoneticExtensionsSupplement">
|
||||||
|
<summary>Gets the Phonetic Extensions Supplement Unicode block (U+1D80-U+1DBF).</summary>
|
||||||
|
<returns>The Phonetic Extensions Supplement Unicode block (U+1D80-U+1DBF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Rejang">
|
||||||
|
<summary>Gets the Rejang Unicode block (U+A930-U+A95F).</summary>
|
||||||
|
<returns>The Rejang Unicode block (U+A930-U+A95F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Runic">
|
||||||
|
<summary>Gets the Runic Unicode block (U+16A0-U+16FF).</summary>
|
||||||
|
<returns>The Runic Unicode block (U+16A0-U+16FF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Samaritan">
|
||||||
|
<summary>Gets the Samaritan Unicode block (U+0800-U+083F).</summary>
|
||||||
|
<returns>The Samaritan Unicode block (U+0800-U+083F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Saurashtra">
|
||||||
|
<summary>Gets the Saurashtra Unicode block (U+A880-U+A8DF).</summary>
|
||||||
|
<returns>The Saurashtra Unicode block (U+A880-U+A8DF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Sinhala">
|
||||||
|
<summary>Gets the Sinhala Unicode block (U+0D80-U+0DFF).</summary>
|
||||||
|
<returns>The Sinhala Unicode block (U+0D80-U+0DFF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.SmallFormVariants">
|
||||||
|
<summary>Gets the Small Form Variants Unicode block (U+FE50-U+FE6F).</summary>
|
||||||
|
<returns>The Small Form Variants Unicode block (U+FE50-U+FE6F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.SpacingModifierLetters">
|
||||||
|
<summary>Gets the Spacing Modifier Letters Unicode block (U+02B0-U+02FF).</summary>
|
||||||
|
<returns>The Spacing Modifier Letters Unicode block (U+02B0-U+02FF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Specials">
|
||||||
|
<summary>Gets the Specials Unicode block (U+FFF0-U+FFFF).</summary>
|
||||||
|
<returns>The Specials Unicode block (U+FFF0-U+FFFF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Sundanese">
|
||||||
|
<summary>Gets the Sundanese Unicode block (U+1B80-U+1BBF).</summary>
|
||||||
|
<returns>The Sundanese Unicode block (U+1B80-U+1BBF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.SundaneseSupplement">
|
||||||
|
<summary>Gets the Sundanese Supplement Unicode block (U+1CC0-U+1CCF).</summary>
|
||||||
|
<returns>The Sundanese Supplement Unicode block (U+1CC0-U+1CCF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.SuperscriptsandSubscripts">
|
||||||
|
<summary>Gets the Superscripts and Subscripts Unicode block (U+2070-U+209F).</summary>
|
||||||
|
<returns>The Superscripts and Subscripts Unicode block (U+2070-U+209F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.SupplementalArrowsA">
|
||||||
|
<summary>Gets the Supplemental Arrows-A Unicode block (U+27F0-U+27FF).</summary>
|
||||||
|
<returns>The Supplemental Arrows-A Unicode block (U+27F0-U+27FF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.SupplementalArrowsB">
|
||||||
|
<summary>Gets the Supplemental Arrows-B Unicode block (U+2900-U+297F).</summary>
|
||||||
|
<returns>The Supplemental Arrows-B Unicode block (U+2900-U+297F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.SupplementalMathematicalOperators">
|
||||||
|
<summary>Gets the Supplemental Mathematical Operators Unicode block (U+2A00-U+2AFF).</summary>
|
||||||
|
<returns>The Supplemental Mathematical Operators Unicode block (U+2A00-U+2AFF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.SupplementalPunctuation">
|
||||||
|
<summary>Gets the Supplemental Punctuation Unicode block (U+2E00-U+2E7F).</summary>
|
||||||
|
<returns>The Supplemental Punctuation Unicode block (U+2E00-U+2E7F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.SylotiNagri">
|
||||||
|
<summary>Gets the Syloti Nagri Unicode block (U+A800-U+A82F).</summary>
|
||||||
|
<returns>The Syloti Nagri Unicode block (U+A800-U+A82F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Syriac">
|
||||||
|
<summary>Gets the Syriac Unicode block (U+0700-U+074F).</summary>
|
||||||
|
<returns>The Syriac Unicode block (U+0700-U+074F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.SyriacSupplement">
|
||||||
|
<summary>A <see cref="T:System.Text.Unicode.UnicodeRange" /> corresponding to the 'Syriac Supplement' Unicode block (U+0860..U+086F).</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Tagalog">
|
||||||
|
<summary>Gets the Tagalog Unicode block (U+1700-U+171F).</summary>
|
||||||
|
<returns>The Tagalog Unicode block (U+1700-U+171F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Tagbanwa">
|
||||||
|
<summary>Gets the Tagbanwa Unicode block (U+1760-U+177F).</summary>
|
||||||
|
<returns>The Tagbanwa Unicode block (U+1760-U+177F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.TaiLe">
|
||||||
|
<summary>Gets the Tai Le Unicode block (U+1950-U+197F).</summary>
|
||||||
|
<returns>The Tai Le Unicode block (U+1950-U+197F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.TaiTham">
|
||||||
|
<summary>Gets the Tai Tham Unicode block (U+1A20-U+1AAF).</summary>
|
||||||
|
<returns>The Tai Tham Unicode block (U+1A20-U+1AAF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.TaiViet">
|
||||||
|
<summary>Gets the Tai Viet Unicode block (U+AA80-U+AADF).</summary>
|
||||||
|
<returns>The Tai Viet Unicode block (U+AA80-U+AADF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Tamil">
|
||||||
|
<summary>Gets the Tamil Unicode block (U+0B80-U+0BFF).</summary>
|
||||||
|
<returns>The Tamil Unicode block (U+0B82-U+0BFA).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Telugu">
|
||||||
|
<summary>Gets the Telugu Unicode block (U+0C00-U+0C7F).</summary>
|
||||||
|
<returns>The Telugu Unicode block (U+0C00-U+0C7F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Thaana">
|
||||||
|
<summary>Gets the Thaana Unicode block (U+0780-U+07BF).</summary>
|
||||||
|
<returns>The Thaana Unicode block (U+0780-U+07BF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Thai">
|
||||||
|
<summary>Gets the Thai Unicode block (U+0E00-U+0E7F).</summary>
|
||||||
|
<returns>The Thai Unicode block (U+0E00-U+0E7F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Tibetan">
|
||||||
|
<summary>Gets the Tibetan Unicode block (U+0F00-U+0FFF).</summary>
|
||||||
|
<returns>The Tibetan Unicode block (U+0F00-U+0FFF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Tifinagh">
|
||||||
|
<summary>Gets the Tifinagh Unicode block (U+2D30-U+2D7F).</summary>
|
||||||
|
<returns>The Tifinagh Unicode block (U+2D30-U+2D7F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.UnifiedCanadianAboriginalSyllabics">
|
||||||
|
<summary>Gets the Unified Canadian Aboriginal Syllabics Unicode block (U+1400-U+167F).</summary>
|
||||||
|
<returns>The Unified Canadian Aboriginal Syllabics Unicode block (U+1400-U+167F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.UnifiedCanadianAboriginalSyllabicsExtended">
|
||||||
|
<summary>Gets the Unified Canadian Aboriginal Syllabics Extended Unicode block (U+18B0-U+18FF).</summary>
|
||||||
|
<returns>The Unified Canadian Aboriginal Syllabics Extended Unicode block (U+18B0-U+18FF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.Vai">
|
||||||
|
<summary>Gets the Vai Unicode block (U+A500-U+A63F).</summary>
|
||||||
|
<returns>The Vai Unicode block (U+A500-U+A63F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.VariationSelectors">
|
||||||
|
<summary>Gets the Variation Selectors Unicode block (U+FE00-U+FE0F).</summary>
|
||||||
|
<returns>The Variation Selectors Unicode block (U+FE00-U+FE0F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.VedicExtensions">
|
||||||
|
<summary>Gets the Vedic Extensions Unicode block (U+1CD0-U+1CFF).</summary>
|
||||||
|
<returns>The Vedic Extensions Unicode block (U+1CD0-U+1CFF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.VerticalForms">
|
||||||
|
<summary>Gets the Vertical Forms Unicode block (U+FE10-U+FE1F).</summary>
|
||||||
|
<returns>The Vertical Forms Unicode block (U+FE10-U+FE1F).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.YijingHexagramSymbols">
|
||||||
|
<summary>Gets the Yijing Hexagram Symbols Unicode block (U+4DC0-U+4DFF).</summary>
|
||||||
|
<returns>The Yijing Hexagram Symbols Unicode block (U+4DC0-U+4DFF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.YiRadicals">
|
||||||
|
<summary>Gets the Yi Radicals Unicode block (U+A490-U+A4CF).</summary>
|
||||||
|
<returns>The Yi Radicals Unicode block (U+A490-U+A4CF).</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Text.Unicode.UnicodeRanges.YiSyllables">
|
||||||
|
<summary>Gets the Yi Syllables Unicode block (U+A000-U+A48F).</summary>
|
||||||
|
<returns>The Yi Syllables Unicode block (U+A000-U+A48F).</returns>
|
||||||
|
</member>
|
||||||
|
</members>
|
||||||
|
</doc>
|
||||||
BIN
dist/Рлектронная-Фармация/System.Text.Json.dll
vendored
Normal file
6513
dist/Рлектронная-Фармация/System.Text.Json.xml
vendored
Normal file
BIN
dist/Рлектронная-Фармация/System.Threading.Tasks.Extensions.dll
vendored
Normal file
545
dist/Рлектронная-Фармация/System.Threading.Tasks.Extensions.xml
vendored
Normal file
@ -0,0 +1,545 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<doc>
|
||||||
|
<assembly>
|
||||||
|
<name>System.Threading.Tasks.Extensions</name>
|
||||||
|
</assembly>
|
||||||
|
<members>
|
||||||
|
<member name="T:System.Runtime.CompilerServices.AsyncMethodBuilderAttribute">
|
||||||
|
<summary>
|
||||||
|
Indicates the type of the async method builder that should be used by a language compiler to
|
||||||
|
build the attributed type when used as the return type of an async method.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.AsyncMethodBuilderAttribute.#ctor(System.Type)">
|
||||||
|
<summary>Initializes the <see cref="T:System.Runtime.CompilerServices.AsyncMethodBuilderAttribute"/>.</summary>
|
||||||
|
<param name="builderType">The <see cref="T:System.Type"/> of the associated builder.</param>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Runtime.CompilerServices.AsyncMethodBuilderAttribute.BuilderType">
|
||||||
|
<summary>Gets the <see cref="T:System.Type"/> of the associated builder.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder">
|
||||||
|
<summary>Represents a builder for asynchronous methods that return a <see cref="T:System.Threading.Tasks.ValueTask"/>.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder._methodBuilder">
|
||||||
|
<summary>The <see cref="T:System.Runtime.CompilerServices.AsyncTaskMethodBuilder"/> to which most operations are delegated.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder._haveResult">
|
||||||
|
<summary>true if completed synchronously and successfully; otherwise, false.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder._useBuilder">
|
||||||
|
<summary>true if the builder should be used for setting/getting the result; otherwise, false.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder.Create">
|
||||||
|
<summary>Creates an instance of the <see cref="T:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder"/> struct.</summary>
|
||||||
|
<returns>The initialized instance.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder.Start``1(``0@)">
|
||||||
|
<summary>Begins running the builder with the associated state machine.</summary>
|
||||||
|
<typeparam name="TStateMachine">The type of the state machine.</typeparam>
|
||||||
|
<param name="stateMachine">The state machine instance, passed by reference.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder.SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)">
|
||||||
|
<summary>Associates the builder with the specified state machine.</summary>
|
||||||
|
<param name="stateMachine">The state machine instance to associate with the builder.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder.SetResult">
|
||||||
|
<summary>Marks the task as successfully completed.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder.SetException(System.Exception)">
|
||||||
|
<summary>Marks the task as failed and binds the specified exception to the task.</summary>
|
||||||
|
<param name="exception">The exception to bind to the task.</param>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder.Task">
|
||||||
|
<summary>Gets the task for this builder.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder.AwaitOnCompleted``2(``0@,``1@)">
|
||||||
|
<summary>Schedules the state machine to proceed to the next action when the specified awaiter completes.</summary>
|
||||||
|
<typeparam name="TAwaiter">The type of the awaiter.</typeparam>
|
||||||
|
<typeparam name="TStateMachine">The type of the state machine.</typeparam>
|
||||||
|
<param name="awaiter">The awaiter.</param>
|
||||||
|
<param name="stateMachine">The state machine.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder.AwaitUnsafeOnCompleted``2(``0@,``1@)">
|
||||||
|
<summary>Schedules the state machine to proceed to the next action when the specified awaiter completes.</summary>
|
||||||
|
<typeparam name="TAwaiter">The type of the awaiter.</typeparam>
|
||||||
|
<typeparam name="TStateMachine">The type of the state machine.</typeparam>
|
||||||
|
<param name="awaiter">The awaiter.</param>
|
||||||
|
<param name="stateMachine">The state machine.</param>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1">
|
||||||
|
<summary>Represents a builder for asynchronous methods that returns a <see cref="T:System.Threading.Tasks.ValueTask`1"/>.</summary>
|
||||||
|
<typeparam name="TResult">The type of the result.</typeparam>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1._methodBuilder">
|
||||||
|
<summary>The <see cref="T:System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1"/> to which most operations are delegated.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1._result">
|
||||||
|
<summary>The result for this builder, if it's completed before any awaits occur.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1._haveResult">
|
||||||
|
<summary>true if <see cref="F:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1._result"/> contains the synchronous result for the async method; otherwise, false.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1._useBuilder">
|
||||||
|
<summary>true if the builder should be used for setting/getting the result; otherwise, false.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.Create">
|
||||||
|
<summary>Creates an instance of the <see cref="T:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1"/> struct.</summary>
|
||||||
|
<returns>The initialized instance.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.Start``1(``0@)">
|
||||||
|
<summary>Begins running the builder with the associated state machine.</summary>
|
||||||
|
<typeparam name="TStateMachine">The type of the state machine.</typeparam>
|
||||||
|
<param name="stateMachine">The state machine instance, passed by reference.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)">
|
||||||
|
<summary>Associates the builder with the specified state machine.</summary>
|
||||||
|
<param name="stateMachine">The state machine instance to associate with the builder.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.SetResult(`0)">
|
||||||
|
<summary>Marks the task as successfully completed.</summary>
|
||||||
|
<param name="result">The result to use to complete the task.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.SetException(System.Exception)">
|
||||||
|
<summary>Marks the task as failed and binds the specified exception to the task.</summary>
|
||||||
|
<param name="exception">The exception to bind to the task.</param>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.Task">
|
||||||
|
<summary>Gets the task for this builder.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.AwaitOnCompleted``2(``0@,``1@)">
|
||||||
|
<summary>Schedules the state machine to proceed to the next action when the specified awaiter completes.</summary>
|
||||||
|
<typeparam name="TAwaiter">The type of the awaiter.</typeparam>
|
||||||
|
<typeparam name="TStateMachine">The type of the state machine.</typeparam>
|
||||||
|
<param name="awaiter">the awaiter</param>
|
||||||
|
<param name="stateMachine">The state machine.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.AwaitUnsafeOnCompleted``2(``0@,``1@)">
|
||||||
|
<summary>Schedules the state machine to proceed to the next action when the specified awaiter completes.</summary>
|
||||||
|
<typeparam name="TAwaiter">The type of the awaiter.</typeparam>
|
||||||
|
<typeparam name="TStateMachine">The type of the state machine.</typeparam>
|
||||||
|
<param name="awaiter">the awaiter</param>
|
||||||
|
<param name="stateMachine">The state machine.</param>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable">
|
||||||
|
<summary>Provides an awaitable type that enables configured awaits on a <see cref="T:System.Threading.Tasks.ValueTask"/>.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable._value">
|
||||||
|
<summary>The wrapped <see cref="T:System.Threading.Tasks.Task"/>.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable.#ctor(System.Threading.Tasks.ValueTask)">
|
||||||
|
<summary>Initializes the awaitable.</summary>
|
||||||
|
<param name="value">The wrapped <see cref="T:System.Threading.Tasks.ValueTask"/>.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable.GetAwaiter">
|
||||||
|
<summary>Returns an awaiter for this <see cref="T:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable"/> instance.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable.ConfiguredValueTaskAwaiter">
|
||||||
|
<summary>Provides an awaiter for a <see cref="T:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable"/>.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable.ConfiguredValueTaskAwaiter._value">
|
||||||
|
<summary>The value being awaited.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable.ConfiguredValueTaskAwaiter.#ctor(System.Threading.Tasks.ValueTask)">
|
||||||
|
<summary>Initializes the awaiter.</summary>
|
||||||
|
<param name="value">The value to be awaited.</param>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable.ConfiguredValueTaskAwaiter.IsCompleted">
|
||||||
|
<summary>Gets whether the <see cref="T:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable"/> has completed.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable.ConfiguredValueTaskAwaiter.GetResult">
|
||||||
|
<summary>Gets the result of the ValueTask.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable.ConfiguredValueTaskAwaiter.OnCompleted(System.Action)">
|
||||||
|
<summary>Schedules the continuation action for the <see cref="T:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable"/>.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable.ConfiguredValueTaskAwaiter.UnsafeOnCompleted(System.Action)">
|
||||||
|
<summary>Schedules the continuation action for the <see cref="T:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable"/>.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1">
|
||||||
|
<summary>Provides an awaitable type that enables configured awaits on a <see cref="T:System.Threading.Tasks.ValueTask`1"/>.</summary>
|
||||||
|
<typeparam name="TResult">The type of the result produced.</typeparam>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1._value">
|
||||||
|
<summary>The wrapped <see cref="T:System.Threading.Tasks.ValueTask`1"/>.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1.#ctor(System.Threading.Tasks.ValueTask{`0})">
|
||||||
|
<summary>Initializes the awaitable.</summary>
|
||||||
|
<param name="value">The wrapped <see cref="T:System.Threading.Tasks.ValueTask`1"/>.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1.GetAwaiter">
|
||||||
|
<summary>Returns an awaiter for this <see cref="T:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1"/> instance.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1.ConfiguredValueTaskAwaiter">
|
||||||
|
<summary>Provides an awaiter for a <see cref="T:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1"/>.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1.ConfiguredValueTaskAwaiter._value">
|
||||||
|
<summary>The value being awaited.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1.ConfiguredValueTaskAwaiter.#ctor(System.Threading.Tasks.ValueTask{`0})">
|
||||||
|
<summary>Initializes the awaiter.</summary>
|
||||||
|
<param name="value">The value to be awaited.</param>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1.ConfiguredValueTaskAwaiter.IsCompleted">
|
||||||
|
<summary>Gets whether the <see cref="T:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1"/> has completed.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1.ConfiguredValueTaskAwaiter.GetResult">
|
||||||
|
<summary>Gets the result of the ValueTask.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1.ConfiguredValueTaskAwaiter.OnCompleted(System.Action)">
|
||||||
|
<summary>Schedules the continuation action for the <see cref="T:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1"/>.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1.ConfiguredValueTaskAwaiter.UnsafeOnCompleted(System.Action)">
|
||||||
|
<summary>Schedules the continuation action for the <see cref="T:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1"/>.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Runtime.CompilerServices.ValueTaskAwaiter">
|
||||||
|
<summary>Provides an awaiter for a <see cref="T:System.Threading.Tasks.ValueTask"/>.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Runtime.CompilerServices.ValueTaskAwaiter.s_invokeActionDelegate">
|
||||||
|
<summary>Shim used to invoke an <see cref="T:System.Action"/> passed as the state argument to a <see cref="T:System.Action`1"/>.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Runtime.CompilerServices.ValueTaskAwaiter._value">
|
||||||
|
<summary>The value being awaited.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.ValueTaskAwaiter.#ctor(System.Threading.Tasks.ValueTask)">
|
||||||
|
<summary>Initializes the awaiter.</summary>
|
||||||
|
<param name="value">The value to be awaited.</param>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Runtime.CompilerServices.ValueTaskAwaiter.IsCompleted">
|
||||||
|
<summary>Gets whether the <see cref="T:System.Threading.Tasks.ValueTask"/> has completed.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.ValueTaskAwaiter.GetResult">
|
||||||
|
<summary>Gets the result of the ValueTask.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.ValueTaskAwaiter.OnCompleted(System.Action)">
|
||||||
|
<summary>Schedules the continuation action for this ValueTask.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.ValueTaskAwaiter.UnsafeOnCompleted(System.Action)">
|
||||||
|
<summary>Schedules the continuation action for this ValueTask.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Runtime.CompilerServices.ValueTaskAwaiter`1">
|
||||||
|
<summary>Provides an awaiter for a <see cref="T:System.Threading.Tasks.ValueTask`1"/>.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Runtime.CompilerServices.ValueTaskAwaiter`1._value">
|
||||||
|
<summary>The value being awaited.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.ValueTaskAwaiter`1.#ctor(System.Threading.Tasks.ValueTask{`0})">
|
||||||
|
<summary>Initializes the awaiter.</summary>
|
||||||
|
<param name="value">The value to be awaited.</param>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Runtime.CompilerServices.ValueTaskAwaiter`1.IsCompleted">
|
||||||
|
<summary>Gets whether the <see cref="T:System.Threading.Tasks.ValueTask`1"/> has completed.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.ValueTaskAwaiter`1.GetResult">
|
||||||
|
<summary>Gets the result of the ValueTask.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.ValueTaskAwaiter`1.OnCompleted(System.Action)">
|
||||||
|
<summary>Schedules the continuation action for this ValueTask.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Runtime.CompilerServices.ValueTaskAwaiter`1.UnsafeOnCompleted(System.Action)">
|
||||||
|
<summary>Schedules the continuation action for this ValueTask.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Threading.Tasks.Sources.ValueTaskSourceOnCompletedFlags">
|
||||||
|
<summary>
|
||||||
|
Flags passed from <see cref="T:System.Threading.Tasks.ValueTask"/> and <see cref="T:System.Threading.Tasks.ValueTask`1"/> to
|
||||||
|
<see cref="M:System.Threading.Tasks.Sources.IValueTaskSource.OnCompleted(System.Action{System.Object},System.Object,System.Int16,System.Threading.Tasks.Sources.ValueTaskSourceOnCompletedFlags)"/> and <see cref="M:System.Threading.Tasks.Sources.IValueTaskSource`1.OnCompleted(System.Action{System.Object},System.Object,System.Int16,System.Threading.Tasks.Sources.ValueTaskSourceOnCompletedFlags)"/>
|
||||||
|
to control behavior.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Threading.Tasks.Sources.ValueTaskSourceOnCompletedFlags.None">
|
||||||
|
<summary>
|
||||||
|
No requirements are placed on how the continuation is invoked.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Threading.Tasks.Sources.ValueTaskSourceOnCompletedFlags.UseSchedulingContext">
|
||||||
|
<summary>
|
||||||
|
Set if OnCompleted should capture the current scheduling context (e.g. SynchronizationContext)
|
||||||
|
and use it when queueing the continuation for execution. If this is not set, the implementation
|
||||||
|
may choose to execute the continuation in an arbitrary location.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Threading.Tasks.Sources.ValueTaskSourceOnCompletedFlags.FlowExecutionContext">
|
||||||
|
<summary>
|
||||||
|
Set if OnCompleted should capture the current ExecutionContext and use it to run the continuation.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Threading.Tasks.Sources.ValueTaskSourceStatus">
|
||||||
|
<summary>Indicates the status of an <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource"/> or <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource`1"/>.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Threading.Tasks.Sources.ValueTaskSourceStatus.Pending">
|
||||||
|
<summary>The operation has not yet completed.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Threading.Tasks.Sources.ValueTaskSourceStatus.Succeeded">
|
||||||
|
<summary>The operation completed successfully.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Threading.Tasks.Sources.ValueTaskSourceStatus.Faulted">
|
||||||
|
<summary>The operation completed with an error.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Threading.Tasks.Sources.ValueTaskSourceStatus.Canceled">
|
||||||
|
<summary>The operation completed due to cancellation.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Threading.Tasks.Sources.IValueTaskSource">
|
||||||
|
<summary>Represents an object that can be wrapped by a <see cref="T:System.Threading.Tasks.ValueTask"/>.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.Sources.IValueTaskSource.GetStatus(System.Int16)">
|
||||||
|
<summary>Gets the status of the current operation.</summary>
|
||||||
|
<param name="token">Opaque value that was provided to the <see cref="T:System.Threading.Tasks.ValueTask"/>'s constructor.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.Sources.IValueTaskSource.OnCompleted(System.Action{System.Object},System.Object,System.Int16,System.Threading.Tasks.Sources.ValueTaskSourceOnCompletedFlags)">
|
||||||
|
<summary>Schedules the continuation action for this <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource"/>.</summary>
|
||||||
|
<param name="continuation">The continuation to invoke when the operation has completed.</param>
|
||||||
|
<param name="state">The state object to pass to <paramref name="continuation"/> when it's invoked.</param>
|
||||||
|
<param name="token">Opaque value that was provided to the <see cref="T:System.Threading.Tasks.ValueTask"/>'s constructor.</param>
|
||||||
|
<param name="flags">The flags describing the behavior of the continuation.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.Sources.IValueTaskSource.GetResult(System.Int16)">
|
||||||
|
<summary>Gets the result of the <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource"/>.</summary>
|
||||||
|
<param name="token">Opaque value that was provided to the <see cref="T:System.Threading.Tasks.ValueTask"/>'s constructor.</param>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Threading.Tasks.Sources.IValueTaskSource`1">
|
||||||
|
<summary>Represents an object that can be wrapped by a <see cref="T:System.Threading.Tasks.ValueTask`1"/>.</summary>
|
||||||
|
<typeparam name="TResult">Specifies the type of data returned from the object.</typeparam>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.Sources.IValueTaskSource`1.GetStatus(System.Int16)">
|
||||||
|
<summary>Gets the status of the current operation.</summary>
|
||||||
|
<param name="token">Opaque value that was provided to the <see cref="T:System.Threading.Tasks.ValueTask"/>'s constructor.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.Sources.IValueTaskSource`1.OnCompleted(System.Action{System.Object},System.Object,System.Int16,System.Threading.Tasks.Sources.ValueTaskSourceOnCompletedFlags)">
|
||||||
|
<summary>Schedules the continuation action for this <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource`1"/>.</summary>
|
||||||
|
<param name="continuation">The continuation to invoke when the operation has completed.</param>
|
||||||
|
<param name="state">The state object to pass to <paramref name="continuation"/> when it's invoked.</param>
|
||||||
|
<param name="token">Opaque value that was provided to the <see cref="T:System.Threading.Tasks.ValueTask"/>'s constructor.</param>
|
||||||
|
<param name="flags">The flags describing the behavior of the continuation.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.Sources.IValueTaskSource`1.GetResult(System.Int16)">
|
||||||
|
<summary>Gets the result of the <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource`1"/>.</summary>
|
||||||
|
<param name="token">Opaque value that was provided to the <see cref="T:System.Threading.Tasks.ValueTask"/>'s constructor.</param>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Threading.Tasks.ValueTask">
|
||||||
|
<summary>Provides an awaitable result of an asynchronous operation.</summary>
|
||||||
|
<remarks>
|
||||||
|
<see cref="T:System.Threading.Tasks.ValueTask"/>s are meant to be directly awaited. To do more complicated operations with them, a <see cref="T:System.Threading.Tasks.Task"/>
|
||||||
|
should be extracted using <see cref="M:System.Threading.Tasks.ValueTask.AsTask"/>. Such operations might include caching an instance to be awaited later,
|
||||||
|
registering multiple continuations with a single operation, awaiting the same task multiple times, and using combinators over
|
||||||
|
multiple operations.
|
||||||
|
</remarks>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Threading.Tasks.ValueTask.s_canceledTask">
|
||||||
|
<summary>A task canceled using `new CancellationToken(true)`.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Threading.Tasks.ValueTask.CompletedTask">
|
||||||
|
<summary>A successfully completed task.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Threading.Tasks.ValueTask._obj">
|
||||||
|
<summary>null if representing a successful synchronous completion, otherwise a <see cref="T:System.Threading.Tasks.Task"/> or a <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource"/>.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Threading.Tasks.ValueTask._token">
|
||||||
|
<summary>Opaque value passed through to the <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource"/>.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Threading.Tasks.ValueTask._continueOnCapturedContext">
|
||||||
|
<summary>true to continue on the capture context; otherwise, true.</summary>
|
||||||
|
<remarks>Stored in the <see cref="T:System.Threading.Tasks.ValueTask"/> rather than in the configured awaiter to utilize otherwise padding space.</remarks>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.ValueTask.#ctor(System.Threading.Tasks.Task)">
|
||||||
|
<summary>Initialize the <see cref="T:System.Threading.Tasks.ValueTask"/> with a <see cref="T:System.Threading.Tasks.Task"/> that represents the operation.</summary>
|
||||||
|
<param name="task">The task.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.ValueTask.#ctor(System.Threading.Tasks.Sources.IValueTaskSource,System.Int16)">
|
||||||
|
<summary>Initialize the <see cref="T:System.Threading.Tasks.ValueTask"/> with a <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource"/> object that represents the operation.</summary>
|
||||||
|
<param name="source">The source.</param>
|
||||||
|
<param name="token">Opaque value passed through to the <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource"/>.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.ValueTask.GetHashCode">
|
||||||
|
<summary>Returns the hash code for this instance.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.ValueTask.Equals(System.Object)">
|
||||||
|
<summary>Returns a value indicating whether this value is equal to a specified <see cref="T:System.Object"/>.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.ValueTask.Equals(System.Threading.Tasks.ValueTask)">
|
||||||
|
<summary>Returns a value indicating whether this value is equal to a specified <see cref="T:System.Threading.Tasks.ValueTask"/> value.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.ValueTask.op_Equality(System.Threading.Tasks.ValueTask,System.Threading.Tasks.ValueTask)">
|
||||||
|
<summary>Returns a value indicating whether two <see cref="T:System.Threading.Tasks.ValueTask"/> values are equal.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.ValueTask.op_Inequality(System.Threading.Tasks.ValueTask,System.Threading.Tasks.ValueTask)">
|
||||||
|
<summary>Returns a value indicating whether two <see cref="T:System.Threading.Tasks.ValueTask"/> values are not equal.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.ValueTask.AsTask">
|
||||||
|
<summary>
|
||||||
|
Gets a <see cref="T:System.Threading.Tasks.Task"/> object to represent this ValueTask.
|
||||||
|
</summary>
|
||||||
|
<remarks>
|
||||||
|
It will either return the wrapped task object if one exists, or it'll
|
||||||
|
manufacture a new task object to represent the result.
|
||||||
|
</remarks>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.ValueTask.Preserve">
|
||||||
|
<summary>Gets a <see cref="T:System.Threading.Tasks.ValueTask"/> that may be used at any point in the future.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.ValueTask.GetTaskForValueTaskSource(System.Threading.Tasks.Sources.IValueTaskSource)">
|
||||||
|
<summary>Creates a <see cref="T:System.Threading.Tasks.Task"/> to represent the <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource"/>.</summary>
|
||||||
|
<remarks>
|
||||||
|
The <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource"/> is passed in rather than reading and casting <see cref="F:System.Threading.Tasks.ValueTask._obj"/>
|
||||||
|
so that the caller can pass in an object it's already validated.
|
||||||
|
</remarks>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Threading.Tasks.ValueTask.ValueTaskSourceAsTask">
|
||||||
|
<summary>Type used to create a <see cref="T:System.Threading.Tasks.Task"/> to represent a <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource"/>.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Threading.Tasks.ValueTask.ValueTaskSourceAsTask._source">
|
||||||
|
<summary>The associated <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource"/>.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Threading.Tasks.ValueTask.ValueTaskSourceAsTask._token">
|
||||||
|
<summary>The token to pass through to operations on <see cref="F:System.Threading.Tasks.ValueTask.ValueTaskSourceAsTask._source"/></summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Threading.Tasks.ValueTask.IsCompleted">
|
||||||
|
<summary>Gets whether the <see cref="T:System.Threading.Tasks.ValueTask"/> represents a completed operation.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Threading.Tasks.ValueTask.IsCompletedSuccessfully">
|
||||||
|
<summary>Gets whether the <see cref="T:System.Threading.Tasks.ValueTask"/> represents a successfully completed operation.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Threading.Tasks.ValueTask.IsFaulted">
|
||||||
|
<summary>Gets whether the <see cref="T:System.Threading.Tasks.ValueTask"/> represents a failed operation.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Threading.Tasks.ValueTask.IsCanceled">
|
||||||
|
<summary>Gets whether the <see cref="T:System.Threading.Tasks.ValueTask"/> represents a canceled operation.</summary>
|
||||||
|
<remarks>
|
||||||
|
If the <see cref="T:System.Threading.Tasks.ValueTask"/> is backed by a result or by a <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource"/>,
|
||||||
|
this will always return false. If it's backed by a <see cref="T:System.Threading.Tasks.Task"/>, it'll return the
|
||||||
|
value of the task's <see cref="P:System.Threading.Tasks.Task.IsCanceled"/> property.
|
||||||
|
</remarks>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.ValueTask.ThrowIfCompletedUnsuccessfully">
|
||||||
|
<summary>Throws the exception that caused the <see cref="T:System.Threading.Tasks.ValueTask"/> to fail. If it completed successfully, nothing is thrown.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.ValueTask.GetAwaiter">
|
||||||
|
<summary>Gets an awaiter for this <see cref="T:System.Threading.Tasks.ValueTask"/>.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.ValueTask.ConfigureAwait(System.Boolean)">
|
||||||
|
<summary>Configures an awaiter for this <see cref="T:System.Threading.Tasks.ValueTask"/>.</summary>
|
||||||
|
<param name="continueOnCapturedContext">
|
||||||
|
true to attempt to marshal the continuation back to the captured context; otherwise, false.
|
||||||
|
</param>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Threading.Tasks.ValueTask`1">
|
||||||
|
<summary>Provides a value type that can represent a synchronously available value or a task object.</summary>
|
||||||
|
<typeparam name="TResult">Specifies the type of the result.</typeparam>
|
||||||
|
<remarks>
|
||||||
|
<see cref="T:System.Threading.Tasks.ValueTask`1"/>s are meant to be directly awaited. To do more complicated operations with them, a <see cref="T:System.Threading.Tasks.Task"/>
|
||||||
|
should be extracted using <see cref="M:System.Threading.Tasks.ValueTask`1.AsTask"/> or <see cref="M:System.Threading.Tasks.ValueTask`1.Preserve"/>. Such operations might include caching an instance to
|
||||||
|
be awaited later, registering multiple continuations with a single operation, awaiting the same task multiple times, and using
|
||||||
|
combinators over multiple operations.
|
||||||
|
</remarks>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Threading.Tasks.ValueTask`1.s_canceledTask">
|
||||||
|
<summary>A task canceled using `new CancellationToken(true)`. Lazily created only when first needed.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Threading.Tasks.ValueTask`1._obj">
|
||||||
|
<summary>null if <see cref="F:System.Threading.Tasks.ValueTask`1._result"/> has the result, otherwise a <see cref="T:System.Threading.Tasks.Task`1"/> or a <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource`1"/>.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Threading.Tasks.ValueTask`1._result">
|
||||||
|
<summary>The result to be used if the operation completed successfully synchronously.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Threading.Tasks.ValueTask`1._token">
|
||||||
|
<summary>Opaque value passed through to the <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource`1"/>.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Threading.Tasks.ValueTask`1._continueOnCapturedContext">
|
||||||
|
<summary>true to continue on the captured context; otherwise, false.</summary>
|
||||||
|
<remarks>Stored in the <see cref="T:System.Threading.Tasks.ValueTask`1"/> rather than in the configured awaiter to utilize otherwise padding space.</remarks>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.ValueTask`1.#ctor(`0)">
|
||||||
|
<summary>Initialize the <see cref="T:System.Threading.Tasks.ValueTask`1"/> with a <typeparamref name="TResult"/> result value.</summary>
|
||||||
|
<param name="result">The result.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.ValueTask`1.#ctor(System.Threading.Tasks.Task{`0})">
|
||||||
|
<summary>Initialize the <see cref="T:System.Threading.Tasks.ValueTask`1"/> with a <see cref="T:System.Threading.Tasks.Task`1"/> that represents the operation.</summary>
|
||||||
|
<param name="task">The task.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.ValueTask`1.#ctor(System.Threading.Tasks.Sources.IValueTaskSource{`0},System.Int16)">
|
||||||
|
<summary>Initialize the <see cref="T:System.Threading.Tasks.ValueTask`1"/> with a <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource`1"/> object that represents the operation.</summary>
|
||||||
|
<param name="source">The source.</param>
|
||||||
|
<param name="token">Opaque value passed through to the <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource"/>.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.ValueTask`1.#ctor(System.Object,`0,System.Int16,System.Boolean)">
|
||||||
|
<summary>Non-verified initialization of the struct to the specified values.</summary>
|
||||||
|
<param name="obj">The object.</param>
|
||||||
|
<param name="result">The result.</param>
|
||||||
|
<param name="token">The token.</param>
|
||||||
|
<param name="continueOnCapturedContext">true to continue on captured context; otherwise, false.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.ValueTask`1.GetHashCode">
|
||||||
|
<summary>Returns the hash code for this instance.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.ValueTask`1.Equals(System.Object)">
|
||||||
|
<summary>Returns a value indicating whether this value is equal to a specified <see cref="T:System.Object"/>.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.ValueTask`1.Equals(System.Threading.Tasks.ValueTask{`0})">
|
||||||
|
<summary>Returns a value indicating whether this value is equal to a specified <see cref="T:System.Threading.Tasks.ValueTask`1"/> value.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.ValueTask`1.op_Equality(System.Threading.Tasks.ValueTask{`0},System.Threading.Tasks.ValueTask{`0})">
|
||||||
|
<summary>Returns a value indicating whether two <see cref="T:System.Threading.Tasks.ValueTask`1"/> values are equal.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.ValueTask`1.op_Inequality(System.Threading.Tasks.ValueTask{`0},System.Threading.Tasks.ValueTask{`0})">
|
||||||
|
<summary>Returns a value indicating whether two <see cref="T:System.Threading.Tasks.ValueTask`1"/> values are not equal.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.ValueTask`1.AsTask">
|
||||||
|
<summary>
|
||||||
|
Gets a <see cref="T:System.Threading.Tasks.Task`1"/> object to represent this ValueTask.
|
||||||
|
</summary>
|
||||||
|
<remarks>
|
||||||
|
It will either return the wrapped task object if one exists, or it'll
|
||||||
|
manufacture a new task object to represent the result.
|
||||||
|
</remarks>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.ValueTask`1.Preserve">
|
||||||
|
<summary>Gets a <see cref="T:System.Threading.Tasks.ValueTask`1"/> that may be used at any point in the future.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.ValueTask`1.GetTaskForValueTaskSource(System.Threading.Tasks.Sources.IValueTaskSource{`0})">
|
||||||
|
<summary>Creates a <see cref="T:System.Threading.Tasks.Task`1"/> to represent the <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource`1"/>.</summary>
|
||||||
|
<remarks>
|
||||||
|
The <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource`1"/> is passed in rather than reading and casting <see cref="F:System.Threading.Tasks.ValueTask`1._obj"/>
|
||||||
|
so that the caller can pass in an object it's already validated.
|
||||||
|
</remarks>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Threading.Tasks.ValueTask`1.ValueTaskSourceAsTask">
|
||||||
|
<summary>Type used to create a <see cref="T:System.Threading.Tasks.Task`1"/> to represent a <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource`1"/>.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Threading.Tasks.ValueTask`1.ValueTaskSourceAsTask._source">
|
||||||
|
<summary>The associated <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource"/>.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Threading.Tasks.ValueTask`1.ValueTaskSourceAsTask._token">
|
||||||
|
<summary>The token to pass through to operations on <see cref="F:System.Threading.Tasks.ValueTask`1.ValueTaskSourceAsTask._source"/></summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Threading.Tasks.ValueTask`1.IsCompleted">
|
||||||
|
<summary>Gets whether the <see cref="T:System.Threading.Tasks.ValueTask`1"/> represents a completed operation.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Threading.Tasks.ValueTask`1.IsCompletedSuccessfully">
|
||||||
|
<summary>Gets whether the <see cref="T:System.Threading.Tasks.ValueTask`1"/> represents a successfully completed operation.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Threading.Tasks.ValueTask`1.IsFaulted">
|
||||||
|
<summary>Gets whether the <see cref="T:System.Threading.Tasks.ValueTask`1"/> represents a failed operation.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Threading.Tasks.ValueTask`1.IsCanceled">
|
||||||
|
<summary>Gets whether the <see cref="T:System.Threading.Tasks.ValueTask`1"/> represents a canceled operation.</summary>
|
||||||
|
<remarks>
|
||||||
|
If the <see cref="T:System.Threading.Tasks.ValueTask`1"/> is backed by a result or by a <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource`1"/>,
|
||||||
|
this will always return false. If it's backed by a <see cref="T:System.Threading.Tasks.Task"/>, it'll return the
|
||||||
|
value of the task's <see cref="P:System.Threading.Tasks.Task.IsCanceled"/> property.
|
||||||
|
</remarks>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Threading.Tasks.ValueTask`1.Result">
|
||||||
|
<summary>Gets the result.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.ValueTask`1.GetAwaiter">
|
||||||
|
<summary>Gets an awaiter for this <see cref="T:System.Threading.Tasks.ValueTask`1"/>.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.ValueTask`1.ConfigureAwait(System.Boolean)">
|
||||||
|
<summary>Configures an awaiter for this <see cref="T:System.Threading.Tasks.ValueTask`1"/>.</summary>
|
||||||
|
<param name="continueOnCapturedContext">
|
||||||
|
true to attempt to marshal the continuation back to the captured context; otherwise, false.
|
||||||
|
</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Threading.Tasks.ValueTask`1.ToString">
|
||||||
|
<summary>Gets a string-representation of this <see cref="T:System.Threading.Tasks.ValueTask`1"/>.</summary>
|
||||||
|
</member>
|
||||||
|
</members>
|
||||||
|
</doc>
|
||||||
BIN
dist/Рлектронная-Фармация/x64/SQLite.Interop.dll
vendored
Normal file
BIN
dist/Рлектронная-Фармация/x86/SQLite.Interop.dll
vendored
Normal file
BIN
dist/Рлектронная-Фармация/Электронная Фармация.exe
vendored
Normal file
57
dist/Рлектронная-Фармация/Электронная Фармация.exe.config
vendored
Normal file
@ -0,0 +1,57 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<configuration>
|
||||||
|
<configSections>
|
||||||
|
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
|
||||||
|
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
|
||||||
|
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
|
<section name="Электронная_Фармация.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
|
||||||
|
</sectionGroup>
|
||||||
|
</configSections>
|
||||||
|
<startup>
|
||||||
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
|
||||||
|
</startup>
|
||||||
|
<entityFramework>
|
||||||
|
<providers>
|
||||||
|
<provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
|
||||||
|
<provider invariantName="System.Data.SQLite.EF6" type="System.Data.SQLite.EF6.SQLiteProviderServices, System.Data.SQLite.EF6" />
|
||||||
|
</providers>
|
||||||
|
</entityFramework>
|
||||||
|
<system.data>
|
||||||
|
<DbProviderFactories>
|
||||||
|
<remove invariant="System.Data.SQLite.EF6" />
|
||||||
|
<add name="SQLite Data Provider (Entity Framework 6)" invariant="System.Data.SQLite.EF6" description=".NET Framework Data Provider for SQLite (Entity Framework 6)" type="System.Data.SQLite.EF6.SQLiteProviderFactory, System.Data.SQLite.EF6" />
|
||||||
|
<remove invariant="System.Data.SQLite" />
|
||||||
|
<add name="SQLite Data Provider" invariant="System.Data.SQLite" description=".NET Framework Data Provider for SQLite" type="System.Data.SQLite.SQLiteFactory, System.Data.SQLite" />
|
||||||
|
</DbProviderFactories>
|
||||||
|
</system.data>
|
||||||
|
<userSettings>
|
||||||
|
<Электронная_Фармация.Properties.Settings>
|
||||||
|
<setting name="IntDefaultPercentMarkup" serializeAs="String">
|
||||||
|
<value>0</value>
|
||||||
|
</setting>
|
||||||
|
<setting name="stringLogin" serializeAs="String">
|
||||||
|
<value />
|
||||||
|
</setting>
|
||||||
|
<setting name="stringPassword" serializeAs="String">
|
||||||
|
<value />
|
||||||
|
</setting>
|
||||||
|
<setting name="stringToken" serializeAs="String">
|
||||||
|
<value />
|
||||||
|
</setting>
|
||||||
|
</Электронная_Фармация.Properties.Settings>
|
||||||
|
</userSettings>
|
||||||
|
<runtime>
|
||||||
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="System.Resources.Extensions" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-8.0.0.0" newVersion="8.0.0.0" />
|
||||||
|
</dependentAssembly>
|
||||||
|
</assemblyBinding>
|
||||||
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-4.0.5.0" newVersion="4.0.5.0" />
|
||||||
|
</dependentAssembly>
|
||||||
|
</assemblyBinding>
|
||||||
|
</runtime>
|
||||||
|
</configuration>
|
||||||
BIN
dist/Рлектронная-Фармация/Электронная Фармация.pdb
vendored
Normal file
BIN
screenshots/demo-light-office.png
Normal file
|
After Width: | Height: | Size: 36 KiB |
BIN
screenshots/variant-1-light-office.png
Normal file
|
After Width: | Height: | Size: 24 KiB |
BIN
screenshots/variant-2-dark-rider.png
Normal file
|
After Width: | Height: | Size: 24 KiB |
BIN
screenshots/variant-3-dark-fluent.png
Normal file
|
After Width: | Height: | Size: 24 KiB |
41
src/ElectronicPharmacy/App.config
Normal file
@ -0,0 +1,41 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<configuration>
|
||||||
|
<configSections>
|
||||||
|
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
|
||||||
|
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
|
||||||
|
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
|
||||||
|
<section name="Электронная_Фармация.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
|
||||||
|
</sectionGroup>
|
||||||
|
</configSections>
|
||||||
|
<startup>
|
||||||
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
|
||||||
|
</startup>
|
||||||
|
<entityFramework>
|
||||||
|
<providers>
|
||||||
|
<provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
|
||||||
|
<provider invariantName="System.Data.SQLite.EF6" type="System.Data.SQLite.EF6.SQLiteProviderServices, System.Data.SQLite.EF6" />
|
||||||
|
</providers>
|
||||||
|
</entityFramework>
|
||||||
|
<system.data>
|
||||||
|
<DbProviderFactories>
|
||||||
|
<remove invariant="System.Data.SQLite.EF6" />
|
||||||
|
<add name="SQLite Data Provider (Entity Framework 6)" invariant="System.Data.SQLite.EF6" description=".NET Framework Data Provider for SQLite (Entity Framework 6)" type="System.Data.SQLite.EF6.SQLiteProviderFactory, System.Data.SQLite.EF6" />
|
||||||
|
<remove invariant="System.Data.SQLite" /><add name="SQLite Data Provider" invariant="System.Data.SQLite" description=".NET Framework Data Provider for SQLite" type="System.Data.SQLite.SQLiteFactory, System.Data.SQLite" /></DbProviderFactories>
|
||||||
|
</system.data>
|
||||||
|
<userSettings>
|
||||||
|
<Электронная_Фармация.Properties.Settings>
|
||||||
|
<setting name="IntDefaultPercentMarkup" serializeAs="String">
|
||||||
|
<value>0</value>
|
||||||
|
</setting>
|
||||||
|
<setting name="stringLogin" serializeAs="String">
|
||||||
|
<value />
|
||||||
|
</setting>
|
||||||
|
<setting name="stringPassword" serializeAs="String">
|
||||||
|
<value />
|
||||||
|
</setting>
|
||||||
|
<setting name="stringToken" serializeAs="String">
|
||||||
|
<value />
|
||||||
|
</setting>
|
||||||
|
</Электронная_Фармация.Properties.Settings>
|
||||||
|
</userSettings>
|
||||||
|
</configuration>
|
||||||
237
src/ElectronicPharmacy/Classes/ApiClient.cs
Normal file
@ -0,0 +1,237 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Net.Http;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
using System.Net.Http.Json;
|
||||||
|
using System.Text.Json;
|
||||||
|
using System.Text.Json.Serialization;
|
||||||
|
|
||||||
|
namespace Электронная_Фармация.Classes
|
||||||
|
{
|
||||||
|
public class ApiClient
|
||||||
|
{
|
||||||
|
private readonly HttpClient _httpClient;
|
||||||
|
private readonly string _baseUrl;
|
||||||
|
private string _token;
|
||||||
|
|
||||||
|
public ApiClient(string baseUrl = null)
|
||||||
|
{
|
||||||
|
_baseUrl = (baseUrl ?? AppConfig.ApiBaseUrl).TrimEnd('/');
|
||||||
|
_httpClient = new HttpClient
|
||||||
|
{
|
||||||
|
BaseAddress = new Uri(_baseUrl),
|
||||||
|
Timeout = TimeSpan.FromSeconds(30)
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Выполняет авторизацию и сохраняет токен
|
||||||
|
/// </summary>
|
||||||
|
/// <param name="username">Имя пользователя</param>
|
||||||
|
/// <param name="password">Пароль</param>
|
||||||
|
/// <returns>JWT токен</returns>
|
||||||
|
/// <exception cref="HttpRequestException">При ошибке авторизации</exception>
|
||||||
|
public async Task<string> LoginAsync(string username, string password)
|
||||||
|
{
|
||||||
|
var request = new LoginRequest
|
||||||
|
{
|
||||||
|
Username = username,
|
||||||
|
Password = password
|
||||||
|
};
|
||||||
|
|
||||||
|
try
|
||||||
|
{
|
||||||
|
var response = await _httpClient.PostAsJsonAsync("/auth/login", request);
|
||||||
|
|
||||||
|
if (response.IsSuccessStatusCode)
|
||||||
|
{
|
||||||
|
var loginResponse = await response.Content.ReadFromJsonAsync<LoginResponse>();
|
||||||
|
_token = loginResponse.Token;
|
||||||
|
return _token;
|
||||||
|
}
|
||||||
|
else if (response.StatusCode == System.Net.HttpStatusCode.Unauthorized)
|
||||||
|
{
|
||||||
|
var error = await response.Content.ReadFromJsonAsync<ErrorResponse>();
|
||||||
|
throw new UnauthorizedAccessException($"Ошибка авторизации: {error?.Error ?? "Неверные учетные данные"}");
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
var error = await response.Content.ReadFromJsonAsync<ErrorResponse>();
|
||||||
|
throw new HttpRequestException($"Ошибка HTTP {response.StatusCode}: {error?.Error ?? "Неизвестная ошибка"}");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
catch (TaskCanceledException)
|
||||||
|
{
|
||||||
|
throw new HttpRequestException("Превышено время ожидания ответа сервера");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Устанавливает токен для последующих запросов
|
||||||
|
/// </summary>
|
||||||
|
public void SetToken(string token)
|
||||||
|
{
|
||||||
|
_token = token;
|
||||||
|
}
|
||||||
|
|
||||||
|
public string Token => _token;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Проверяет, авторизован ли клиент
|
||||||
|
/// </summary>
|
||||||
|
public bool IsAuthenticated => !string.IsNullOrEmpty(_token);
|
||||||
|
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Получает сводный прайс поставщиков
|
||||||
|
/// </summary>
|
||||||
|
/// <param name="supplierId">ID поставщика (опционально)</param>
|
||||||
|
/// <param name="regionId">ID региона (опционально)</param>
|
||||||
|
/// <returns>Сводный прайс</returns>
|
||||||
|
///
|
||||||
|
|
||||||
|
public async Task<PriceSummaryItem> GetPriceItem()
|
||||||
|
{
|
||||||
|
if (!IsAuthenticated)
|
||||||
|
{
|
||||||
|
throw new InvalidOperationException("Необходимо выполнить авторизацию перед запросом данных");
|
||||||
|
}
|
||||||
|
|
||||||
|
//var queryParams = new List<string>();
|
||||||
|
var url = "/api/supplier-prices/556EE09D-AD06-439E-91AF-D6CEBCD61AD3";
|
||||||
|
|
||||||
|
_httpClient.DefaultRequestHeaders.Authorization =
|
||||||
|
new System.Net.Http.Headers.AuthenticationHeaderValue("Bearer", _token);
|
||||||
|
|
||||||
|
try
|
||||||
|
{
|
||||||
|
var response = await _httpClient.GetAsync(url);
|
||||||
|
|
||||||
|
if (response.IsSuccessStatusCode)
|
||||||
|
{
|
||||||
|
var summary = await response.Content.ReadFromJsonAsync<PriceSummaryItem>();
|
||||||
|
return summary;
|
||||||
|
}
|
||||||
|
else if (response.StatusCode == System.Net.HttpStatusCode.Unauthorized)
|
||||||
|
{
|
||||||
|
_token = null; // Токен истек или невалиден
|
||||||
|
var error = await response.Content.ReadFromJsonAsync<ErrorResponse>();
|
||||||
|
throw new UnauthorizedAccessException($"Сессия истекла: {error?.Error ?? "Необходимо войти заново"}");
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
var error = await response.Content.ReadFromJsonAsync<ErrorResponse>();
|
||||||
|
throw new HttpRequestException($"Ошибка HTTP {response.StatusCode}: {error?.Error ?? "Неизвестная ошибка"}");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
catch (TaskCanceledException)
|
||||||
|
{
|
||||||
|
throw new HttpRequestException("Превышено время ожидания ответа сервера (таймаут 30 секунд)");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public async Task<PriceSummaryResponse> GetPriceSummaryAsync(string supplierId = null, string regionId = null)
|
||||||
|
{
|
||||||
|
if (!IsAuthenticated)
|
||||||
|
{
|
||||||
|
throw new InvalidOperationException("Необходимо выполнить авторизацию перед запросом данных");
|
||||||
|
}
|
||||||
|
|
||||||
|
// Формируем URL с параметрами
|
||||||
|
var queryParams = new List<string>();
|
||||||
|
if (!string.IsNullOrEmpty(supplierId))
|
||||||
|
{
|
||||||
|
queryParams.Add($"supplier_id={Uri.EscapeDataString(supplierId)}");
|
||||||
|
}
|
||||||
|
if (!string.IsNullOrEmpty(regionId))
|
||||||
|
{
|
||||||
|
queryParams.Add($"region_id={Uri.EscapeDataString(regionId)}");
|
||||||
|
}
|
||||||
|
//if (!string.IsNullOrEmpty(supplierPriceId))
|
||||||
|
//{
|
||||||
|
// queryParams.Add($"supplier_price_id={Uri.EscapeDataString(supplierPriceId)}");
|
||||||
|
//}
|
||||||
|
|
||||||
|
//var queryParams = new List<string>();
|
||||||
|
//if (!string.IsNullOrEmpty(supplierId))
|
||||||
|
//{
|
||||||
|
// queryParams.Add($"supplier_id={Uri.EscapeDataString(supplierId)}");
|
||||||
|
//}
|
||||||
|
//if (!string.IsNullOrEmpty(regionId))
|
||||||
|
//{
|
||||||
|
// queryParams.Add($"region_id={Uri.EscapeDataString(regionId)}");
|
||||||
|
//}
|
||||||
|
|
||||||
|
var url = "/api/supplier-prices/summary";
|
||||||
|
if (queryParams.Count > 0)
|
||||||
|
{
|
||||||
|
url += "?" + string.Join("&", queryParams);
|
||||||
|
}
|
||||||
|
|
||||||
|
_httpClient.DefaultRequestHeaders.Authorization =
|
||||||
|
new System.Net.Http.Headers.AuthenticationHeaderValue("Bearer", _token);
|
||||||
|
|
||||||
|
try
|
||||||
|
{
|
||||||
|
var response = await _httpClient.GetAsync(url);
|
||||||
|
|
||||||
|
if (response.IsSuccessStatusCode)
|
||||||
|
{
|
||||||
|
var summary = await response.Content.ReadFromJsonAsync<PriceSummaryResponse>();
|
||||||
|
return summary;
|
||||||
|
}
|
||||||
|
else if (response.StatusCode == System.Net.HttpStatusCode.Unauthorized)
|
||||||
|
{
|
||||||
|
_token = null; // Токен истек или невалиден
|
||||||
|
var error = await response.Content.ReadFromJsonAsync<ErrorResponse>();
|
||||||
|
throw new UnauthorizedAccessException($"Сессия истекла: {error?.Error ?? "Необходимо войти заново"}");
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
var error = await response.Content.ReadFromJsonAsync<ErrorResponse>();
|
||||||
|
throw new HttpRequestException($"Ошибка HTTP {response.StatusCode}: {error?.Error ?? "Неизвестная ошибка"}");
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
catch (TaskCanceledException)
|
||||||
|
{
|
||||||
|
throw new HttpRequestException("Превышено время ожидания ответа сервера (таймаут 30 секунд)");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public async Task<List<InvoiceApiItem>> GetInvoicesAsync()
|
||||||
|
{
|
||||||
|
if (!IsAuthenticated)
|
||||||
|
{
|
||||||
|
throw new InvalidOperationException("Необходимо выполнить авторизацию перед запросом накладных");
|
||||||
|
}
|
||||||
|
|
||||||
|
_httpClient.DefaultRequestHeaders.Authorization =
|
||||||
|
new System.Net.Http.Headers.AuthenticationHeaderValue("Bearer", _token);
|
||||||
|
|
||||||
|
var response = await _httpClient.GetAsync("/api/buyer/invoices");
|
||||||
|
var body = await response.Content.ReadAsStringAsync();
|
||||||
|
if (!response.IsSuccessStatusCode)
|
||||||
|
{
|
||||||
|
throw new HttpRequestException(
|
||||||
|
$"Ошибка загрузки накладных: {(int)response.StatusCode} {response.ReasonPhrase}\n{body}");
|
||||||
|
}
|
||||||
|
|
||||||
|
return JsonSerializer.Deserialize<List<InvoiceApiItem>>(body) ?? new List<InvoiceApiItem>();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public sealed class InvoiceApiItem
|
||||||
|
{
|
||||||
|
public string InvoiceNumber { get; set; }
|
||||||
|
public string InvoiceDate { get; set; }
|
||||||
|
public string SupplierName { get; set; }
|
||||||
|
public string ConsigneeName { get; set; }
|
||||||
|
public string InvoiceSum { get; set; }
|
||||||
|
public string RefuseSum { get; set; }
|
||||||
|
}
|
||||||
|
}
|
||||||
66
src/ElectronicPharmacy/Classes/AppConfig.cs
Normal file
@ -0,0 +1,66 @@
|
|||||||
|
using System;
|
||||||
|
using System.IO;
|
||||||
|
using Электронная_Фармация.Properties;
|
||||||
|
|
||||||
|
namespace Электронная_Фармация.Classes
|
||||||
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// Shared application paths and API settings.
|
||||||
|
/// </summary>
|
||||||
|
public static class AppConfig
|
||||||
|
{
|
||||||
|
public const string DefaultApiBaseUrl = "http://195.34.241.84:9988";
|
||||||
|
private const string ApiBaseUrlEnvVar = "ELF_API_BASE_URL";
|
||||||
|
|
||||||
|
public static string ApiBaseUrl
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
var fromSettings = Settings.Default.ApiBaseUrl;
|
||||||
|
if (!string.IsNullOrWhiteSpace(fromSettings))
|
||||||
|
{
|
||||||
|
return fromSettings.Trim().TrimEnd('/');
|
||||||
|
}
|
||||||
|
|
||||||
|
var fromEnv = Environment.GetEnvironmentVariable(ApiBaseUrlEnvVar);
|
||||||
|
if (!string.IsNullOrWhiteSpace(fromEnv))
|
||||||
|
{
|
||||||
|
return fromEnv.Trim().TrimEnd('/');
|
||||||
|
}
|
||||||
|
|
||||||
|
return DefaultApiBaseUrl;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public static string SqliteDbPath
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
var baseDir = AppDomain.CurrentDomain.BaseDirectory;
|
||||||
|
var root = Path.Combine(baseDir, "efClient.db");
|
||||||
|
var data = Path.Combine(baseDir, "Data", "efClient.db");
|
||||||
|
if (File.Exists(root))
|
||||||
|
{
|
||||||
|
return root;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (File.Exists(data))
|
||||||
|
{
|
||||||
|
return data;
|
||||||
|
}
|
||||||
|
|
||||||
|
return root;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public static string SqliteConnectionString
|
||||||
|
{
|
||||||
|
get { return $"Data Source={SqliteDbPath};Version=3;New=False;"; }
|
||||||
|
}
|
||||||
|
|
||||||
|
public static string LocationId
|
||||||
|
{
|
||||||
|
get { return Settings.Default.LocationId ?? string.Empty; }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
14
src/ElectronicPharmacy/Classes/AppServices.cs
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
using Elfisa.UI.Notifications;
|
||||||
|
|
||||||
|
namespace Электронная_Фармация.Classes
|
||||||
|
{
|
||||||
|
public static class AppServices
|
||||||
|
{
|
||||||
|
public static ToastService Toast { get; private set; }
|
||||||
|
|
||||||
|
public static void Initialize(ToastService toastService)
|
||||||
|
{
|
||||||
|
Toast = toastService;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
287
src/ElectronicPharmacy/Classes/DataSender.cs
Normal file
@ -0,0 +1,287 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Data.SQLite;
|
||||||
|
using System.Drawing;
|
||||||
|
using System.Globalization;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Net.Http;
|
||||||
|
using System.Net.Http.Headers;
|
||||||
|
using System.Text;
|
||||||
|
using System.Text.Json;
|
||||||
|
using System.Text.Json.Serialization;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
using Электронная_Фармация.Properties;
|
||||||
|
|
||||||
|
namespace Электронная_Фармация.Classes
|
||||||
|
{
|
||||||
|
public class DataSender
|
||||||
|
{
|
||||||
|
private const string BuyerOrdersEndpoint = "/api/buyer/orders";
|
||||||
|
|
||||||
|
private string _baseUrl;
|
||||||
|
private string _token;
|
||||||
|
|
||||||
|
public async Task Main()
|
||||||
|
{
|
||||||
|
_token = Settings.Default.stringToken;
|
||||||
|
_baseUrl = AppConfig.ApiBaseUrl;
|
||||||
|
|
||||||
|
if (string.IsNullOrWhiteSpace(_token))
|
||||||
|
{
|
||||||
|
ToastNotification.ShowError("Не найден токен авторизации.");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (string.IsNullOrWhiteSpace(AppConfig.LocationId))
|
||||||
|
{
|
||||||
|
ToastNotification.ShowCustom(
|
||||||
|
"Не указан location_id. Заполните его в окне авторизации/настроек.",
|
||||||
|
Color.DarkOrange,
|
||||||
|
Color.White);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
var orders = FetchDataFromSql(null);
|
||||||
|
if (orders.Count == 0)
|
||||||
|
{
|
||||||
|
ToastNotification.ShowCustom("Нет новых заказов для отправки.", Color.DarkOrange, Color.White);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
int successCount = 0;
|
||||||
|
int failCount = 0;
|
||||||
|
|
||||||
|
foreach (var order in orders)
|
||||||
|
{
|
||||||
|
bool ok = await SendOrderAsync(order);
|
||||||
|
if (ok)
|
||||||
|
{
|
||||||
|
successCount++;
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
failCount++;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if (successCount > 0 && failCount == 0)
|
||||||
|
{
|
||||||
|
ToastNotification.ShowSuccess($"Отправлено заказов: {successCount}");
|
||||||
|
}
|
||||||
|
else if (successCount > 0)
|
||||||
|
{
|
||||||
|
ToastNotification.ShowCustom(
|
||||||
|
$"Отправлено: {successCount}, с ошибкой: {failCount}",
|
||||||
|
Color.DarkOrange,
|
||||||
|
Color.White);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Sends a single local order by Id_Order (must be in state НОВЫЙ).
|
||||||
|
/// </summary>
|
||||||
|
public async Task<bool> SendSingleOrderAsync(string localOrderId)
|
||||||
|
{
|
||||||
|
_token = Settings.Default.stringToken;
|
||||||
|
_baseUrl = AppConfig.ApiBaseUrl;
|
||||||
|
|
||||||
|
if (string.IsNullOrWhiteSpace(_token))
|
||||||
|
{
|
||||||
|
ToastNotification.ShowError("Не найден токен авторизации.");
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (string.IsNullOrWhiteSpace(AppConfig.LocationId))
|
||||||
|
{
|
||||||
|
ToastNotification.ShowCustom(
|
||||||
|
"Не указан location_id. Заполните его в окне авторизации/настроек.",
|
||||||
|
Color.DarkOrange,
|
||||||
|
Color.White);
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var orders = FetchDataFromSql(localOrderId);
|
||||||
|
if (orders.Count == 0)
|
||||||
|
{
|
||||||
|
ToastNotification.ShowCustom("Заказ не найден или уже отправлен.", Color.DarkOrange, Color.White);
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
bool ok = await SendOrderAsync(orders[0]);
|
||||||
|
if (ok)
|
||||||
|
{
|
||||||
|
ToastNotification.ShowSuccess("Заказ отправлен");
|
||||||
|
}
|
||||||
|
|
||||||
|
return ok;
|
||||||
|
}
|
||||||
|
|
||||||
|
public List<BuyerOrderRequest> FetchDataFromSql(string onlyOrderId)
|
||||||
|
{
|
||||||
|
var orders = new Dictionary<string, BuyerOrderRequest>();
|
||||||
|
string locationId = AppConfig.LocationId;
|
||||||
|
|
||||||
|
using (var connection = new SQLiteConnection(AppConfig.SqliteConnectionString))
|
||||||
|
{
|
||||||
|
connection.Open();
|
||||||
|
string query = @"
|
||||||
|
SELECT
|
||||||
|
Orders.Id_Order,
|
||||||
|
OrderItems.supplier_price_id,
|
||||||
|
OrderItems.Zakaz,
|
||||||
|
Orders.Comment
|
||||||
|
FROM Orders
|
||||||
|
INNER JOIN OrderItems ON OrderItems.Id_Order = Orders.Id_Order
|
||||||
|
WHERE Orders.OrderState = 'НОВЫЙ'
|
||||||
|
";
|
||||||
|
if (!string.IsNullOrWhiteSpace(onlyOrderId))
|
||||||
|
{
|
||||||
|
query += " AND Orders.Id_Order = @orderId";
|
||||||
|
}
|
||||||
|
|
||||||
|
query += " ORDER BY Orders.Id_Order";
|
||||||
|
|
||||||
|
using (var command = new SQLiteCommand(query, connection))
|
||||||
|
{
|
||||||
|
if (!string.IsNullOrWhiteSpace(onlyOrderId))
|
||||||
|
{
|
||||||
|
command.Parameters.AddWithValue("@orderId", onlyOrderId);
|
||||||
|
}
|
||||||
|
|
||||||
|
using (var reader = command.ExecuteReader())
|
||||||
|
{
|
||||||
|
while (reader.Read())
|
||||||
|
{
|
||||||
|
string orderId = reader["Id_Order"].ToString().Trim();
|
||||||
|
string supplierPriceId = reader["supplier_price_id"].ToString().Trim();
|
||||||
|
decimal qty = ReadDecimal(reader["Zakaz"]);
|
||||||
|
|
||||||
|
if (string.IsNullOrWhiteSpace(supplierPriceId))
|
||||||
|
{
|
||||||
|
throw new InvalidOperationException($"В заказе {orderId} есть позиция без supplier_price_id.");
|
||||||
|
}
|
||||||
|
|
||||||
|
if (qty <= 0)
|
||||||
|
{
|
||||||
|
throw new InvalidOperationException($"В заказе {orderId} количество должно быть больше нуля.");
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!orders.TryGetValue(orderId, out BuyerOrderRequest order))
|
||||||
|
{
|
||||||
|
order = new BuyerOrderRequest
|
||||||
|
{
|
||||||
|
LocalOrderId = orderId,
|
||||||
|
LocationId = locationId,
|
||||||
|
Comment = reader["Comment"] == DBNull.Value ? null : reader["Comment"].ToString()
|
||||||
|
};
|
||||||
|
orders.Add(orderId, order);
|
||||||
|
}
|
||||||
|
|
||||||
|
order.Items.Add(new BuyerOrderItem
|
||||||
|
{
|
||||||
|
SupplierPriceId = supplierPriceId,
|
||||||
|
Qty = qty
|
||||||
|
});
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return orders.Values.ToList();
|
||||||
|
}
|
||||||
|
|
||||||
|
private async Task<bool> SendOrderAsync(BuyerOrderRequest order)
|
||||||
|
{
|
||||||
|
var options = new JsonSerializerOptions
|
||||||
|
{
|
||||||
|
DefaultIgnoreCondition = JsonIgnoreCondition.WhenWritingNull
|
||||||
|
};
|
||||||
|
string json = JsonSerializer.Serialize(order, options);
|
||||||
|
|
||||||
|
using (var client = new HttpClient())
|
||||||
|
{
|
||||||
|
client.BaseAddress = new Uri(_baseUrl);
|
||||||
|
client.DefaultRequestHeaders.Authorization = new AuthenticationHeaderValue("Bearer", _token);
|
||||||
|
|
||||||
|
var content = new StringContent(json, Encoding.UTF8, "application/json");
|
||||||
|
HttpResponseMessage response = await client.PostAsync(BuyerOrdersEndpoint, content);
|
||||||
|
string responseString = await response.Content.ReadAsStringAsync();
|
||||||
|
|
||||||
|
if (!response.IsSuccessStatusCode)
|
||||||
|
{
|
||||||
|
ToastNotification.ShowError(
|
||||||
|
$"Ошибка отправки заказа {order.LocalOrderId}: {(int)response.StatusCode} {response.ReasonPhrase}\n{responseString}");
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
MarkOrderSent(order.LocalOrderId);
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private static void MarkOrderSent(string localOrderId)
|
||||||
|
{
|
||||||
|
if (string.IsNullOrWhiteSpace(localOrderId))
|
||||||
|
{
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
using (var con = new SQLiteConnection(AppConfig.SqliteConnectionString))
|
||||||
|
{
|
||||||
|
con.Open();
|
||||||
|
using (var cmd = new SQLiteCommand(
|
||||||
|
"UPDATE [Orders] SET [OrderState] = 'ОТПРАВЛЕН' WHERE [Id_Order] = @id AND [OrderState] = 'НОВЫЙ'",
|
||||||
|
con))
|
||||||
|
{
|
||||||
|
cmd.Parameters.AddWithValue("@id", localOrderId);
|
||||||
|
cmd.ExecuteNonQuery();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private static decimal ReadDecimal(object value)
|
||||||
|
{
|
||||||
|
if (value == null || value == DBNull.Value)
|
||||||
|
{
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
string text = value.ToString();
|
||||||
|
if (decimal.TryParse(text, NumberStyles.Number, CultureInfo.InvariantCulture, out decimal invariantValue))
|
||||||
|
{
|
||||||
|
return invariantValue;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (decimal.TryParse(text, NumberStyles.Number, CultureInfo.CurrentCulture, out decimal currentCultureValue))
|
||||||
|
{
|
||||||
|
return currentCultureValue;
|
||||||
|
}
|
||||||
|
|
||||||
|
throw new InvalidOperationException($"Некорректное количество: {text}");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public class BuyerOrderRequest
|
||||||
|
{
|
||||||
|
[JsonIgnore]
|
||||||
|
public string LocalOrderId { get; set; }
|
||||||
|
|
||||||
|
[JsonPropertyName("location_id")]
|
||||||
|
public string LocationId { get; set; }
|
||||||
|
|
||||||
|
[JsonPropertyName("comment")]
|
||||||
|
public string Comment { get; set; }
|
||||||
|
|
||||||
|
[JsonPropertyName("items")]
|
||||||
|
public List<BuyerOrderItem> Items { get; set; } = new List<BuyerOrderItem>();
|
||||||
|
}
|
||||||
|
|
||||||
|
public class BuyerOrderItem
|
||||||
|
{
|
||||||
|
[JsonPropertyName("supplier_price_id")]
|
||||||
|
public string SupplierPriceId { get; set; }
|
||||||
|
|
||||||
|
[JsonPropertyName("qty")]
|
||||||
|
public decimal Qty { get; set; }
|
||||||
|
}
|
||||||
|
}
|
||||||
15
src/ElectronicPharmacy/Classes/ErrorResponse.cs
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Text.Json.Serialization;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
|
namespace Электронная_Фармация.Classes
|
||||||
|
{
|
||||||
|
public class ErrorResponse
|
||||||
|
{
|
||||||
|
[JsonPropertyName("error")]
|
||||||
|
public string Error { get; set; }
|
||||||
|
}
|
||||||
|
}
|
||||||
62
src/ElectronicPharmacy/Classes/InvoiceSyncService.cs
Normal file
@ -0,0 +1,62 @@
|
|||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Data.SQLite;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
using Электронная_Фармация.Properties;
|
||||||
|
|
||||||
|
namespace Электронная_Фармация.Classes
|
||||||
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// Synchronizes electronic invoices and refusals from API into local SQLite.
|
||||||
|
/// </summary>
|
||||||
|
public sealed class InvoiceSyncService
|
||||||
|
{
|
||||||
|
public async Task<int> SyncFromServerAsync()
|
||||||
|
{
|
||||||
|
var token = Settings.Default.stringToken;
|
||||||
|
if (string.IsNullOrWhiteSpace(token))
|
||||||
|
{
|
||||||
|
throw new System.InvalidOperationException("Необходима авторизация перед загрузкой накладных.");
|
||||||
|
}
|
||||||
|
|
||||||
|
var client = new ApiClient();
|
||||||
|
client.SetToken(token);
|
||||||
|
var items = await client.GetInvoicesAsync();
|
||||||
|
return SaveInvoices(items);
|
||||||
|
}
|
||||||
|
|
||||||
|
private static int SaveInvoices(IReadOnlyList<InvoiceApiItem> items)
|
||||||
|
{
|
||||||
|
if (items.Count == 0)
|
||||||
|
{
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
using (var con = new SQLiteConnection(AppConfig.SqliteConnectionString))
|
||||||
|
{
|
||||||
|
con.Open();
|
||||||
|
using (var tx = con.BeginTransaction())
|
||||||
|
{
|
||||||
|
foreach (var item in items)
|
||||||
|
{
|
||||||
|
using (var cmd = new SQLiteCommand(@"
|
||||||
|
INSERT OR REPLACE INTO Invoice (InvoiceNumber, invoiceDate, SupplierName, ConsigneesName, InvoiceSum, RefuseSum)
|
||||||
|
VALUES (@number, @date, @supplier, @consignee, @sum, @refuseSum)", con, tx))
|
||||||
|
{
|
||||||
|
cmd.Parameters.AddWithValue("@number", item.InvoiceNumber ?? string.Empty);
|
||||||
|
cmd.Parameters.AddWithValue("@date", item.InvoiceDate ?? string.Empty);
|
||||||
|
cmd.Parameters.AddWithValue("@supplier", item.SupplierName ?? string.Empty);
|
||||||
|
cmd.Parameters.AddWithValue("@consignee", item.ConsigneeName ?? string.Empty);
|
||||||
|
cmd.Parameters.AddWithValue("@sum", item.InvoiceSum ?? string.Empty);
|
||||||
|
cmd.Parameters.AddWithValue("@refuseSum", item.RefuseSum ?? string.Empty);
|
||||||
|
cmd.ExecuteNonQuery();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
tx.Commit();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return items.Count;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
18
src/ElectronicPharmacy/Classes/LoginRequest.cs
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Text.Json.Serialization;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
|
namespace Электронная_Фармация.Classes
|
||||||
|
{
|
||||||
|
public class LoginRequest
|
||||||
|
{
|
||||||
|
[JsonPropertyName("username")]
|
||||||
|
public string Username { get; set; }
|
||||||
|
|
||||||
|
[JsonPropertyName("password")]
|
||||||
|
public string Password { get; set; }
|
||||||
|
}
|
||||||
|
}
|
||||||