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

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

공개 메소드들

메소드 설명
HttpRequestHeaderEventArgs ( string version, IHttpHeaders headers, string method, string path ) : System

Creates the default instance of the class

보호된 메소드들

메소드 설명
CreateFirstLine ( ) : string

Creates the first line in the HTTP request

메소드 상세

CreateFirstLine() 보호된 메소드

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

HttpRequestHeaderEventArgs() 공개 메소드

Creates the default instance of the class
public HttpRequestHeaderEventArgs ( string version, IHttpHeaders headers, string method, string path ) : System
version string HTTP version
headers IHttpHeaders HTTP headers
method string HTTP request method
path string Remote host path
리턴 System