summaryM:DotNetNuke.Web.Api.StringPassThroughMediaTypeFormatter.ReadFromStreamAsync(System.Type,System.IO.Stream,System.Net.Http.HttpContent,System.Net.Http.Formatting.IFormatterLogger)

Namespace: DotNetNuke.Web.Api
Assembly: DotNetNuke.Web (in DotNetNuke.Web.dll)

Syntax

C#
public override Task<Object> ReadFromStreamAsync(
	Type type,
	Stream readStream,
	HttpContent content,
	IFormatterLogger formatterLogger
)
Visual Basic
Public Overrides Function ReadFromStreamAsync ( 
	type As Type,
	readStream As Stream,
	content As HttpContent,
	formatterLogger As IFormatterLogger
) As Task(Of Object)

Parameters

type
Type: System..::..Type
paramtypeM:DotNetNuke.Web.Api.StringPassThroughMediaTypeFormatter.ReadFromStreamAsync(System.Type,System.IO.Stream,System.Net.Http.HttpContent,System.Net.Http.Formatting.IFormatterLogger)
readStream
Type: System.IO..::..Stream
paramreadStreamM:DotNetNuke.Web.Api.StringPassThroughMediaTypeFormatter.ReadFromStreamAsync(System.Type,System.IO.Stream,System.Net.Http.HttpContent,System.Net.Http.Formatting.IFormatterLogger)
content
Type: HttpContent
paramcontentM:DotNetNuke.Web.Api.StringPassThroughMediaTypeFormatter.ReadFromStreamAsync(System.Type,System.IO.Stream,System.Net.Http.HttpContent,System.Net.Http.Formatting.IFormatterLogger)
formatterLogger
Type: IFormatterLogger
paramformatterLoggerM:DotNetNuke.Web.Api.StringPassThroughMediaTypeFormatter.ReadFromStreamAsync(System.Type,System.IO.Stream,System.Net.Http.HttpContent,System.Net.Http.Formatting.IFormatterLogger)

Return Value

returnsM:DotNetNuke.Web.Api.StringPassThroughMediaTypeFormatter.ReadFromStreamAsync(System.Type,System.IO.Stream,System.Net.Http.HttpContent,System.Net.Http.Formatting.IFormatterLogger)

See Also