C# Class Junior.Route.Routing.Responses.Image.PJpegResponse

Inheritance: ImmutableResponse
Afficher le fichier Open project: nathan-alden/junior-route

Méthodes publiques

Méthode Description
PJpegResponse ( Action configurationDelegate = null ) : System
PJpegResponse ( Encoding encoding, Action configurationDelegate = null ) : System
PJpegResponse ( Func content, Action configurationDelegate = null ) : System
PJpegResponse ( Func content, Encoding encoding, Action configurationDelegate = null ) : System
PJpegResponse ( byte content, Action configurationDelegate = null ) : System
PJpegResponse ( byte content, Encoding encoding, Action configurationDelegate = null ) : System

Method Details

PJpegResponse() public méthode

public PJpegResponse ( Action configurationDelegate = null ) : System
configurationDelegate Action
Résultat System

PJpegResponse() public méthode

public PJpegResponse ( Encoding encoding, Action configurationDelegate = null ) : System
encoding System.Text.Encoding
configurationDelegate Action
Résultat System

PJpegResponse() public méthode

public PJpegResponse ( Func content, Action configurationDelegate = null ) : System
content Func
configurationDelegate Action
Résultat System

PJpegResponse() public méthode

public PJpegResponse ( Func content, Encoding encoding, Action configurationDelegate = null ) : System
content Func
encoding System.Text.Encoding
configurationDelegate Action
Résultat System

PJpegResponse() public méthode

public PJpegResponse ( byte content, Action configurationDelegate = null ) : System
content byte
configurationDelegate Action
Résultat System

PJpegResponse() public méthode

public PJpegResponse ( byte content, Encoding encoding, Action configurationDelegate = null ) : System
content byte
encoding System.Text.Encoding
configurationDelegate Action
Résultat System