RawRequestBodyFormatter - класс |
Пространство имён: Tessa.Web.Serialization
public class RawRequestBodyFormatter : InputFormatter
Тип RawRequestBodyFormatter предоставляет следующие члены.
| Имя | Описание | |
|---|---|---|
| RawRequestBodyFormatter | Инициализирует новый экземпляр класса RawRequestBodyFormatter |
| Имя | Описание | |
|---|---|---|
| CanRead |
Allow text/plain, application/octet-stream and no content type to
be processed
| |
| ReadRequestBodyAsync |
Handle text/plain or no content type for string results
Handle application/octet-stream for byte[] results
|