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

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

Méthodes publiques

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

Method Details

RelatedResponse() public méthode

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

RelatedResponse() public méthode

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

RelatedResponse() public méthode

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

RelatedResponse() public méthode

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

RelatedResponse() public méthode

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

RelatedResponse() public méthode

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

RelatedResponse() public méthode

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

RelatedResponse() public méthode

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

RelatedResponse() public méthode

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

RelatedResponse() public méthode

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