C# Класс Orc.LicenseManager.Server.Website.Formatting.PlainTextFormatter

Наследование: System.Net.Http.Formatting.MediaTypeFormatter
Показать файл Открыть проект

Открытые методы

Метод Описание
CanReadType ( Type type ) : bool
CanWriteType ( Type type ) : bool
PlainTextFormatter ( ) : System
ReadFromStreamAsync ( Type type, Stream readStream, HttpContent content, IFormatterLogger formatterLogger ) : Task

Описание методов

CanReadType() публичный Метод

public CanReadType ( Type type ) : bool
type System.Type
Результат bool

CanWriteType() публичный Метод

public CanWriteType ( Type type ) : bool
type System.Type
Результат bool

PlainTextFormatter() публичный Метод

public PlainTextFormatter ( ) : System
Результат System

ReadFromStreamAsync() публичный Метод

public ReadFromStreamAsync ( Type type, Stream readStream, HttpContent content, IFormatterLogger formatterLogger ) : Task
type System.Type
readStream Stream
content System.Net.Http.HttpContent
formatterLogger IFormatterLogger
Результат Task