PlaintextMediaTypeFormatter Class

Definition

public class PlaintextMediaTypeFormatter : System.Net.Http.Formatting.MediaTypeFormatter
type PlaintextMediaTypeFormatter = class
    inherit MediaTypeFormatter
Public Class PlaintextMediaTypeFormatter
Inherits MediaTypeFormatter
Inheritance
System.Net.Http.Formatting.MediaTypeFormatter
PlaintextMediaTypeFormatter

Constructors

PlaintextMediaTypeFormatter()

Methods

CanReadType(Type)
CanWriteType(Type)
ReadFromStreamAsync(Type, Stream, HttpContent, IFormatterLogger)
WriteToStreamAsync(Type, Object, Stream, HttpContent, TransportContext, CancellationToken)

Applies to