C# Class JsonpMediaTypeFormatter, dotnet-bootstrap

Inheritance: JsonMediaTypeFormatter
Exibir arquivo Open project: pebblecode/dotnet-bootstrap Class Usage Examples

Public Methods

Method Description
JsonpMediaTypeFormatter ( ) : System
WriteToStreamAsync ( Type, type, object value, Stream, stream, HttpContent content, TransportContext transportContext ) : Task,

Private Methods

Method Description
IsJsonpRequest ( string &callback ) : bool

Method Details

JsonpMediaTypeFormatter() public method

public JsonpMediaTypeFormatter ( ) : System
return System

WriteToStreamAsync() public method

public WriteToStreamAsync ( Type, type, object value, Stream, stream, HttpContent content, TransportContext transportContext ) : Task,
type Type,
value object
stream Stream,
content HttpContent
transportContext TransportContext
return Task,