C# Class Junior.Route.Routing.Responses.Text.CmdResponse

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

Méthodes publiques

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

Method Details

CmdResponse() public méthode

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

CmdResponse() public méthode

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

CmdResponse() public méthode

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

CmdResponse() public méthode

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

CmdResponse() public méthode

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

CmdResponse() public méthode

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

CmdResponse() public méthode

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

CmdResponse() public méthode

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

CmdResponse() public méthode

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

CmdResponse() public méthode

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