C# Class Junior.Route.Routing.Responses.Audio.L24Response

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

Méthodes publiques

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

Method Details

L24Response() public méthode

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

L24Response() public méthode

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

L24Response() public méthode

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

L24Response() public méthode

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

L24Response() public méthode

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

L24Response() public méthode

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