C# Class SimpleHttpServer.HttpBuilder

Datei anzeigen Open project: jeske/SimpleHttpServer Class Usage Examples

Public Methods

Method Description
InternalServerError ( ) : HttpResponse
NotFound ( ) : HttpResponse

Method Details

InternalServerError() public static method

public static InternalServerError ( ) : HttpResponse
return SimpleHttpServer.Models.HttpResponse

NotFound() public static method

public static NotFound ( ) : HttpResponse
return SimpleHttpServer.Models.HttpResponse