C# 클래스 org.GraphDefined.Vanaheimr.Hermod.HTTP.HTTPErrors

HTTP errors.
파일 보기 프로젝트 열기: Vanaheimr/Hermod

공개 메소드들

메소드 설명
HTTPErrorResponse_old ( HTTPRequest HTTPRequest, HTTPStatusCode StatusCode, String Reasons = null ) : HTTPResponse

Return a HTTP error response using the best-matching content type.

메소드 상세

HTTPErrorResponse_old() 공개 정적인 메소드

Return a HTTP error response using the best-matching content type.
public static HTTPErrorResponse_old ( HTTPRequest HTTPRequest, HTTPStatusCode StatusCode, String Reasons = null ) : HTTPResponse
HTTPRequest HTTPRequest The HTTP request.
StatusCode HTTPStatusCode A HTTP status code.
Reasons String Optional application side reasons for this error.
리턴 HTTPResponse