C# Class Junior.Route.Routing.Responses.Multipart.MixedResponse

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

Méthodes publiques

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

Method Details

MixedResponse() public méthode

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

MixedResponse() public méthode

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

MixedResponse() public méthode

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

MixedResponse() public méthode

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

MixedResponse() public méthode

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

MixedResponse() public méthode

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

MixedResponse() public méthode

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

MixedResponse() public méthode

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

MixedResponse() public méthode

public MixedResponse ( string content, Action configurationDelegate = null ) : System
content string
configurationDelegate Action
Résultat System

MixedResponse() public méthode

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