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

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

Méthodes publiques

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

Method Details

IcoResponse() public méthode

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

IcoResponse() public méthode

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

IcoResponse() public méthode

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

IcoResponse() public méthode

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

IcoResponse() public méthode

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

IcoResponse() public méthode

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