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

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

Méthodes publiques

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

Method Details

WebMResponse() public méthode

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

WebMResponse() public méthode

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

WebMResponse() public méthode

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

WebMResponse() public méthode

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

WebMResponse() public méthode

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

WebMResponse() public méthode

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