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

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

Méthodes publiques

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

Method Details

GzipResponse() public méthode

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

GzipResponse() public méthode

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

GzipResponse() public méthode

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

GzipResponse() public méthode

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

GzipResponse() public méthode

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

GzipResponse() public méthode

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