C# Class ContactManager.Web.Formatters.ContactPngFormatter

Inheritance: System.Net.Http.Formatting.BufferedMediaTypeFormatter
Afficher le fichier Open project: WebApiContrib/WebApiContrib.Samples

Méthodes publiques

Méthode Description
CanReadType ( Type type ) : bool
CanWriteType ( Type type ) : bool
ContactPngFormatter ( ) : System
WriteToStream ( Type type, object value, Stream stream, HttpContent content ) : void

Method Details

CanReadType() public méthode

public CanReadType ( Type type ) : bool
type System.Type
Résultat bool

CanWriteType() public méthode

public CanWriteType ( Type type ) : bool
type System.Type
Résultat bool

ContactPngFormatter() public méthode

public ContactPngFormatter ( ) : System
Résultat System

WriteToStream() public méthode

public WriteToStream ( Type type, object value, Stream stream, HttpContent content ) : void
type System.Type
value object
stream Stream
content HttpContent
Résultat void