Исходный код вики Сценарии
Редактировал(а) Alexandr Fokin 2023/11/11 13:13
Последние авторы
author | version | line-number | content |
---|---|---|---|
1 | Простая проверка HTTP кода ответа | ||
2 | |||
3 | {{code language="c#"}} | ||
4 | response.EnsureSuccessStatusCode() | ||
5 | {{/code}} | ||
6 | |||
7 | ---- | ||
8 | |||
9 | Тип запроса (по содержимому) | ||
10 | |||
11 | (% style="width:737px" %) | ||
12 | |(% style="width:289px" %)**Mime**|(% style="width:446px" %)**C# content** | ||
13 | |(% style="width:289px" %)text/plain|(% style="width:446px" %){{code language="c#"}}class StringContent{{/code}} | ||
14 | |(% style="width:289px" %)application/x-www-form-urlencoded|(% style="width:446px" %){{code language="c#"}}class FormUrlEncodedContent{{/code}} | ||
15 | |(% style="width:289px" %)multipart/form-data|(% style="width:446px" %){{code language="c#"}}class MultipartFormDataContent{{/code}} | ||
16 | |(% style="width:289px" %) |(% style="width:446px" %) |