C# Class JsonpMediaTypeFormatter, dotnet-bootstrap

Inheritance: JsonMediaTypeFormatter
Afficher le fichier Open project: pebblecode/dotnet-bootstrap Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
IsJsonpRequest ( string &callback ) : bool

Method Details

JsonpMediaTypeFormatter() public méthode

public JsonpMediaTypeFormatter ( ) : System
Résultat System

WriteToStreamAsync() public méthode

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