C# Class Junior.Route.Routing.Responses.Message.Rfc822Response

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

Méthodes publiques

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

Method Details

Rfc822Response() public méthode

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

Rfc822Response() public méthode

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

Rfc822Response() public méthode

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

Rfc822Response() public méthode

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

Rfc822Response() public méthode

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

Rfc822Response() public méthode

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

Rfc822Response() public méthode

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

Rfc822Response() public méthode

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

Rfc822Response() public méthode

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

Rfc822Response() public méthode

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