C# Class Kazuki.Net.HttpServer.ServerHelper

ファイルを表示 Open project: kazuki/httpserver

Public Methods

Method Description
GetStatusDescription ( HttpStatusCode statusCode ) : string
ToHttpMethod ( string method ) : HttpMethod

Method Details

GetStatusDescription() public static method

public static GetStatusDescription ( HttpStatusCode statusCode ) : string
statusCode HttpStatusCode
return string

ToHttpMethod() public static method

public static ToHttpMethod ( string method ) : HttpMethod
method string
return HttpMethod