Share via


ODataMediaTypeFormatter.ReadFromStreamAsync Method

Definition

System.Net.Http.Formatting.MediaTypeFormatter.ReadFromStreamAsync(System.Type,System.IO.Stream,System.Net.Http.HttpContent,System.Net.Http.Formatting.IFormatterLogger)
public override System.Threading.Tasks.Task<object> ReadFromStreamAsync (Type type, System.IO.Stream readStream, System.Net.Http.HttpContent content, System.Net.Http.Formatting.IFormatterLogger formatterLogger);
override this.ReadFromStreamAsync : Type * System.IO.Stream * System.Net.Http.HttpContent * System.Net.Http.Formatting.IFormatterLogger -> System.Threading.Tasks.Task<obj>
Public Overrides Function ReadFromStreamAsync (type As Type, readStream As Stream, content As HttpContent, formatterLogger As IFormatterLogger) As Task(Of Object)

Parameters

type
Type
readStream
Stream
content
HttpContent
formatterLogger
System.Net.Http.Formatting.IFormatterLogger

Returns

Applies to