C# Class WebApi.EuricomCruise.Samples.Server.Infrastructure.EuricomFormatter

Inheritance: System.Net.Http.Formatting.BufferedMediaTypeFormatter
Datei anzeigen Open project: JefClaes/aspnet-webapi-samples-tunisia

Public Methods

Method Description
CanReadType ( Type type ) : bool
CanWriteType ( Type type ) : bool
EuricomFormatter ( ) : System
WriteToStream ( Type type, object value, Stream writeStream, HttpContent content ) : void

Method Details

CanReadType() public method

public CanReadType ( Type type ) : bool
type System.Type
return bool

CanWriteType() public method

public CanWriteType ( Type type ) : bool
type System.Type
return bool

EuricomFormatter() public method

public EuricomFormatter ( ) : System
return System

WriteToStream() public method

public WriteToStream ( Type type, object value, Stream writeStream, HttpContent content ) : void
type System.Type
value object
writeStream Stream
content System.Net.Http.HttpContent
return void