C# Class SimpleHttpServer.HttpBuilder

Afficher le fichier Open project: jeske/SimpleHttpServer Class Usage Examples

Méthodes publiques

Méthode Description
InternalServerError ( ) : HttpResponse
NotFound ( ) : HttpResponse

Method Details

InternalServerError() public static méthode

public static InternalServerError ( ) : HttpResponse
Résultat SimpleHttpServer.Models.HttpResponse

NotFound() public static méthode

public static NotFound ( ) : HttpResponse
Résultat SimpleHttpServer.Models.HttpResponse