C# 클래스 Gallatin.Core.Web.HttpResponseHeaderEventArgs

HTTP response header event arguments
상속: HttpHeaderEventArgs
파일 보기 프로젝트 열기: williamoneill/Gallatin 1 사용 예제들

공개 메소드들

메소드 설명
HttpResponseHeaderEventArgs ( string version, IHttpHeaders headers, int statusCode, string statusText ) : System

Creates a new instance of the class

보호된 메소드들

메소드 설명
CreateFirstLine ( ) : string

Creates the first line in the HTTP response

메소드 상세

CreateFirstLine() 보호된 메소드

Creates the first line in the HTTP response
protected CreateFirstLine ( ) : string
리턴 string

HttpResponseHeaderEventArgs() 공개 메소드

Creates a new instance of the class
public HttpResponseHeaderEventArgs ( string version, IHttpHeaders headers, int statusCode, string statusText ) : System
version string HTTP version
headers IHttpHeaders HTTP headers
statusCode int HTTP response status code
statusText string HTTP response status text
리턴 System