C# Class MvcApi.Formatting.StreamMediaTypeFormatter

Inheritance: MediaTypeFormatter
Afficher le fichier Open project: dax70/MvcApi

Méthodes publiques

Méthode Description
ExecuteFormat ( Type type, object returnValue, FormatterContext formatterContext ) : void
WriteToStream ( Type type, object value, Stream stream, HttpRequestMessage requestMessage ) : void

Méthodes protégées

Méthode Description
StreamMediaTypeFormatter ( ) : System

Method Details

ExecuteFormat() public méthode

public ExecuteFormat ( Type type, object returnValue, FormatterContext formatterContext ) : void
type System.Type
returnValue object
formatterContext FormatterContext
Résultat void

StreamMediaTypeFormatter() protected méthode

protected StreamMediaTypeFormatter ( ) : System
Résultat System

WriteToStream() public abstract méthode

public abstract WriteToStream ( Type type, object value, Stream stream, HttpRequestMessage requestMessage ) : void
type System.Type
value object
stream Stream
requestMessage MvcApi.Http.HttpRequestMessage
Résultat void