C# Class HaloOnline.Server.Core.Http.Formatters.HydraBinaryFormatter

Inheritance: System.Net.Http.Formatting.MediaTypeFormatter
Exibir arquivo Open project: no1dead/HaloMasterMaster

Public Methods

Method Description
CanReadType ( Type type ) : bool
CanWriteType ( Type type ) : bool
HydraBinaryFormatter ( ) : System
ReadFromStreamAsync ( Type type, Stream readStream, HttpContent content, IFormatterLogger formatterLogger ) : Task
WriteToStreamAsync ( Type type, object value, Stream writeStream, HttpContent content, System.Net.TransportContext transportContext ) : System.Threading.Tasks.Task

Private Methods

Method Description
ReadXHydraBinaryData ( Type type, Stream readStream, IFormatterLogger formatterLogger ) : HydraBinaryData
WriteXHydraBinaryData ( Type type, HydraBinaryData value, Stream writeStream ) : 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

HydraBinaryFormatter() public method

public HydraBinaryFormatter ( ) : System
return System

ReadFromStreamAsync() public method

public ReadFromStreamAsync ( Type type, Stream readStream, HttpContent content, IFormatterLogger formatterLogger ) : Task
type System.Type
readStream Stream
content System.Net.Http.HttpContent
formatterLogger IFormatterLogger
return Task

WriteToStreamAsync() public method

public WriteToStreamAsync ( Type type, object value, Stream writeStream, HttpContent content, System.Net.TransportContext transportContext ) : System.Threading.Tasks.Task
type System.Type
value object
writeStream Stream
content System.Net.Http.HttpContent
transportContext System.Net.TransportContext
return System.Threading.Tasks.Task