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

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

Méthodes publiques

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

Method Details

Mp4Response() public méthode

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

Mp4Response() public méthode

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

Mp4Response() public méthode

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

Mp4Response() public méthode

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

Mp4Response() public méthode

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

Mp4Response() public méthode

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