C# Class Junior.Route.Routing.Responses.Application.OggResponse

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

Méthodes publiques

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

Method Details

OggResponse() public méthode

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

OggResponse() public méthode

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

OggResponse() public méthode

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

OggResponse() public méthode

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

OggResponse() public méthode

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

OggResponse() public méthode

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