C# 클래스 Netty.HttpStatusCodes

A class that contains standard HTTP status codes.
파일 보기 프로젝트 열기: Cayan-LLC/netty 1 사용 예제들

공개 메소드들

메소드 설명
GetStatusDescription ( int httpStatusCode ) : string

Gets the description for a specified HTTP status code.

메소드 상세

GetStatusDescription() 공개 정적인 메소드

Gets the description for a specified HTTP status code.
public static GetStatusDescription ( int httpStatusCode ) : string
httpStatusCode int The HTTP status code.
리턴 string