C# Класс Spark.Formatters.BinaryFhirFormatter

Наследование: Spark.Formatters.FhirMediaTypeFormatter
Показать файл Открыть проект

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

Метод Описание
BinaryFhirFormatter ( ) : System
CanReadType ( Type type ) : bool
CanWriteType ( Type type ) : bool
ReadFromStreamAsync ( Type type, Stream readStream, HttpContent content, IFormatterLogger formatterLogger ) : Task
WriteToStreamAsync ( Type type, object value, Stream writeStream, HttpContent content, System transportContext ) : System.Threading.Tasks.Task

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

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

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

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

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

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

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

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

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

public WriteToStreamAsync ( Type type, object value, Stream writeStream, HttpContent content, System transportContext ) : System.Threading.Tasks.Task
type System.Type
value object
writeStream Stream
content System.Net.Http.HttpContent
transportContext System
Результат System.Threading.Tasks.Task